资源列表
vc
- VC的程序那个源码,适合初学者,高手就不必看了-VC-source process that is suitable for beginners, you do not have to read
2006070411031428475
- 分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。
HideProcess
- VB隐藏进程模块提供下载-VB hidden process module
md5.tar
- md5信息摘要的c实现,你说为什么呢?我的名字是小沈阳-implementation of md5. my name is xiao shenyang
2Kxiazaizhe
- 无Dll穿墙下载者源代码[2k]体积小!-Dll free download through walls from the source code [2k]
hd_demo
- 视频采集功能程序代码,基于PC104采集卡的视频采集程序很有用的一个程序用VC编写的-Video capture function of program code, based on the PC104 video capture card collection procedure useful to prepare a program with VC' s
CRC16
- 应用crc-16编码校验数据包是否出错,包括编码、解码,引入错误-Application of crc-16 code check whether the error packet, including encoding, decoding, the introduction of error
200510121757281924
- 一个应用级的键盘钩子程序,简单实用。是在应用级实现的-An application-level keyboard hook procedure, simple and practical. Is realized in the application-level
winmain
- 此程序是对于windows框架下的程序的一个写照.对于消息驱动的程序的一个说明.以及对消息处理函数的处理.-This procedure is for the windows of the program under the framework of a portrayal. The procedures for message-driven in a note. As well as the handling of message processing function.
Optimal
- 存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (1) 最佳适应(Optimal)页面置换算法; (2) 先进先出(FIFO)页面置换算法; (3) 最近最久未使用(LRU)页面置换算法; (4) 最少使用(LFU)页面置换算法。 要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Memory management page repla
regmonsrc
- 用VC写的监控win9x下文件的读写(251KB)-Written by VC under win9x monitoring the read and write files (251KB)
InsertThread
- 只需一个DLL的线程插入,程序演示了使用一个DLL动态链接库进行线程插入的方法,可以将自己的程序插入的系统进程中去-Just insert a thread DLL, the program demonstrated the use of a dynamic link library DLL to insert the thread, for it can insert its own procedures and systems to process