搜索资源列表
vc++多线程
多线程编程
进程和线程都是操作系统的概念。进程是应用程序的执行实例,每个进程是由私有的虚拟地址空间、代码、数据和其它各种系统资源组成,进程在运行过程中创建的资源随着进程的终止而被销毁,所使用的系统资源在进程终止时被释放或关闭。
线程是进程内部的一个执行单元。系统创建好进程后,实际上就启动执行了该进程的主执行线程,主执行线程以函数地址形式,比如说main或Win
Java并发编程设计原则和模式
- 介绍了JAVA多线程并发程序设计的核心问题、机制和设计模式,对从事分布式并发程序设计的程序员来说是很好的资料。
SGIPAPI1.44(Update-20040901)
- 1) 系统采用面向对象的方法,严格按照SGIP1.2协议实现,支持Bind, BindResp,Submit, SubmitResp, Deliver, DeliverResp, Report, ReportResp, Unbind, UnbindResp消息,符合联通网关的最新标准(SGIP 0120修订版)。 2) 采用多线程并发处理的方式获取强大的性能,针对SGIP协议的特点,内建线程池进行消息的收发及处理操作,充分发挥系统和
linuxweb
- 在linux下实现web服务!采用多进程并发服务(不是多线程的方式实现) -under the linux web services! Multiple concurrent services process (not multithreaded way to achieve)
NetTransfer
- ACE框架编写了一个简单的C/S程序,完成多线程文件并发发送功能。客户端为窗口程序,可以同时选择多个文件进行上传,并可以得到服务器成功保存的反馈信息。服务器控制台程序,将收到的文件保存在指定的文件夹中。-ACE prepared a fr a mework for a simple C/S process, multi-thread completed document with this function. Client for Wi
MultipleThreadPortScan
- 跨网段多线程扫描单一端口的程序源码,可以自己控制并发线程。-inter-network of multi-threaded scanning of a single source port procedures can be controlled with thread.
JCSP
- 这是英国Kent大学开发的进程代数的JAVA库,对付多线程和并发系统变得很容易,有大量的范例,我们导师很看好的东西-developed at the University of Kent in the process algebra JAVA basement, deal with multithreading and concurrency system is very easy, we have a lot of examples,
rwlock
- 实现了面向多线程应用程序的读写锁,支持并发读,互斥写-Realize a multi-threaded applications for the read and write lock to support the concurrent read, exclusive write
ThreadPro
- ThreadPro 是本人开发的一套用于多线程编程的 Delphi 基础类库,基于 Delphi 的 TThread 封装了更实用,更结构化的 TThreadTask 线程类。并且写了一个 TThreadPool, 它是 TThreadTask 的管理类,其中运用了面向对象的方法,使用了继承和多态,实现了一个可设置并发任务数的线程池。继承这些基类你可以编写任意自定义的基于这种模型的应用,让你的程序具有强大而安全的多线程处理能力。-err
serialport
- Windows下串口操作封装类(支持多线程并发)。-Windows serial port to operate under the Packaging category (support for multi-threaded concurrency).
socket
- 此题目为实现一个采用TCP协议实现多线程的web server.即使用操作系统提供的多线程库实现多线程并发服务器具体要求为,在浏览器中输入 http://127.0.0.1:6789/index.html 可正确显示纯html文件index.html-This topic for the realization of a TCP protocol using multi-threaded web server. That is, the
socket2
- LINUX下多线程并发网络通信。(包涵源文件)-LINUX under the concurrent multi-threaded network communications. (Includes source files)
RWLock
- 实现了面向多线程应用程序的读写锁,支持并发读,互斥写-For the realization of multi-threaded applications to read and write lock to support the concurrent read, exclusive write
WriteRead
- sockets 通讯 读取多线程读写数据的流量并保证多线程并发读取及独占写入-communication sockets to read to read and write multi-threaded data flow and to ensure that multi-threaded concurrent read and exclusive write
ThreadPool_final
- 此代码作为Server,使用TCP Socket编程技术,利用多线程并发,并且使用了线程池技术,修改宏定义可以实现任意路client并发连接到此服务器-This code as a Server, using TCP Socket programming using concurrent multi-threaded, and uses the thread pool technology, to amend the definitio
JavaSocketMultiThread
- java socket 实现 多线程并发控制 java socket 实现 多线程并发控制-use java socket to realize the function:multiple thread
Multi-threaded-HTTP
- 多线程—断点续传,我做了一个简单的Http多线程的下载程序,来讨论一下多线程并发下载以及断点续传的问题。 这个程序的功能,就是可以分多个线程从目标地址上下载数据,每个线程负责下载一部分,并可以支持断点续传和超时重连。 -Multi-threaded- HTTP, I made a simple multi-threaded download Http to discuss the multi-threaded concurre
RT-Thread下TCP并发服务器模型-多线程TCP服务器
- stm32 RT-Thread下 TCP并发服务器模型-多线程TCP服务器 实用型,不可多得,keil下编译(stm32 RT-Thread TCP concurrent server model - multi-threaded TCP server)
xc-client
- 多线程并发编程的服务器端、客户端,实现了多线程并发(Server and client of multi thread concurrent programming)
多线程压缩
- 多线程压缩是指从软件或者硬件上实现多个线程并发执行的技术。具有多线程能力的计算机因有硬件支持而能够在同一时间执行多于一个线程,进而提升整体处理性能。(duo xian cheng ya suo Multithreading compression)