搜索资源列表
ipv6ping
- linux下 ipv6协议 ping程序 最多运行50线程 2.每个线程发送4个ICMP6包后开始接收 3.试验程序,多线程结构安排不一定合理,待试验后进一步修改 4.在终端./pingipv6 IP1 1P2......即可运行程序 5.为单源文件,没写make,编译命令为: gcc -Wall -o pingipv6 pingipv6.c -lpthread -ipv6 agreement under the most ping process two thr
7_code
- linux多线程编程的例程,其中包括管道,多线程等-multithreaded programming routines, including pipelines, multi-threading
linux-3.0.7
- 多线程应用编程网络-multithreaded application programming network
ra_server
- linux下的一个多线程服务器框架,可直接应用此框架开发一个支持大用户量的UDP应用服务器-of a multithreaded server framework, direct application of this framework to support the development of a large number of users UDP application server
pthread_examples.tar
- 多线程程序作为一种多任务、并发的工作方式,有以下的优点: 1) 提高应用程序响应。这对图形界面的程序尤其有意义,当一个操作耗时很长时,整个系统都会等待这个操作,此时程序不会响应键盘、鼠标、菜单的操作,而使用多线程技术,将耗时长的操作(time consuming)置于一个新的线程,可以避免这种尴尬的情况。 2) 使多CPU系统更加有效。操作系统会保证当线程数不大于CPU数目时,不同的线程运行于不同的CPU上。 3) 改善程序结构。一个既长又复杂的进程可以考虑分为多个线程,
work_queue_thread
- 实现了一个多线程工作组应用程序,此程序中使用了互斥对象,条件变量进行线程的控制。通过研究此程序,可以深刻理解线程的工作机理。-achieve a working group multithreaded applications, the use of this procedure the mutex object, variable conditions thread control. Research through this procedure, a profound understandi
mult_thread
- 多线程编程实例,内设有若干多线程操作方法,学习LINUX中线程属性的设置。-multithreaded programming examples, there are a number of multi-threaded operating methods, learning Linux thread attribute set.
multiget-1.1.3.tar
- linux 下的 flashget。MultiGet是一个非常容易使用的图形界面多线程下载工具,它支持基本的 http/ftp协议,支持断点续传,动态语言转换,下载速度限制,自动/手动MD5校验,任务日志,文件分类管理,支持所有类型的SOCKS代理和 FTP、HTTP代理,可以动态增加/减少线程数量。它需要wxGTK开发包-flashget under linux. MultiGet is a very easy-to-use graphical interface multithreaded
pthread.c
- LINUX多线程应用程序设计,希望对大家有用。-LINUX multithreaded application design, we hope that the right useful.
linuxpthread
- linux环境下多线程编程的例子-multithreaded programming examples
lab
- 练习,linux下基于TCP的多线程的ECHO服务-exercises, linux-based TCP multithreaded ECHO services
pthread
- 多线程扫描匿名ftp的例程-multithreaded scanning routines anonymous ftp
threadsSocket
- UNIX环境下多线程的网络编程例子-UNIX environment multithreaded network programming examples
Expr - multithreading file transport---For Linux V
- 多线程文件的传输实现 需要在linux shell 下操作-multithreaded file transfer realize the need to operate under linux she
vlanproc
- 一个多线程端口扫描程序,可以开启任意数量的线程,并可随时停止扫描.. 关于vlan的c源代码-a multithreaded port scanning procedures, can open any number of threads, can stop at any time on vlan scanning .. c source code
qtserver
- qt实现的多线程服务器和客户端,可以用来学习QT下的socket网络编程-qt multithreaded implementation of server and client can be used to study QT network programming socket under
sharedmemry
- linux 多线程编程, 共享内存传递数据,为了实习多个线程同时访问数据,需要互斥,保证数据同步等-linux multithreaded programming, shared memory to transfer data, in order to practice multiple threads simultaneously access the data, need mutual exclusion, to ensure data synchronization
Linux-multithreaded-programming
- 华南理工大学关于Linux多线程程序设计的PPT讲义内容-South China University of Technology on Linux multithreaded programming content of the PPT lecture
Multithreaded-Programming-(POSIX-pthreads-Tutoria
- Multithreaded Programming (POSIX pthreads Tutorial)
count-pi-with-multithreaded-program
- count pi with multithreaded program