搜索资源列表
LinuxNet
- 非常好用的网络socket编程代码(服务器端多线程)- Extremely easy to use network socket programming code (server end multithreading)
linuxprocthreads
- linux 多线程 proc*c的oracle接口-multithreading proc * c the oracle interface
pthread_examples.tar
- 多线程程序作为一种多任务、并发的工作方式,有以下的优点: 1) 提高应用程序响应。这对图形界面的程序尤其有意义,当一个操作耗时很长时,整个系统都会等待这个操作,此时程序不会响应键盘、鼠标、菜单的操作,而使用多线程技术,将耗时长的操作(time consuming)置于一个新的线程,可以避免这种尴尬的情况。 2) 使多CPU系统更加有效。操作系统会保证当线程数不大于CPU数目时,不同的线程运行于不同的CPU上。 3) 改善程序结构。一个既长又复杂的进程可以考虑分为多个线程,
multi-tasking
- vxworks 下多线程编程事例代码 包括:管道,队列,信号,多线程-vxworks multi-threaded programming code examples include : pipeline, queue, signals, multithreading
ExpungeLineTool4NM
- 我写的linux之nm命令的win32后续处理工具,多线程实现-I write linux's nm orders win32-processing tools, multithreading
1_rar
- 多线程的出版商和用户的过程的模拟,可以实现他们之间的协调工作!-multithreading publishers, and users of the simulation process, can achieve coordination between them!
oracle_OCI_UNIX
- 将OCI封装,方便C++编程,本类不支持多线程,使用时要注意,-OCI will facilitate the C programming, this collection does not support multithreading, when used to the attention,
FtpSvr
- 在Linux下使用GCC编制的FTP服务器,使用多线程的来进行解决多个用户的连接请求,在用户的管理方面使用MySql,(当然也可以使用其它的数据库,但必须得在MakeFile里面自己修改指定),思路较清晰,适合Linux初学者对linux下的c编程的全面的了解。-use of the Linux GCC based FTP server, The use of multithreading to address a number of user connections, at the reque
Programming with Pthreads.tar
- linux 多线程例子-multithreading example
multithread_dos_attak_sourcecode
- 多线程dos攻击程序源代码,希望对大家有所帮助-multithreading dos attacks source code, we hope to help
Expr - multithreading file transport---For Linux V
- 多线程文件的传输实现 需要在linux shell 下操作-multithreaded file transfer realize the need to operate under linux she
Linux
- Linux多线程 Linux系统下的线程控制等-Linux Multithreading
RealtimeEmbddedMultithreading
- ebook about realtime embedded multithreading
LINUX-experiment-senior-article-qt
- 本书详尽的介绍了在linux环境在的QT使用,介绍了软件的安装规范,不同版本的比较,介绍了QT的基本编程:信号和槽机制,QT的多线程,Qt网络编程,以及QT常用工具:Qt设计器,Tmake,Qvfb等得详细介绍。-This book describes in detail the QT in linux environment The use, the software installation specifications, comparison of different versions,
Linux-multithreaded
- 介绍Linux下面线程的操作、多线程的同步和互斥。-linux multithreading problem
Linux-programming-ideas
- 本书内容分为4个部分:linux程序设计基础部分、linux用户空间网络编程部分、linux内核网络编程部分以及综合案例部分。内容包含linux系统概述、linux编程环境、linux文件系统简介、linux下的进程和线程、tcp/ip协议族、应用层网络服务程序、tcp编程、主机信息获取、数据io复用、udp编程、高级套接字、套接字选项、原始套接字、服务器模型、ipv6、linux 内核网络部分结构及分布、netfilter框架内报文处理程;解释多重继承问题的难点,展示RTTI的实际使用,描述了
thread-demo
- qtopia2.2 下的 多线程的demo程序。-A qtopia2.2, multithreading demo program.
writeQueue2013-1-5
- 这是一个写队列,初始化时申请大量的list,并采用定时或者单个list满则立即执行队列中的操作,采用内部多线程封装,外部只有部分接口直接使用-This is a write queue, to apply for a large number of list initialization and timing or a single list is full of immediate execution queue operation using internal multithreading
pthread-test
- linux下的多线程例子,包含了俩个线程的创建和互斥.-under linux multithreading example, contains both thread creation and mutual exclusion.
PYthon-multithreading-Test
- python 多线程测试 源码 -python multithreading