搜索资源列表
多进程 线程
- 一个多进程及线程操作的例子,比较实用 -a multi-threaded process and the operation of the examples, more practical. .
多进程编程
- Linux下的多进程编程-Linux multi-programming process
多进程
- vc下的多进程程序-vc under the multi-process procedures
多任务 多进程
- 多任务 多进程 51 单片机 C 语言 1.本程序不使用任何汇编指令 2.由定时器T0产生中断,切换进程 3.由于中断或调用子程序,要把PC堆栈,故可以以SP为基址的地方找到PC 4.中断或子程序返回,要把SP出栈给PC,故可以操作SP改变程序入口 5.本程序经调试运行 电路图已上传 6.程序编译是会有一个警告提示,为正常现象,因为保存R0-R7时,重新定义地址, 出现地址覆盖的警告提示。 7.用户以此模板写程序只需写用户的进程子程序和用户初始化子程序,并把各进程
Gsoap vc开发soap协议 http+ xml 多进程沟通
- Gsoap vc开发soap协议 http+ xml 多进程沟通,Soap agreement to develop Gsoap vc
chat.rar
- linux下利用socket多进程/多线程实现网络聊天程序完整版代码,linux process using multi-socket/multi-threaded chat program achieve the full version of the network code
multi-process-thread-sort
- 一个完整VC开发工程:实现用多进程和多线程进行快速排序-a complete VC project: accomplish fast sorting by using multi process and multi thread programming technique
documents-for-Linux-
- Linux 多进程编写详细资料与算法总结 包含 读者-写者 等经典问题-Multiple Linux processes and algorithms written summary containing details of readers- those who write such classic problems
ProducerandConsumerProblem
- 用多进程同步方法解决生产者-消费者问题 设计目的:通过研究Linux 的进程机制和信号量实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码.-Synchronous multi-process so
多进程局域网扫描ip
- 多线程局域网扫描组件,参考了前辈的代码,然后进行多线程封装.能在三妙内扫描完毕 0.0 至 0.255 IP段. -multithreaded scanning LAN components, reference code of the older generation, then multithreading package. In three Miao scan finished within 0.0 to 0.255 of IP.
multitread
- 多进程多线程,包含VC知识库中的源码及文档,精心整理,希望对你学习Windows的多任务有所帮助!-Multi-process multi-threaded, including VC Knowledge of source code and documentation, carefully collated, and they hope to learn from you multi-tasking Windows help!
CThreadEx
- 对于多线程和多进程的演示,利用MFC,代码简洁-For multi-threaded and multi-process demonstration, using MFC, concise code
killzombie
- linux下创建多进程的程序。并且干净的*僵尸进程。-linux create multi-process procedures. And clean kill zombie process.
IPC_shareCode
- 此程序是进程间共享快速通讯的例子,目的是快速的进行多进程数据传输和存储,对于编写进程通信有着非常重大的参考价值,是codeproject上很重要的一篇文章的源代码。-This process is the process of sharing examples of rapid communication, the purpose of rapid multi-process data transfer and storage, for the preparation of the proces
duorenwuduoxiancheng
- VC++多任务多线程多进程的实例,压缩包里一共有5个-VC++ multi-tasking multi-threaded multi-process example, the compression bag a total of five
Chapter_5_Linux_Applications
- 周立功Magic2410实验箱光盘源码 第5章Linux应用程序编写 5.1 HelloWorld程序实验 5.2 Linux定时器实验 5.3多进程实验 5.4多线程实验 5.5文件和目录操作实验 5.6 UDP实验 5.7 TCP实验 5.8 Webserver实验 -Experimental boxes Magic2410 weeks Ligong Chapter 5 CD-ROM source Linux application procedure
Main
- 用多进程同步方法解决生产者——费者问题 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数.-Synchronous multi-process solutions to producers- the issue of costs
多进程并发
- 实现操作系统下一个多进程并发机制,在VS13下用C++实现(realize a Multi process concurrency,it run by vs13 using C++)
Linux多进程并发服务器
- 实现多进程并发服务器,客户端能回射回给服务器发送的消息(A multi process concurrent server, and the client can return the message that sent to the server)