搜索资源列表
进程线程间共享数据的DLL
- 应用内存映射文件方式,实现了在应用程序的进程之间进行共享数据-application memory mapping document, achieved in the application process for sharing data between
系统的进程调度线程的源代码
- 计算机操作系统的实验作业,系统的进程调度线程的源代码
一个进程地址空间内执行的两个线程
- 用以演示他提出的信号量机制。本作业要求设计在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。
一个进程地址空间内执行的两个线程
- 用以演示他提出的信号量机制。本作业要求设计在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。
一个进程地址空间内执行的两个线程
- 用以演示他提出的信号量机制。本作业要求设计在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。
chat.rar
- linux下利用socket多进程/多线程实现网络聊天程序完整版代码,linux process using multi-socket/multi-threaded chat program achieve the full version of the network code
linux_multiple_thread.tar
- linux 多线程多进程 非常好的例子 linux socket server/client -linux multipe thread good example linux socket server/client
socket
- 计算机网络编程,多线程,多进程,相互之间传递信息-Computer network programming, multi-threaded, multi-process and transmit information between
linux_useAPI_and_other
- linux 应用程序API_进程 进程和信号编程 管道/io ,进程间通讯,网络编程, 线程机制 -linux application process and signal process API_ programming pipeline/io, inter-process communication, network programming, threading mechanism
linuxC_sourcecode
- 嵌入式linuxC源代码光盘,和《Linux c 编程实战》书本相配套的光盘资料,主要包括:Linux系统下C语言及其编程环境的介绍,系统编程的所有主题——文件和目录、进程、线程、信号、进程间通信、网络编程和图形界面编程、出错处理、库的创建与使用、编写安全的代码等。-Embedded linuxC source code CD-ROM, and " Linux c programming real" books matching CD-ROM information, incl
ProcessCommander
- VB版的进程管理器——进程指挥管 v1.0的源代码,高人奉献,感谢分享,一个掌握系统进程最完善的资料,它可以显示进程宿主,列出进程所使用的DLL动态链接库文件、线程个数、软件版本等信息。-VB version of the process manager- the process of command and control of the source code v1.0, expert contributions, thanks to sharing, the process of a mas
linux_serial_thread_process_network
- linux串口、多线程、进程、网络相关内容,教学型代码及课件-linux serial port, multi-threaded, process, network-related content, teaching-based code and courseware
Input
- 远程线程注入技术,可以注入到任意制定的进程 包括系统进程-Remote thread injection technique can be injected into any process of the development process, including system
unpv13e
- 详细说明:Linux下采用C语言开发的聊天程序,使用类似vi的操作界面,服务器端采用多线程技术,每线程服务一个客户端,客户端采用双进程,一个进程负责网络I/O,一个进程负责用户交互。-Linux development using C language chat, the use vi similar to the user interface, server multi-threading technology, every threaded a client services, client
unixsocket
- linux/unix下网络编程以及多线程和多进程的处理-linux/unix network programming, as well as under the multi-thread and multi-process handling
Linux-Network-Programming
- 《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。《Linux网络编程》内容分为4个部分:Linux程序设计基础部分、Linux用户空间网络编程部分、Linux内核网络编程部分以及综合案例部分。内容包含Linux系统概述、Linux编程环境、Linux文件系统简介、Linux下的进程和线程、TCP/IP协议族、应
MessageQueue
- linux下消息队列的C语言封装,以及示例代码。用于进程间和线程间通信。-Provide C-language package of message queue under linux as well as sample code. This package is used for inter-process communication.
linux
- linux网络编程,比较简明,包括socket编程,多线程,进程,信号-linux Network programming
Linux-Programing-source-code
- 这些源码以简单的示例介绍了Linux应用程序编程的一些关键操作,主要涉及文件操作,进程,进程控制,进程通信以及多线程操作。每个短小精悍,便于学习。-A simple example of these source Linux application programming introduced a number of key operations, mainly related to file operations, process, process control, process commu
多线程copy
- 一命令行的形式实现多进程copy,同时显示进度。eg:./my_cp srcfile destfile N(Achieve multi process copy, while displaying progress)