搜索资源列表
tcpcliserv
- unix 下tcp编程,C++语言;多线程;可做商业程序-under tcp programming, C language; Multi-threaded; Do business processes
simple-nachos
- 一个免费的简单的操作系统。专门安装在一张1.44寸软盘上的操作系统可以实现图形操作界面。这个用汇编语言写成的32位操作系统具有结构清晰、利于编程、快速、稳定的特点。MENUET现在还处于开发当中,只具备一些简单的,比如CD播放器这样的功能。概括起来,它的功能和特点包括:图形化界面,最高支持16位真彩,1280x1024的解析度,真正多任务、多线程,适用于单张1.44MB软盘·提供对C语言的编程支持,全功能窗口系统等,从内核支持中文显示-a simple operating system. Spe
boost_source_code
- 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持;
DoS
- dos c语言代码,dos攻击代码,源ip伪装,多线程。经典dos攻击编程!
chengxuyuanma
- 用多线程同步方法解决读者阅览问题 1) 每个读者进入阅览室后,即时显示“Entered” 及其线程自定义标识,还同时显示阅览室共有几名顾客及其所坐的位置。 2) 至少有10个读者,每人阅览至少3秒钟。 3) 多个读者须共享操作函数代码。 2总的设计思想及系统平台、语言、工具: 设计思想:程序设定的是10个读者和5个座位,对读者进行编号,依次进入阅览室读书,为每一座位列一表目,包括座号和读者号等,读者离开时要登出,即消掉登记的信息。 系统平台:LINUX 语言:C语言
c
- linux 下c语言 多线程实例 ,能让读者对在linux下用C编写多线程有个切实理解。
reader_writer
- 操作系统作业,多线程读者写者问题,C语言,Linux-Reader and writer, multi-threaded issues, C language, Linux
os
- c语言编的操作系统,实现多线程的转换,有优先级,有时间片转换-c language made the operating system, the realization of multi-threaded conversion, there are the priority, time-piece conversion
pthreadTest
- pthread 库是c语言的一个重要的库,是多线程编写的必须。-pthread library is an important c language of the Treasury is prepared to be multi-threaded.
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
fir
- 此示例程序演示了一个FIR滤波器的并行程序,用C语言写成,这是Tilera芯片的多线程示例程序,Tilera是美国一家芯片制造公司,目前已经生产出100核的芯片。-Multi-Thread FIR filter realize in C and Tilera muti-proessor.
linux
- 一个QQ聊天小软件,多进程,多线程,的聊天小工具,运用linux下C语言实现。-a software for commiunicate.
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
mycode
- C语言写的 操作系统多线程调度及阻塞通信
comsumer_producer
- 多线程问题:生产者与消费者问题升级(多个生产者多个消费者同时工作)具体C语言实现-Multi-threading issues: producer and upgrade consumer issues (multiple consumers simultaneously multiple producers) specific C language
haha
- 端口扫描程序,多线程,windows下c语言编写。 给定目标ip地址和待扫描的端口范围,运行程序可显示开放端口号。-Port scanning procedures, multithreading, c language to write under Windows. A given target IP address and port range scanning, run the program can display open port.
main
- 多线程访问Oracle数据库,C++语言-Multi-threaded access Oracle s with C++ language
pthread
- C语言多线程pthread库相关函数 函数pthread_create,pthread_join,pthread_exit等-pthread lib pthread_create,pthread_join,pthread_exit
pthread-master
- 模拟多线程之间信号量交互,适用于linux平台,采用c语言(semaphore interaction between multiple threads)
procosumer
- 著名的生产者消费者问题多线程实现,建议在linux系统编译运行。(The famous issue: producer and costumer.)