搜索资源列表
vmm
- 通过分页技术,在屏幕上显示文件data.txt中多个选定的数据。方法是: 读入数据为整数的逻辑地址(<0时退出); 将逻辑地址分解为页号、页内位移; 查页表,若该页不在内存块中(中断位为1),将该页从外存读入内存某一块中,淘汰策略为FIFO;否则,由页号得块号; 将内存中该数据显示在屏幕上。
chengxuyuanma
- 用多线程同步方法解决读者阅览问题 1) 每个读者进入阅览室后,即时显示“Entered” 及其线程自定义标识,还同时显示阅览室共有几名顾客及其所坐的位置。 2) 至少有10个读者,每人阅览至少3秒钟。 3) 多个读者须共享操作函数代码。 2总的设计思想及系统平台、语言、工具: 设计思想:程序设定的是10个读者和5个座位,对读者进行编号,依次进入阅览室读书,为每一座位列一表目,包括座号和读者号等,读者离开时要登出,即消掉登记的信息。 系统平台:LINUX 语言:C语言
mutex-lock
- 多线程编程-互斥锁 由于线程的清量性,在搜索引擎构建中被广泛使用.线程的实现有多种方式,譬如互斥锁,条件变量,读写锁等.其中互斥锁最为简单,读写锁也与互斥锁类似.在LInux下简单实现一个链表,链表的插入和删除,以及整个链表的析构要考虑多线程的同步-Multi-threaded programming- Mutex clearance due to the amount of threads in the search engines are widely used to build. Th
Electric-power-communication-protocol-packet-gener
- 这个小工具可以生成16进制的电力通信协议数据包,目前支持两种 协议:“中华人民共和国多功能电能表通信规约(DL/T 645—1997)” 和”山东电力集团公司用电现场服务与管理系统通讯规约”。能自 动复制生成的数据,默认为生成的数据添加0x前缀,这样就可以把 数据包方便地粘贴到代码或各种16进制调试工具里面,如“串口调 试助手”。也可以用来在调试分析时和调试状态的数据包进行对比, 以检验数据包的合法性。 本程序用 qt4.2.3 opensource + m
sdrr43r3socket
- 完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理 SOCKET请求。-The full realization of registry processing, document processing. Services using multi-threaded client services, can best deal with the request SOCKET.
152142704qipaomodel
- 很久以前写得一个基于js的前台表单验证,希望大家用得上。还是不够20个字,在多说两句。-Written in a long time ago, the prospects of js-based form validation I hope you need them. Is less than 20 characters, in the more sentences.
tree.tar
- 很强大的链表。二叉树源码,很好使用。希望更多的人使用-A very strong list. Binary source, a very good use. Hope that more people use
worksort.tar
- 实现了2种排序算法和LIST链表,可以输入任意多个字符后,进行排序-Implemented two kinds of sorting algorithm and LIST list, you can enter any number of characters, the sort
INDEX
- 99乘法表,用LINUX编辑,初学者,请多关照。-99 multiplication table, with LINUX edit, beginner, please support me.
p6
- 首先,您将实现一个模板双端,双链表或DLIST。然后,您 建立两个应用程序:一个反向波兰表达式计算器和一个呼叫中心将使用DLIST模拟程序。 该项目将让您在申请动态内存管理的经验,实施 模板容器类(双端双向链表,或Dlist中),使用at- 最多一次不变的存在,所有权和保护规则来实现两个简单的 采用这种结构的应用程序。-This project will give you experience in applying dynamic memory management, im
StateMenuSource
- 本文集中于使用四链表,可以用在嵌入式系统中创建一个简单的菜单。这可以被看作是一种替代使用多个的case语句好方法。-This article is focussed on creating a simple menu using a quadruple linked-list that can be used on an embedded system. This can be seen as an alternative to using multiple switch case statem
sensor_gc0308
- linux内核驱动摄相头GC0308的初始化表,已调试为最佳效果,填了此表,后面容易多了!-linux kernel driver initialization GC0308 perturbation of the head table, has been commissioning for best results, fill in this form, the latter is much easier
chat_server
- 我自己写的一个基于tcp/ip的聊天服务器,可是实现实时通话以及多人通话,请多多指教,其中用到了链表,是在linux c下编写-I write a chat server based on TCP/IP, but in real time to speak, and many people call, please advice, which use the linked list, is written under Linux c
duek
- 使用三态树实现多个注册表子键的选择,好案例-Three states was used to implement multiple registry key choice, a good case