码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
POJ 1984 - Navigation Nightmare - [带权并查集]
题目链接:http://poj.org/problem?id=1984 Time Limit: 2000MS Memory Limit: 30000K Case Time Limit: 1000MS Description Farmer John's pastoral neighborhood ha ...
分类:Web程序   时间:2018-04-26 23:19:47    阅读次数:191
1147. Heaps (30)
In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the ...
分类:其他好文   时间:2018-04-24 20:26:43    阅读次数:161
基于Linux进程模型分析
1.进程与线程 1.0 进程: 进程是正在运行的程序的实例(an instance of a computer program that is being executed)。 进程是一个具有一定独立功能的程序关于某个数据集合的一次运行活动。它是操作系统动态执行的基本单元,在传统的操作系统中,进程既 ...
分类:系统相关   时间:2018-04-24 17:42:15    阅读次数:240
continue和break
break:在循环、switch里边有使用 跳出当前的本层循环 continue:在循环里边使用 跳出本次循环,进入下次循环 ...
分类:其他好文   时间:2018-04-24 00:22:04    阅读次数:152
Computer Hardware-1
Computer Hardware 1 __Para 1__ Computer hardware can be divides into four categories: input hardware, storage hardware, processing hardware, and outpu ...
分类:其他好文   时间:2018-04-22 21:55:00    阅读次数:138
计算机组成原理_01
1 计算机组成原理是一门讲授硬件的课程 2 课程概貌: 基本部件的构造和组织方式 基本运算的操作原理 基本部件和单元的设计思想 3 计算机组成的一般原理,不以具体记性的一拖 采用自顶向下的方式、层层细化 4 推荐教材《数字设计和计算机体系结构》、《computer organization and ...
分类:其他好文   时间:2018-04-22 10:55:06    阅读次数:165
poj-1330 Nearest Common Ancestors
A rooted tree is a well-known data structure in computer science and engineering. An example is shown below: In the figure, each node is labeled with ...
分类:其他好文   时间:2018-04-22 00:59:11    阅读次数:192
变量与常量
变量的作用 昵称,代指内存里某个地址中保存的内容存储程序的中间结果,方便后面的程序调用 官方介绍 :Variables are used to store information to be referenced and manipulated in a computer program. They ...
分类:其他好文   时间:2018-04-21 19:42:11    阅读次数:160
C程序代写、代写C语言作业、Systems Programming 代写、帮做C编程
CITS2002 Systems Programming - Project 2 2017See also: 2 Project 2 clarificationsA shell is a command-interpreter used widely on Unix-based systems. M ...
分类:编程语言   时间:2018-04-18 21:15:45    阅读次数:456
POJ - 3974 Palindrome
Andy the smart computer science student was attending an algorithms class when the professor asked the students a simple question, "Can you propose an ...
分类:其他好文   时间:2018-04-18 19:03:53    阅读次数:171
2862条   上一页 1 ... 76 77 78 79 80 ... 287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!