搜索资源列表
chatroom纯Jsp程序设计的聊天室
- 可以马上用的JSP聊天程序-can immediately use the JSP Chat Program
LINUX网络程序源代码
- LINUX网络程序设计及其源代码 并有习题解答-LINUX network programming and its source code and answer the questions
高级语言程序设计
- 高级语言程序设计SDF -Advanced Language Program Design SDF
Linux防火墙程序设计
- Linux防火墙程序设计-Linux firewall program design
简单聊天室系统设计与实现
- 通过面向对象程序设计的实训,主要强化学生对本课程基础知识的掌握;使学生理论联系实际,加强学生的动手能力;加深学生对面向对象程序设计思想和JAVA基础知识的理解;加强利用JAVA语言实现面向对象程序的设计能力以及多线程程序设计开发和应用能力。 利用socket进行数据通信,主程序(服务器程序)采用多线程方式可以实现多个用户之间进行网上聊天,当某个用户不愿意聊天时,输入“END”字符,会撤销当前的进程,但服务器的监控程序一直处于运行状态。
Java分布式应用程序设计
- Java分布式应用程序设计一书的源代码,很好
c++程序设计经典教程
- c++程序设计经典txt教程 可放在手机内随时阅读 对于初学者很有帮助
c++builder之internet与tcp_ip程序设计
- c++builder之internet与tcp_ip程序设计高手,c++ builder of the internet and tcp_ip program design expert
sniffer
- 通信方向专业设计报告,基于winpcap的网络抓包程序设计。-Communication direction of professional design report, based on the WinPcap capture of network programming.
FTPServer
- ftp服务端代码,主要就是ftp服务端的程序设计代码,实现文件传输功能-ftp service-side code, the main client is the ftp service programming code to achieve the file transfer function
socket
- windows网络与通信程序设计(代码)-windows network and communications programming (code)
client-server-decodeandencode
- 本系统的程序设计是在Visual Studio 2010编译环境下进行的,类似QQ聊天软件,采用的是MFC对话框形式。该系统的设计分为两个大部分,一个是客户端的设计,另一个是服务器的设计,它们之间在传输层是基于TCP进行通信的。-The system programming is compiled in Visual Studio 2010 environments, similar to the QQ chat software, using the MFC dialog box form.
上机实验3-1
- 网站主页面设计,《web程序设计》第4版第3章上机实验3 ,实验3.1(Website homepage design, "web programming" fourth edition, the third chapter on the machine experiment 3, experiment 3.1)
例3-10
- 《web程序设计》第4版书中例题实验,例3-10实验结果("Web programming" in the fourth edition of the book examples of experiments, for example, 3-10 experimental results)
例3-9
- 《web程序设计》第4版第3章例题3-9实验结果("Web programming" fourth edition, third chapter example 3-9, experimental results)
简单xml解释器设计文档
- 2 简易xml解释器程序设计文档 1. 本程序编写、编译环境为VS2010,感谢Microsoft对本程序的大力支持(Simple XML interpreter design document)
计算机程序设计艺术
- 计算机程序设计艺术 第1卷:基本算法(第三版)高清中文版(Computer programming art first volumes: basic algorithm (Third Edition) high definition Chinese version)
工程源代码
- 简易网络程序设计,运用TCP通信,类似于简易的qq,拥有注册登录互相发送信息,文件的功能。(A simple network program that uses QQ to communicate with TCP)
parent
- 运用windows 在C++上实现并发程序设计,研究并行串行计算(Concurrent program design)
TCP通信程序设计
- Linux操作系统下的TCP通信程序设计,能完成一定的通信功能。