资源列表
chap0
- dht分散式哈希表,用于BitTorrent、emule协议中-A Modular Distributed Hash Table
1_ReadWrite
- windows操作系统读者写者问题的VC++编程实例,大学课程中的实验-windows operating system to write the issue of the readers of VC++ programming examples of university courses in experimental
2_Memory
- 内存管理实验程序。 要求 : 使用 Windows XP的 API 函数,编写一个包含两个线程的进程,一个线程用于模拟内存 分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实 现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作,每个内存操作包括 如下内容: 1、时间:操作等待时间。 2、块数:分配内存的粒度。 3、操作:包括保留(reserve)一个区域、提交(commit)一个区域、释放(release)一个区域
AO
- oa论文及设计办工自动化的论文和相关的设计源代码-operating automtic
listprocess
- 一个用vc编写的列进程的程序,模仿进程管理器,很不错-A list prepared by the process of vc procedures, imitating the process manager, is pretty good
READ_CPU_ID_BY_VC
- vc6.0开发读取序列号的源程序,直接用vc6.0打开即可编译成功-vc6.0 the development of the source code to read serial number, the direct use of the compiler can successfully open vc6.0
GRAPHZ11
- dll implements dynamically updated 2d-plot graph
Cpp1
- 操作系统学习的磁盘空间划分的实验,实现对磁盘空间的划分和管理-Operating system disk space to study the division of the experiment, the realization of the disk space allocation and management
win32api
- Microsoft?Win32?Programmer s Reference-Microsoft? Win32? Programmer' s Reference
ServiceInstaller
- 关于服务的操作,非常不错的教程,对新手有很大的帮助-Operation of the service, very good tutorial on the new great help
1026534534634
- EssModelUMLv2.2建模工具含源码 -EssModelUML
Screen_App
- 给出了一个通过SendMessage关闭和打开显示器的示例。结论是调用该函数的参数应该为: SendMessage(HWND_BROADCAST, WM_SYSCOMMAND, SC_MONITORPOWER, cmd) 其中cmd仅取下列值有效:typedef enum { MONITOR_ON = -1,MONITOR_OFF = 2, MONITOR_STANBY = 1} eMonitorCMD 否则被自动忽略。 纠正了许多文献的不全或错误。 但是对于我的笔