资源列表
winmm
- winmm.dll文件在windows平台运用,在编译C++时使用 -winmm.dll document windows platform in use in the use of C Compiler
点对点多线程断点续传的实现
- 在Visual C++中实现点对点文件传输系统-realise peer-to-peer file transform system in Visulal C++
Multimedia Networking and Quality of Service
- 关于QoS控制的一个经典教案,学习流媒体控制本质原理的可以- a classical teaching plan about Quality of Service
针对Excel格文件操作编程实现
- 在 Visual C++中操作Excel,对开发数据库管理系统很有意义 -read and write excel file,useful for developing database management system
Visual C++线程同步技术剖析111
- Visual C++中的多线程编程,对初学者很有意义-thread synchronize technology,useful to beginners
Showmemory
- 该数据报文包用来实现一个无连接包的传送服务。 每条消息从一台机器发送到到另一台机器的选径仅依赖于这个包所包含的信息。 多-text packets used to achieve a connectionless packet transmission services. Each message from one machine to another sent to the machine the election trail only rely on the packets containe
QDQ
- 此程序为一竞赛抢答器模拟实验源程序,采用8255并行接口编程。-Contest for a simulation experiment source, using 8,255 parallel interface programming.
并行接口
- 此程序为一可编程并行接口实验源程序,通过此实验可掌握8255方式0的工作原理及使用方法。编程从8255C口输入数据,再从A口输出。-procedure for a programmable parallel interface experiment source, the passage of this experiment can seize 8,255 0 means the working principle and methods of use. Programming from the
-血液需求系统
- 此系统用EXEL开发,摘要如下,对于血液供需模型,我们对某地区进行了系统模拟,为了使医疗中心花费最少,我们首先对三种情况进行分析,就是不举办活动,每30,60天举办活动,得出结果,每30天举办一次活动,费用最少。最后,我们对模型评价与推广,还有个人的心得体会。-system used EXEL development, summarized below, the blood supply model, we have certain areas of the system simulation,
paixu
- 用vc实现的二叉树的层次排列输入一颗树输出以层次排列的节点-vc used to achieve the binary level with the input to the output tree hierarchy of nodes
words0.8
- 对一个字符串的单词数进行统计的程序,可以扩展为对文件中单词量的统计.-one programe to take words count of string,it could be expanded to take words count of file.
ltWAIT
- 4-11 最优服务次序问« 问题描述:设有n 个顾客同时等待个顾客的服务次序才能使平总和除以n。« 编程任务:对于给定的n个顾客需要的服务时间,编程计算最优服务次序。« 数据输入:由文件input.txt给出输入数据。第一行是正整数n,表示有n 个顾客。接下来的1 行中,有n个正整数,表示n个顾客需要的服务时间。« 结果输出:将编程计算出的最小平均等待时间输出到文件output.txt。输入文件示例 输出文件示例input.txt output.t