资源列表
WindowsMsg
- 目标 在一个函数中暂停应用程序,直到用户单击鼠标或者按键为止。 2. 策略 当应用程序看起来是空闲时,实际上它在运行函数: C Wi n A p p : : R u n ( )。该函数不仅具有 查询新消息的逻辑功能,并且完成了大量包括更新用户界面状态和清除临时内存对象在内的 应用程序维护工作。因此,如果需要在应用程序中的某个地方停止运行并等待消息,也需要 进行这种应用程序维护工作。由于微软提供了C Wi n A p p ( ) : : R u n ( )函数的源代码,因此
display
- 动态数码显示程序,适合初学者,程序可移植-Dynamic digital display program, suitable for beginners, the program can be transplanted
c
- 猜拳小游戏,进来看看,挺好玩的。虽然简单但用到了各种控制结构-Finger-guessing game of small games, come take a look at, very good fun. Although the simple but used a variety of control structures
IPv6Chat2
- 基于IPv6环境下带可靠性传输的组播聊天室的设计与实现-IPv6-based environment with the multicast transmission reliability Chat Room Design and Implementation
javaset
- Java环境设置说简单其实也挺复杂的,以下是我试验通过的一个Java环境设置的方法,希望能对初学Java的朋友有一些帮助! -Java environment settings that are actually quite simple to the complex. The following are my test of a set of Java environment, The hope is to novice Java friends some help!
Sender
- 关于网络编程的在客户端实现的程序代码 欢迎大家查阅下载
missile.m
- 对导弹 进行 数值 模拟 ,对 导弹进行简化 ,可加入 地形 中 构造 最小 威胁曲面 用于航迹 规划研究
YYZ_OS
- 有关操作系统进程服务的问题。。代码简单易懂。。欢迎大家提出宝贵意见哈。-Averaging problem. . Code is straightforward. . Welcome to Kazakhstan for their valuable comments.
HD
- 一个背景变色的C语言程序,挺简单的,一看就会-C-language program, a background color, very simple, one will see
ads8741
- ads7841代码,自己要修改,基于51开发环境,自己还没有完全编出来-ads7841 code, they have to modify the 51-based development environment, also not completely compiled out
linkqueue
- 链式队列是一种特殊的线性表,它只允许在表的前端(front)进行删除操作,而在表的后端(rear)进行插入操作。进行插入操作的端称为队尾,进行删除操作的端称为队头。队列中没有元素时,称为空队列。一般队列的存储结构是顺序存储,当队列的存储结构是链式存储结构时(即队列中每个元素都包含一个指向其后继的指针,最后一个元素指针为null),就是链式队列,和链栈同理。-A queue is a special kind of linear form, it only allows the front end
lab5
- 单个资源的银行家算法,分别展示安全序列例子和不安全序列状态下例子的运行结果-Individual resources bankers algorithm, security sequence examples shown respectively and unsafe sequence run results of examples
