资源列表
components-ScrollDemoProject
- ScrollDemo with C++ its useful
LRU
- LRU页面淘汰算法模拟程序(源码) 产生一个进程的大小,构建页表并对页表进行初始化,随后生成访问的指令地址流(是一系列需要访问的指令的地址)。不失一般性,可以适当地(人工指定或随机数产生器)生成这个序列,使得 50%的指令是顺序执行的,50%的指令均匀地散布在前后地址部分。 每访问一个地址时,首先要计算该地址所在的页的页号,然后查页表,判断该页是否在主存——如果该页已在主存,则打印页表情况;如果该页不在主存且页表未满,则调入一页并打印页表情况;如果该页不足主存且页表已满,则按页面淘汰算
wewe
- 远程数字硬盘录象机控制系统,只要输入就可以了!-Remote control system for digital hard disk video recorders, just enter it!
3
- 设计实现超市收银程序,假设顾客在超市购买各种商品,来到收银台结账,收银员具有面值为100,20,10,5和1元的纸币和各种面值为5角、2角、1角的硬币。设计程序计算顾客各种所买商品的钱数,并根据顾客所付的钱数输出零钱的数目及要找的各种货币的数目。-Design and Implementation of the supermarket cash register program, assuming the customer in the supermarket to buy various go
6
- 设计程序利用分治策略求n个数的最大值和最小值。-Divide and conquer strategy design process using the number n find the maximum and minimum.
2
- 利用分治策略,在n个不同元素中找出第k个最小元素。-Using divide and conquer strategy, to find n different elements in the first k-smallest element.
calculator
- MFC计算器,功能还算可以,下载后自己看吧-MFC caculatar
demo
- 实现在命令行界面输入选项,机器人按照选择执行不同的命令,完成不同功能。-Achieve input options on the command line interface, the robot in accordance with the choice to perform different commands, perform different functions.
downloadhelper
- downloadhelper 这还不够啊,那就再写点吧-you are super silly b
windowipc
- 1)。后缀为.in 和 out 的文件都是文本文件,可以用记事本或者写字板打开。 2)。在命令提示符下进入这个目录, 执行“DataRedirect sample sample.in sample.out”-1). Suffix. In and out of the files are text files that can be opened with Notepad or WordPad. 2). At the command prompt, enter the directory,
Managing_Windows_with_VBScript_and_WMI
- Managing Windows with VBscr ipt and WMI Visual Basic scr ipting (VBscr ipt) and Windows Management Instrumentation (WMI)
linkedlist
- Here is the program for whole linked list implemented circular queue,double linked list,stack etc