资源列表
idcardweb_4.17.0.210
- 用于web端的二代身份证读卡器控件,属于通用型二代身份证读卡器ocx控件。(For the web side of the two generation ID card reader control, belonging to the universal two generation ID card reader, OCX control.)
ChatClient
- 用VS2005编写的简单的socket客户端源代码。可以用2005以上所有版本打开使用。适合新手学习用。-VS2005 prepared with simple socket client source code. All 2005 or later can be opened using. Suitable for beginners to learn.
ServletLogin
- 用jsp+servlet编写实现的一个Login界面的登陆的功能,保证了不连接数据库时登陆的正确性。- Jsp+ servlet prepared to achieve with a Login interface login function to ensure that the is not connected when the landing is correct.
[ENI]-Ubuntu-Administration-dun-systeme-Linux
- [ENI] Ubuntu Administration dun systeme Linux
QQ
- 仿照qq程序源码,可以很好的理解聊天机制-Visit the qq program source code
NetProgramming
- 一些关于网络编程的电子书,全英文版正版书籍。-E-book about network programming, all genuine English books.
portScan
- unix下信息与安全编程,扫描器是网络安全检测的一种重要工具。-information security program under unix, the scanner is an important tool for network security detection.
Networkprogram
- 网络编程,软件使用Socket套接字通信,制作一个类似QQ的软件-Network programming, the software uses the Socket Communications, making a similar QQ software
ccnx-0.3.0.tar
- 一种新型的网络协议(命名数据网络)实现,主要包含java和c的实现-A new network protocol (named data network) to achieve, mainly consists of the realization of java and c
xorg-server-1.12.2.tar
- LINUX 中的xserver程序源码,可直接编译生成xorg-In the LINUX xserver program source code, can be directly compiled to generate xorg
net_learn
- 1.学习linux网络编程时的源码 2.UDP+TCP简单demo 3.仅供产考-1. Source learning linux network programming simple demo 2.UDP+TCP demo
Netchat
- 既是网络聊天程序是实现在小型局域网中的用户聊天的程序。开发该软件利用MFC设计,使用的是Visual C++6.0开发平台。基本原理:采用的是典型的C/S模式,利用Socket技术,通过连接网络端口使得各个客户端连接上服务器而实现聊天功能。 主要方法与技术:通过面向对象的设计方法,利用WinSock进行通信。 -Both user chat program is realized in a small LAN network chat program. Using MFC designe