资源列表
[进程与线程] suanshuyunsuan
说明:进程就绪队列的两种实现方法:时间片法和优先数法-Process ready queue implemented in two methods: time-slice method, and the priority number<刀刀> 在 2025-06-08 上传 | 大小:1kb | 下载:0
[对话框与窗口] cyuyahuadongchuangkou
说明:c语言模仿滑动窗口协议,源代码。(1) 编写滑动窗口协议的发送程序,令序号长度N=3,窗口最大尺寸=4; (2) 发送程序需要处理的三个事件:网络层分组到达、计时器超时、确认到达可以通过外部输入来模拟;而发送程序应送往对等方的帧直接输出,便于检查程序的正确性。 -c language to imitate the sliding window protocol, the source code. (1) the preparation of the sliding window prot<鬼精灵是呆瓜> 在 2025-06-08 上传 | 大小:1kb | 下载:0
[数据库编程] testMalloc
说明:实现堆空间的遍历,很好用的,希望对大家有用-Traversal of the heap space, well used, and the hope that useful<方某某> 在 2025-06-08 上传 | 大小:1kb | 下载:0
[Windows编程] CPP-bind-simple-realization
说明:c++的bind简单实现 本人以前在读<< Beyond the C++ Standard Library>> 书的时, 然后自己测试的的示例代码. 今天又看到了, 感觉可以分享出来, 帮助一些人理解bind的实现, 理解占位符. -c++ the bind simple realization I previous read < < Beyond the C++ Standard Library > > book, and then te<fete> 在 2025-06-08 上传 | 大小:1kb | 下载:0
[Windows编程] Advertisement
说明:file (work) on the C + + (high quality made)<Anton> 在 2025-06-08 上传 | 大小:1kb | 下载:0
[进程与线程] buffering
说明:利用缓冲池和多线程技术,实现生产者和消费者同步的问题。只有缓冲池中有空闲的时候才可以生产产品;只有缓冲池有产品的时候才可以消费。-Pool and multi-threading technology to realize the synchronization problem of the producers and consumers. Buffer pool idle time can produce products pool products when it can be consu<xie> 在 2025-06-08 上传 | 大小:1kb | 下载:0
[进程与线程] produceAndConsume
说明:利用多线程的技术实现生产者和消费者的同步问题。解决了生产一个消费一个的问题,提高了系统的性能。-Multi-threading technology to realize the synchronization problems of producers and consumers. Solve the production of a consumer a problem and improve the performance of the system.<xie> 在 2025-06-08 上传 | 大小:1kb | 下载:0
[Static控件] paixu
说明:编写顺序查找的方法public static int[] ordinalSearch(int data[],int key),要求该方法返回一个数组(如果key存在,数组中各元素的值分别为关键字key在原数组data中的下标;如果key不存在,则返回一个长度为1的数组,数组元素为-1)。-Write a sequential search method public static int [] ordinalSearch (int data [], int key) This method re<付童男> 在 2025-06-08 上传 | 大小:1kb | 下载:0