搜索资源列表
PortReady
- 多线程的端口扫描工具,用于进行狂速端口扫描。-multithreaded port scanning tool used for mad port scanning speed.
ms04011
- 微软漏洞ms04011的dos下的扫描器,多线程-ms04011 loopholes in the Microsoft dos under the scanner, multithreaded
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
lylchengxu
- 操作系统,我是帮我同学实现的一个多线程程序,是解决读写者问题的-operating system, I was helping my students achieve a multithreaded process is to solve the problem of literacy
thread-7
- 多线程的示例程序,演示如何编写多线程程序-multithreaded sample program to demonstrate how to prepare multi-threaded process
solarismultithread
- sun solaris 操作系统下c++ 多线程编程的一些网页资料 可供多线程编程参考-sun solaris operating system c multithreaded programming of the website information for multi-threaded programming reference
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.
processjjjjj
- windows多线程编程的例子,特垃圾的,你们别下啊.-windows multithreaded programming examples, especially garbage, under your other ah.
lunch
- 哲学家进餐问题 在多线程中如何避免死锁。 问题描述:有五位哲学家围绕着餐桌坐,每一位哲学家要么思考 要么等待,要么吃饭。为了吃饭,哲学家必须拿起两双筷子(分 别放于左右两端)不幸的是,筷子的数量和哲学家相等,所以每 只筷子必须由两位哲学家共享-dining philosophers problem in multithreaded how to avoid deadlock. Problem descr iption : five philosophers sittin
portmul
- 多线程扫描端口,可同时开启60个线程,速度最快1秒二个端口-multithreaded scanning ports can simultaneously open 60 threads, the fastest two seconds a port
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
wlzz
- 一个用C++篇写的多线程网络蜘蛛,效率极高-an article written multithreaded network spiders, high efficiency
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