搜索资源列表
C++MultiThreadProgramming
- 全书分为13章,全面讲解构建多线程架构与增量多线程编程技术。第1章介绍了用于构建面向对象程序的不同类型 C++组件,以及如何使用这些组件来构建多线程架构。第2、3、4章简要介绍进程、线程、多任务处理、多线程化、 规划以及线程优先权的概念。第5章讨论进程间和线程间通信。第6章讨论线程和进程同步与合作,详细讨论临界区 、死锁、数据竞争以及无限延迟方面的主题。第7-10章讲解用于线程同步、线程间通信以及多线程处理的C++组件 。第11章讨论C++对象在多线程环境
red_eyed_hare多线程下载软件
- red_eyed_hare多线程下载软件,支持断点续传,可同时开启10个进程快速下载
chat.rar
- linux下利用socket多进程/多线程实现网络聊天程序完整版代码,linux process using multi-socket/multi-threaded chat program achieve the full version of the network code
socket
- 计算机网络编程,多线程,多进程,相互之间传递信息-Computer network programming, multi-threaded, multi-process and transmit information between
创建、管理线程池的源代码
- 创建、管理线程池的源代码- Foundation, management line Cheng Chi source code
多进程局域网扫描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!
duoxiancheng
- 编写多线程的程序 1)试验目的和内容 理解操作系统中的进程和线程的概念,比较单进程(线程)和多进程(线程)的程序结构和执行方面的区别,指出多进程(线程)的好处。 2)试验环境 在windows下用VC++编写一个多线程的程序并比较与单线程程序的区别*/-Procedures for the preparation of multi-threading 1) test the purpose and content of understanding the proces
duorenwuduoxiancheng
- VC++多任务多线程多进程的实例,压缩包里一共有5个-VC++ multi-tasking multi-threaded multi-process example, the compression bag a total of five
linux_serial_thread_process_network
- linux串口、多线程、进程、网络相关内容,教学型代码及课件-linux serial port, multi-threaded, process, network-related content, teaching-based code and courseware
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
mutilthread
- c语言多进程多线程编程的教程,很不错哦,可以学习一下,借此理解操作系统功能。-c multi-process multi-threaded programming language tutorials, very good, oh, you can learn about, to understand the operating system features.
Linux
- 含有Linux基本教程、C语言教程、数据结构、文本编辑器、GCC编译器、调试工具、Linux GUI编程、网络编程、进程间通信、多线程编程、客户端/服务器端程序-Basic tutorial with Linux, C Language Tutorials, data structure, text editor, GCC compiler, debugging tools, Linux GUI programming, network programming, interprocess com
nachos-userprog
- nachos虚拟操作系统project,userprog实现调用执行客户程序,添加process.cc/.h支持多进程多线程调用-nachos: virtual operating system project, userprog called to perform client program, add process.cc/.h to support multi-process multi-threaded calls
keshe1
- linux下的多进程多线程编程实例,帮助初学者学习多线程的编程,也可作为操作系统的课程设计-under linux multi-process multi-threaded programming examples to help beginners learn multithreaded programming, also can be used as the operating system' s curriculum design
多线程copy
- 一命令行的形式实现多进程copy,同时显示进度。eg:./my_cp srcfile destfile N(Achieve multi process copy, while displaying progress)
pwyha
- 一个多线程文件示例,详细说明了多线程的使用方法,不错的(A multi-threaded file example, detailing the use of multi-thread method, good)
45929501
- Java多线程设计模式源码,介绍java的多线程编程的最好方式()
select_client
- Socket多线程通信客户端, 指两个或两个以上的进程在执行过程中,因争夺资源而造成的一种互相等待的现象,若无外力作用,它们都将无法推进下去。(Socket multithreading communication client refers to a phenomenon of waiting for two or more processes in the process of execution, which is caused by competing for resources. If
C#多线程编程实战_中文完整版_带书签目录
- 《C#多线程编程实战》共分为11章,第1章介绍C#中基本的线程操作;第2章描述线程交互细节;第3章解释线程池概念;第4章深入讲解任务并行库框架;第5章深入解释C#5.0中的新功能——异步方法;第6章描述.NET框架中并行算法的标准数据结构;第7章深入讲解并行LINQ基础设施;第8章解释如何以及何时使用Reactive Extensions框架;第9章深入讲解异步I/O进程,包括文件、网络及数据库等场景;第10章针对常见的并行编程问题给出一些解决方案;第11章讲述编写基于Windows 8的异步应