码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
综述:Active Appearance Models——2001
Computer Vision;Active Appearance Models;翻译:主动外观模型;2001 ...
分类:移动开发   时间:2019-09-18 10:28:49    阅读次数:126
单语言精简版win10下中文网页无法正常
系统使用的是单语言英文版的精简后的 在 time&language 中添加不了其他语言 后来尝试了下载语言安装包单独进行安装 遇到问题 the language cannot be installed on this computer. 在访问中文网页的时候 pan.baidu.com的登录页时 发 ...
分类:编程语言   时间:2019-09-17 00:03:37    阅读次数:202
Imageio: 'ffmpeg-win32-v3.2.4.exe' was not found on your computer; downloading it now.
场景 在使用pip下载了Imageio之后,需要下载ffmpeag-win-32-v3.2.4.exe文件,一种是在代码的 开头部分加入: 这样在代码运行时就会下载此文件,但是由于网络等原因,迟迟下载不下来,最终会显示响应超时。 就会提示: Unable to download 'fwmpeag-w ...
分类:Windows程序   时间:2019-09-15 17:01:13    阅读次数:218
类的创建和调用
1 class Computer: # 创建一个名为的类,注意类名首字母要大写! 2 3 screen = True # 用赋值语句,创建类的属性 4 def start(self): # 创建类的方法,不要漏了 self 5 print('电脑正在开机中……') 6 7 my_computer = ...
分类:其他好文   时间:2019-09-15 01:34:50    阅读次数:92
MIT COMPUTER SCIENCE & ENGINEERING
1. introductory subjects Programming Skills: 6.0001 https://ocw.mit.edu/courses/electrical engineering and computer science/6 0001 introduction to com ...
分类:其他好文   时间:2019-09-14 22:51:27    阅读次数:136
同步(Synchronous)和异步(Asynchronous)方法的区别
同步(Synchronous)和异步(Asynchronous)方法的区别 在讲之前,我们先来看《Computer Organization》中对于同步和异步的一个例子: 同步读写和异步读写的区别: 同步读写:以读为例 1. 处理器在第一个时钟周期将一个内存地址放到地址总线中,这一过程可能涉及到多条 ...
分类:其他好文   时间:2019-09-13 10:34:20    阅读次数:478
Educational Codeforces Round 33 (Rated for Div. 2) C题·(并查集变式)
C. RumorVova promised himself that he would never play computer games... But recently Firestorm — a well-known game developing company — published the ...
分类:其他好文   时间:2019-09-12 13:47:52    阅读次数:114
[虚拟] Hypervisor
[virtualization] Hypervisor What is hypervisor? A virtualization platform. - Enables you to run multiple operating systems on ho... ...
分类:其他好文   时间:2019-09-06 12:53:32    阅读次数:155
《Python编程:从入门到实践》第五章 if语句 习题答案
#5.1 major = 'Software Engineering' print("Is major =='Software Engineering'? I predict True.") print(major=='Software Engineering') print("Is major =... ...
分类:编程语言   时间:2019-09-06 12:29:30    阅读次数:97
计算机硬件
一、计算机的定义1.计算机(computer)俗称电脑,是现代一种用于高速计算的电子计算机器,可以进行数值计算,又可以进行逻辑计算,还具有存储记忆功能。是能够按照程序运行,自动、高速处理海量数据的现代化智能电子设备。由硬件系统和软件系统所组成,没有安装任何软件的计算机称为裸机。2.分类:超级计算机、 ...
分类:其他好文   时间:2019-09-05 18:53:46    阅读次数:104
2862条   上一页 1 ... 31 32 33 34 35 ... 287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!