资源列表
pthread_pool
- 线程池的创建,说明线程池作用及创建demo-Create a thread pool thread pool, the role and create demo
socket
- 本设计是在Linux环境下基于Socket进行开发的。系统有一个服务器端和两个客户端组成。先是运行服务器等待两个客户端的连接请求,客户端1和客户端2分别登入到服务器上,登入成功后服务器会分别给客服端发送登陆成功提示。此时客户端1便可将指定文件里的内容打开,发送到服务器上,服务器接收后再将之转发给客户端2,接着客户端2新建一个文件,并将接收到的由服务器转发的内容写入到该文件中,由此便实现了不同客户端之间的文件传送。-the communication under the environment o
QQ
- 用最通俗的语言,最简单的思路,最简洁的代码来,编写一个简单的仿照QQ界面的程序-In the most popular language, the most simple way of thinking, the most concise code to write a simple imitates the QQ interface program
redhat2centos_yum
- redhat_yum repo源,非常方便红帽yum安装软件-redhat_yum repo source software is very easy to install Red Hat yum
jd-ftpserver
- 这是一个绿色ftp服务器,欢迎大家下载使用,小型、绿色-this is a ftp server
getLanHost_IP
- 扫描LAN主机IP和主机名,用VB实现,希望对VB爱好者有用-SCAN LAN IP AND HOST NAME
UVCCamera-master
- Android 外接摄像头APK程序集library库文件-Android usb camera application
manage
- 学生信息管理,ThinkPHP独立分组写的后台管理系统主要想看一下大家反映,后台功能还在开发中,...ThinkPHP 是一个免费开源的,快速、简单的面向对象的。-student manage
WifiBuilder_SourceCode_v1_2
- WifiBuilder_SourceCode_v1_2 建立Wifi热点的c++源码,代码简明有效-WifiBuilder_SourceCode_v1_2 establish Wifi hotspots c++ source code simple and effective
SEEDVPM642net
- 合众达SEEDDM642用来做网络传输的程序。-UCO SEEDDM642 used for network transmission procedures.
bras
- 南京大学网络接入系统的自动登录与断线自动重连功能-Automatic login and break the Nanjing University network access system for automatic reconnection function
socket
- 用socket实现文件的点对点传输。该示例对于那些需要实现软件自动更新、远程操作的程序,可以提供有意义的参考。-Socket achieve peer file transfer.