资源列表
example
- 利用共享内存实现多线程间通信。 主线程派生子线程后即处于休眠状态,等待子线程结束时发出结束信号唤醒。在被唤醒后,主线程向屏幕输出结束信息! 线程A向共享内存中写入A~Z的大写字母。 线程B通过共享内存接收这些字母,并将其保存到/test.dat文件中。 注意线程之间的同步互斥! -Using shared memory communication between multi-threading. Derived from sub-thread after main thread
dsr
- A tcl code for DSR in ns-2
unpack-and-remove
- Unpacks each archive given as argument and deletes it when it extracted successfully-Unpacks each archive given as argument and deletes it when it extracted successfully..
TCPIP
- TCP/IP基于协议分析与应用编程 客户端和服务器端 的源代码。-TCP/IP-based protocol analysis and application programming client and server-side source code.
stencil_test
- opengl函数实现模板测试,程序完全正确,已通过调试。-opengl functions for testing the template, the program entirely correct, has been through debugging.
register
- 这是一个网站的注册页面,包括手机号,密码,确认密码,电子邮箱,姓名等选项。-This is a Web site registration page, including phone number, password, confirm your password, e-mail, name, and other options.
dll
- 零管道DLL实现,主要是小菜鸟调试过程中遇到滴一些问题,不好意思老是麻烦别人了,就只好GOOGLE大叔出马,东拼西凑滴代码,我就想,只要有心喇,你也能山寨滴-Zero pipeline DLL implementation, mainly small rookie debug drip some of the problems encountered in the process, I am sorry always trouble others, and they can only run f
iicbus_test
- 在单片机系统M32C83中对PCF8563的测试程序-M32C83 in SCM system to the test procedures PCF8563
VS2008TeamSuite
- IOCP模型建立的服务器,实现了线程池,可以在建立少数几个工作线程的基础上实现与客户端的连接 客户端-IOCP model of server, the realization of the thread pool, can realize the connection with the client based on the establishment of a few threads on client
arregloPila.cpp
- data structures c++ stack cla-data structures c++ stack class
socket
- 计算机网络实验实现TCP套接字编程的源代码-Experimental realization of computer networks, TCP socket programming source code 1
MyMemcachedClient
- 高效简单的Memcached java client api。支持二进制协议,用于1.4版本及以上,实现客户端所有操作。自己造个轮子,是不得已而为之。能找到的client都太复杂太慢,简单的事情用简单的方法处理,自己写一个好了。遵循的协议:http://code.google.com/p/memcached/wiki/MemcacheBinaryProtocol 注:memcached1.4开始正式支持二进制协议。-simple and high performance java clien