Welcome![Sign In][Sign Up]
Location:
Search - pthread linux

Search list

[Linux-Unixlinuxpthread

Description: linux环境下多线程编程的例子-multithreaded programming examples
Platform: | Size: 3072 | Author: 徐晓东 | Hits:

[Linux-Unixpthread

Description: 多线程扫描匿名ftp的例程-multithreaded scanning routines anonymous ftp
Platform: | Size: 2048 | Author: 全宏坡 | Hits:

[Process-Threadpthreadforlinux

Description: linux,驱动设计教程。linux多线程程序设计方法介绍。-linux, drive design handbook. Linux multithreaded programming method introduced.
Platform: | Size: 3072 | Author: 马涛 | Hits:

[Otherlinuxthreads

Description: 关于linux下Pthread的使用教程,共有3个pdf文件,适合初学者学习多线程编程。 -Pthread under linux on the use of guides, there are three pdf documents, for beginners learning multithreaded programming.
Platform: | Size: 113664 | Author: zhuwenjie | Hits:

[Linux-Unixpthread.c

Description: LINUX多线程应用程序设计,希望对大家有用。-LINUX multithreaded application design, we hope that the right useful.
Platform: | Size: 2048 | Author: 王大军 | Hits:

[Linux-Unixpthread

Description:
Platform: | Size: 164864 | Author: 张三 | Hits:

[Linux-Unixthread

Description: 一个简单的LINUX多线程和MAKEFILE例子 在主线程里通过pthread_create函数创建2个线程,然后通过pthread_jion等待线程结束
Platform: | Size: 6144 | Author: | Hits:

[Other Embeded programpthread

Description: psos下采用linux的线程库时改写的那部分代码.-pSOS adopt linux thread library that part of the code rewritten.
Platform: | Size: 8192 | Author: 张立 | Hits:

[Linux-Unixbook

Description: 一个模拟图书经营系统的程序,在linux的gcc环境下编译的,利用了多线程的pthread.h函数,希望对大家在linux下编写程序有所借鉴!-Book a simulated operating system procedures, in the linux environment the gcc compiler, the use of multi-threaded pthread.h function, in the hope that everyone in the preparation of procedures under linux reference!
Platform: | Size: 31744 | Author: 尹凯旋 | Hits:

[Technology Managementlinux_pthread_program

Description: 该文档主要讲述本人在使用Linux线程编程时的学习心得,主要有设计到线程优先级和资源释放等问题,并附有测试代码示例。linhanzu@gmail.com-The document focuses on I-threaded programming in the use of Linux at the time of learning experiences, mainly in design to the thread priority and resources to the release of such issues, together with the test sample code. linhanzu@gmail.com
Platform: | Size: 342016 | Author: gomo | Hits:

[Embeded Linuxppt

Description: 使用于2410终端上的一个播放类似ppt文件的程序,涉及Tcp/IP通信、局域网广播、Qt视窗系统、pThread等多个方面。修改makefile中编译工具即可编译,linux中应已经安装了qt2.7以上版本。-2410 terminal for use in a ppt file to play a similar procedure, involving Tcp/IP communications, LAN broadcast, Qt window system, pThread many aspects, such as. Modified makefile to compile compiling tools, linux should have been installed above qt2.7.
Platform: | Size: 11264 | Author: dhc | Hits:

[Embeded Linuxpthread.tar

Description: linux下的tcp通信多线程示例,通过创建多线程来建立TCP联接.在嵌入式系统下运行-tcp communication under linux multithreading example, through the creation of multi-threading to create a TCP connection. in the embedded systems running under
Platform: | Size: 16384 | Author: 谢荣东 | Hits:

[Linux-Unixbbslib.tar

Description: linux下的BBS,使用BBS CACHE,使得mem消耗很低。 天火系統的特點: 1. 統一物件型態設計,讓各種東西都可以在我的最愛出現。 2. 統一各狀態間的功能鍵。( 程式執行過程只 "程式狀態" "物件型態" 來判定動作 )。 3. 內建各種系統(POP3/SMTP/NNTP/..),未來只需要執行單一程式,就會擁有各種功能。 4. 每個人都可以簡單設定個人板。 5. 未來任兩個 BBS 間都可以透過帳號作某一種程度的同步(Sync)。 6. 使用 pthread 設計,並且儘量遵守 POSIX ,達到簡單移植到任何系統的目的。 7. 速度快 不使用 signal/shm/sem ,每個 client 上來只吃 50k 不到的記憶體。 8. 朝無站長系統目標設計。
Platform: | Size: 277504 | Author: 夯夯 | Hits:

[Otherpthread.tar

Description: This a pthread program code which is compiled under the linux. Someone who want to test the pthread s program can download this code.
Platform: | Size: 1024 | Author: njp | Hits:

[ARM-PowerPC-ColdFire-MIPSpthread

Description: FRIENDARM MINI2440 linux应用程序多线程开发源代码-FRIENDARM MINI2440 linux multi-threaded application development source code
Platform: | Size: 1024 | Author: | Hits:

[Linux-Unixpthread

Description: Pthread本来是一套用户级线程库, 但在Linux上实现时, 却使用了内核级线程 来完成, 这样的好处是, 可以充分的提高程序的并发性, 线程也可以象以前一样调用 read这样的函数, 而不必担心会由于阻赛影响其它的线程的运行. -Pthread have is a set of user-level thread library, but in Linux to achieve, they use a kernel-level thread to complete, so the advantage may be sufficient to improve the complicated procedures, the thread can also be the same as before read such a function call without having to worry about race as a result of the impact resistance of other threads running.
Platform: | Size: 43008 | Author: haha123_0 | Hits:

[Linux-Unixpthread.tar

Description: linux下多线程实现生产者消费者及用并行算法求圆周率等经典算法-linux under the multi-threaded use of consumers and producers to achieve parallel algorithm for the classical algorithm, such as pi
Platform: | Size: 2048 | Author: brave_gen | Hits:

[Linux-Unixpthread

Description: linux下的多线程的创建及信号同步,信号量,互斥量-under linux to create multi-threaded and signal synchronization, semaphores, mutex volume
Platform: | Size: 26624 | Author: wuqian | Hits:

[Linux-UnixLINUX-pthread

Description: 线程的创建和使用 线程的创建是用下面的几个函数来实现的. -pthread
Platform: | Size: 58368 | Author: zhj | Hits:

[Linux-Unixpthread

Description: 多线程 编写源代码 经典实例 Linux C下实现-Classic example of the preparation of multi-threaded Linux C
Platform: | Size: 1024 | Author: zpf | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net