资源列表
FileCode
- windows文件管理和处理程序,可以打开编辑保存相关格式的文件-windows document management and processing can open format editing to preserve relevant documents
jczrq45634
- 进程注入器 -process injector process injector with injection proce
83545222
- thisa is asldfjowqieurlasjdflawoer aslfjasldflasjdlfjwoeirulasjdf-asldfjowqieurlasjdflawoer aslf jasldflasjdlfjwoeirulasjdf
yemian
- 操作系统的实习 实现页面调度算法 用visual c++实现的-operating system to achieve attachment pages scheduling algorithm used visual realization of the c
read1st.txt
- -breed breed breed breed breed breed breed breed breed breed breed breed breed breed breed breed breed breed grass grows grass grows
elivator
- 上课编写的一个简单的电梯模拟,可容纳六人,左边控制按钮控制乘客上电梯,右边控制按钮控制乘客下电梯,顶部显示电梯当前运行状态。-class prepared a simple elevator simulation, which can accommodate six people, left control button to control passengers on the elevator, the right control button to control passengers un
SecClock1.0
- 一个利用多线程编写的毫秒级的计时器,可以连续按下空格,进行快速的开始和结束计时。-a multithread prepared by the millisecond timer, continuous press box, the rapid start and end time.
vc524448882244
- 一个操作系统的课程设计编程 是在C-C++环境下生成的-an operating system course design program is the C-C generated environment
ELEVATORThread
- 利用VC中的MFC框架来实现模拟电梯,用多线程实时控制多部电梯模拟运行。-VC of MFC framework to achieve simulated lift using multiple threads real-time control over simulation operation of elevators.
Procview
- TITLE: PROCVIEW DEscr iptION: See the processes that are running on your machine, and then kill them. DEMONSTRATES: + TTimer, TMainMenu, TPanel, TListBox, TImage, TGroupBox, TRadioButton -TITLE : PROCVIEW DEscr iptION : See the p
dshiq
- 小弟我自己设计的一个定时器 希望各位达人多多指教 小弟不胜感激-finding my own design of a timer you want someone who exhibitions brother be grateful
2006021801
- 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,