码迷,mamicode.com
首页 >  
搜索关键字:computer graphics    ( 5401个结果
985大学生也在学,学c语言到底有什么好,如此让我们疯狂
一、为什么要学 C 语言? 首先,我们学的是 Computer Science,而不是 Programming Language,语言真的真的真的不是重点。 语言只是工具,工具没有优劣,只有各自适用的场景不同。 所以,以下所有讨论皆不涉及语言优劣,一切论述以怎样才是有利于学好 Computer Sc ...
分类:编程语言   时间:2021-01-12 10:47:55    阅读次数:0
秒懂设计模式之建造者模式
定义 定义虽然基本没有屌用,因为大部分人都看不懂,但是还的说出来。。。 The intent of the Builder design pattern is to separate the construction of a complex object from its representati ...
分类:其他好文   时间:2021-01-12 10:43:10    阅读次数:0
直播5-实现计算器的功能
# 练习题3 # 编写函数, 实现计算器中加减乘除功能 # 例如:输入: 2+33 def computer(a, b, c): if b == "+": print(int(a) + int(c)) elif b == "-": print(int(a) - int(c)) elif b == " ...
分类:其他好文   时间:2021-01-11 10:39:55    阅读次数:0
Python for Data Science - Creating standard data graphics
Chapter 4 - Practical Data Visualization Segment 1 - Creating standard data graphics import numpy as np from numpy.random import randn import pandas a ...
分类:编程语言   时间:2021-01-06 12:27:05    阅读次数:0
SSK3100_Lab
SSK3100_Lab 6GroupLab 7/ page 1Faculty of Computer Science and Information TechnologySSK 3100 (Computer Programming I)Semester I 2020/2021Lab 6 (Week ...
分类:其他好文   时间:2021-01-05 11:11:22    阅读次数:0
图形 图像 视觉
计算机图形学 Computer Graphics,CG; 计算机图像处理 DigitalImage Processing,IP;计算机视觉 Computer Vision,CV CG:三维模型->绘制->二维图像 IP:二维图像-> 分析处理->得到其他信息或生成某种特效 CV:二维图像-> 分析处 ...
分类:其他好文   时间:2020-12-29 11:12:55    阅读次数:0
Typora | How do i download and use Typora themes on my local computer system?
Typora | How do i download and use Typora themes on my local computer system? Summary # General Steps # 从typora主面板,依次进入"文件"=>"偏好面板"=>"外观部分",打开当前使用的主题文 ...
分类:其他好文   时间:2020-12-28 11:55:50    阅读次数:0
Delphi 控制摄像头操作
DELPHI控制摄像头操作可以使用TVideoCap控件,或直接使用MS的AVICAP32.DLL就可轻松的实现对摄像头编程。 首先常量定义和函数定义: implementationconst WM_CAP_START = WM_USER;const WM_CAP_STOP = WM_CAP_STA ...
分类:Windows程序   时间:2020-12-23 12:46:58    阅读次数:0
MIT老师劝你一定要读的5本编程书
程序员书库(ID:OpenSourceTop)编译链接:https://fivebooks.com/best-books/programming-computer-science-ana-bell/电脑是如何工作的?什么是精心编写的代码?如何编写算法?在本文中,麻省理工学院电气工程和计算机科学系的讲师AnaBell将和大家分享有关方面的最佳书籍。编程是每个人都应该具备的技能,一旦你能以计算的方式解
分类:其他好文   时间:2020-12-23 12:41:18    阅读次数:0
EMAT10007 Encrypted
EMAT10007 – Introduction to Computer ProgrammingAssignment 2020 – Encrypted InformationOverview? The objective of the assignment is to submit an inter ...
分类:其他好文   时间:2020-12-21 11:03:17    阅读次数:0
5401条   上一页 1 ... 4 5 6 7 8 ... 541 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!