资源列表
FiveChess
- 套接字实现五子棋程序,单文档实现,可以实现在局域网内下五子棋-fivechess program is implemented by socket
My_WEB_LED
- 实现基于S3C2440的LINUX网络控制LED驱动。-About Page control LED For Linux
dhcp-4.2.2.tar
- dhcp server 4.2.2 tar包-dhcp server 4.2.2
minijson.tar
- c语言实现的一个Json解析的工具,简单编译就可以运行-Json parser for Unix/Linux
surface
- 这是个基于Linux操作系统和OPENGL的自由曲面代码。-this is a source code of making a surface, based on the platform of linux and using opengl.
Flowers
- 运用php mysql 的小型花店网站,能够注册登录以及出售鲜花-The use of a small flower shop php mysql website, and the sale of flowers can register login
sipp.svn.tar
- sip交换程序压力测试,可以通过工具编译成Windows的程序,具体说明见http://dzmailbox.blog.163.com/blog/static/12053438520096122127141/-sipp http://dzmailbox.blog.163.com/blog/static/12053438520096122127141/
GNUandmakefile
- 嵌入式GNU+makefile中文学习手册-Embedded GNU+ makefile manual to learn Chinese
rpc-example
- Hadoop RPC模块调用实例,hadoop RPC功能强大,通过一个简短的测试,能很好的掌握它的思想-Hadoop RPC module called example, hadoop RPC is very powerful, it can be a good idea to master it through a short test
network-authentication
- 绑定机器码的网络验证系统,小巧玲珑,安全可靠,绝对源码-Binding machine code of the network authentication
weibo
- 此程序为一个简单的微博客户端程序,主要实现三个功能:(1)添加局域网内的活动主机用户为好友;(2)发布新状态,并通知好友;(3)好友状态的更新的实时提示。编译环境为VS2005-This program is a simple client of microblog.The main three function is:(1)Add an activities host within the local area network as friend (2)Released a new state
同一个进程地址空间内执行的七个线程
- 本实验设计在同一个进程地址空间内执行的七个线程。三个生产者线程四个消费者线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。生产者线程生产物品时,若无空缓冲区可用,生产者线程必须等待消费者线程释放出一个空缓冲区;消费者线程消费物品时,若无满的缓冲区,消费者线程将被阻塞,直到新的物品被生产出来。-The experimental design in the same process address space implementa