码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
重学计算机组成原理(二)- 制定学习路线,攀登“性能”之巅
0 学习路线的知识点概括 学习计算机组成原理,就是学习计算机是如何协调运行的 计算机组成原理的英文叫Computer Organization Organization 意"组织机构"。 该组织机构能够进行各种计算、控制、读取输入,进行输出,达成各种强大的功能。 把整个计算机组成原理的知识点拆分成了 ...
分类:其他好文   时间:2019-08-10 20:58:07    阅读次数:102
计算机组成及其功能
计算机组成及其功能计算机的组成及其功能计算机是是一种用于高速计算的电子计算机器。通过计算机,可以实现计算、存储等功能电子计算机,也叫做电脑(computer).通过计算机,可以实现计算、存储等功能计算机的组成:?(1)硬件部分。根据冯诺伊曼提出的计算机体系架构,一台计算机主要分为五个部分:控制器、运算器、存储器、输入设备、输出设备:![](https://s1.51cto.com/images/b
分类:其他好文   时间:2019-08-09 23:56:11    阅读次数:252
ZOJ 2112 Dynamic Rankings(树状数组+主席树)
The Company Dynamic Rankings has developed a new kind of computer that is no longer satisfied with the query like to simply find the k-th smallest num ...
分类:编程语言   时间:2019-08-09 01:38:56    阅读次数:157
1131 Subway Map (30 分)
1131 Subway Map (30 分) 1131 Subway Map (30 分) 1131 Subway Map (30 分) In the big cities, the subway systems always look so complex to the visitors. To ...
分类:其他好文   时间:2019-08-07 22:42:55    阅读次数:136
testwebsite
testwebsite Creating Test environment https://blog.norz.at/creating-a-citrix-netscaler-test-environment/ Being a Citrix Certified Instructor I am very ...
分类:Web程序   时间:2019-08-06 11:08:59    阅读次数:227
Palindrome(Manacher)
Andy the smart computer science student was attending an algorithms class when the professor asked the students a simple question, “Can you propose an ...
分类:其他好文   时间:2019-08-04 15:05:14    阅读次数:84
C语言字符串操作总结大全
字符串操作 字符串到数值类型的转换 字符检查 函数原型 strcpy(char destination[], const char source[]); 功能:将字符串source拷贝到字符串destination中 例程: c include include void main(void) { c ...
分类:编程语言   时间:2019-08-04 01:01:12    阅读次数:80
Strategic Game(树形DP)
Strategic Game(树形DP) [toc] 题目 Bob enjoys playing computer games, especially strategic games, but sometimes he cannot find the solution fast enough and ...
分类:其他好文   时间:2019-08-03 10:44:10    阅读次数:84
策略模式2
接上篇。 做一做就发现问题了: 1、有的时候两个代码块都是插一个表,这样getType()方法返回一个字符串肯定不够了。 2、在解析的时候41个解析块都需要和表里的数据做比较,所以会很频繁的查表,io操作,效率太低。 3、返回值,有时生成违规的表有很多,所以只返回一个Integer就不够了。 一个一 ...
分类:其他好文   时间:2019-08-02 18:32:26    阅读次数:112
2862条   上一页 1 ... 34 35 36 37 38 ... 287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!