https://msdn.microsoft.com/en-us/library/bb727008.aspx On NTFS volumes, you can set security permissions on files and folders. These permissions grant ...
分类:
其他好文 时间:
2017-12-06 17:52:42
阅读次数:
132
3.1 计算机的基础知识 每次想写些什么的时候,发现总是避不过计算机这块,在菜鸟笔记 Chapter 1 计算机从0讲起简单介绍一下计算机硬件,以后计划在线程和并发中详细介绍一下计算机的运行原理。这里我们还是先简单介绍一下计算机。 3.1.1 计算机 计算机(Computer)全称:电子计算机,俗称 ...
分类:
其他好文 时间:
2017-12-06 00:00:00
阅读次数:
383
http://acm.hdu.edu.cn/showproblem.php?pid=3526 题意:有个屌丝要配置电脑,现在有n个配件需要购买,有两家公司出售这n个配件,还有m个条件是如果配件x和配件y在不同公司买的话,需要花费额外的w元。现在需要计算购买这n个配件的最小花费。 思路: 一开始想的费 ...
分类:
其他好文 时间:
2017-12-05 20:06:43
阅读次数:
170
32-bit Intel Architecture Listing 8 shows the thread state for an Intel-based computer running 32-bit code. Listing 8: 32-bit Intel thread state For I ...
分类:
其他好文 时间:
2017-12-05 13:26:25
阅读次数:
178
计算机的实际构造结构 1、通用图灵机模型:1936年提出,描述虚拟的简单计算机抽象机,分析现实计算机建造的逻辑基础。 相关论文:论可计算数及其在判定性问题上的应用 。 2、 冯诺依曼机:是现实计算机的体系构造。结构:内存[数据内存,指令内存]CPU[ALU,寄存器,控制器]I/O 3.内存:以字为存 ...
分类:
其他好文 时间:
2017-12-04 22:19:34
阅读次数:
149
大纲 what is color? The result of interaction between physical light in the environment and our visual system. A psychological property of our visual ex ...
分类:
移动开发 时间:
2017-12-02 14:05:32
阅读次数:
489
After you had helped George and Alex to move in the dorm, they went to help their friend Fedor play a new computer game «Call of Soldiers 3». The game ...
分类:
其他好文 时间:
2017-12-02 12:52:25
阅读次数:
164
ESTIMATED TIME TO COMPLETE: 18 minutes We can use the idea of bisection search to determine if a character is in a string, so long as the string is so ...
分类:
编程语言 时间:
2017-12-01 23:40:30
阅读次数:
278
开发过程: 软件需求分析,首先为整个棋盘建立一张表格用以记录棋子的信息。 初始化,建立盘面数组Table【15】【15】,对战双方的棋型表Computer【15】【15】【4】和Player【15】【15】【4】并将他们清零以备使用。然后初始化显示器,键盘,鼠标,输入,输出设备并在屏幕上画出棋盘。 ...
分类:
其他好文 时间:
2017-11-30 23:33:19
阅读次数:
131
课程大纲:http://vision.stanford.edu/teaching/cs131_fall1718/syllabus.html 课程定位: 课程交叉: what is (computer) vision?: 1. a scientific field that extracts info ...
分类:
移动开发 时间:
2017-11-29 16:14:33
阅读次数:
232