码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
秒懂设计模式之建造者模式
定义 定义虽然基本没有屌用,因为大部分人都看不懂,但是还的说出来。。。 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
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
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
从模运算的角度看原码和补码
从模运算的角度看原码和补码 写作的背景:之前在学习计算机基础的过程当中,对于计算机原码、反码和补码的相关知识一直处在一知半解的状态,即仅仅只停留在会用的阶段,但是对于计算机中引入补码的原因,以及补码是怎么来的(从数学的角度看)类似这样的问题自己一直处于懵逼状态。虽然老师也曾经对此作出过解释,但是自己 ...
分类:其他好文   时间:2020-12-16 12:31:15    阅读次数:2
SelfSSL-iis60rkt.exe-安装失败
详细 the current operating system does not support this product click ok and then install the product on a computer running windows xp professional or w ...
分类:其他好文   时间:2020-12-11 12:10:02    阅读次数:3
Penetration Test - Using_Scripting_in_Pen_Testing(4)
PowerShell scripts Run PowerShell on Windows as a administrator. And set the execution policy. Set-ExecutionPolicy Unrestricted Following is a simple ...
分类:Web程序   时间:2020-12-10 10:45:47    阅读次数:6
2862条   上一页 1 2 3 4 5 6 ... 287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!