搜索资源列表
《Visual C 网络通信编程实用案例精选》配套源码
- 《Visual C 网络通信编程实用案例精选》配套源码-"Visual C Programming Network Communication practical case Showcase" supporting FOSS
JAVA 开发
- 中国电信短信固网网关接口,安全JAVA代码实现《Visual C++网络通信编程实用案例精选》配套源码《Visual C++网络通信编程实用案例精选》配套源码-China Telecom fixed network SMS gateway interface, security JAVA source implementation of the "Visual C Programming Network Communication practical cases selected&qu
vc网络通信编程实用案例精选
- 网络通信编程实用案例精选网络通信编程实用案例精选-network communications programming practical case selected network communications programming practical case Featured
政府公文系统
- 本案例SQL Server数据库,asp,系统登陆以及实现用户功能的网页文件,另外还包括系统配置文件。-this case, SQL Server database, asp, landing systems and the realization of the user's homepage documents, in addition to including system configuration files.
BOOMstatv2.9
- 自己看中,一个PHP程序,PHP版的,哈哈哈,还比较好用的-own case, a procedure PHP, PHP version of the conversations, but also better quality
101
- 《ASP.NET案例开发》源代码,WinRAR自解压包。-"Case ASP.NET development" source code, WinRAR self-extract package.
jm-c
- 转载,给文件加密的技术很多,其中又分为不同等级,以适合不同场合的需要.这里给出最简单的文件加密技术,即采用文件逐字节与密码异或方式对文件进行加密,当解密时,只需再运行一遍加密程序即可. 下面是一个实例程序,能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改).程序有很好的容错设计,这是我们应该学习的.-reproduced for file encryption technologies lot, which will be divided into differ
mysocket_gamecilent
- 阻塞模式的socket封装类,可以用与游戏客户端的开发。有测试例子。-pattern of obstruction socket Packaging category, the game can be used with client development. A test case.
J2EE-tickets
- 基于j2ee架构的售票系统。代码详细,案例分析。-creates framework based on the ticketing system. Code detailed case studies.
ID3Library111
- ID3 库,十分好用,欢迎大家下载交流 如有问题请联系-ID3 basement, a very handy and you are welcome to download exchanges in case of any problems please contact
httpftpcsharp
- 很多人都有过使用网络蚂蚁或网络快车软件下载互联网文件的经历,这些软件的使用可以大大加速互联网上文件的传输速度,减少文件传输的时间。这些软件为什么有如此大的魔力呢?其主要原因是这些软件都采用了多线程下载和断点续传技术。如果我们自己来编写一个类似这样的程序,也能够快速的在互联网上下载文件,那一定是非常愉快的事情。下面我就讲一讲如何利用C#语言编写一个支持多线程下载文件的程序,你会看到利用C#语言编写网络应程序是多么的容易,从中也能体会到C#语言中强大的网络功能。 -many people use
Udp329
- UDP是一种面向非连接,不可靠的通讯协议,相对于TCP来说,虽然可靠性不及,但传输效率较高。所以在网络上仍有很大的用途。这几日需要了解下udp通讯的过程,上网发现这方面的资料还挺少。于是仔细的翻找了下msdn,基本上搞清楚了udp通讯的过程。做了一个测试的例子。希望对大家有帮助。 -UDP is a non-connection-oriented, reliable communication protocol, compared to TCP, Although less than rel
ftpanalysis
- ftp案例分析的所有源码及文档,windows的网络编程,利用了socket(套接字)。来实现消息和文件的传输-ftp case analysis of the source code and all documentation, windows network programming, use of the socket (socket). To achieve information and documents transmission
StreamSql
- 1.红塔仁恒需求调查. 2.红塔仁恒系统总体规划 3.红塔仁恒系统分步实施方案 4.红塔仁恒系统总体规划-功能清单 5.调查问卷 6.调研计划 目录(红塔仁恒系统总体规划部分) 1. 系统目标 3 2. ERP/EAM系统方案 4 2.1系统划分 4 2.2组件选择 4 2.3系统功能说明 6 2.4系统功能清单 40 3. 系统软件及硬件方案 41 3.1 服务器系统软件选择 41 -1. Hongta Yanlord d
TCPattack
- 上传个用TCP攻击的工具,效果一般,但还是可以的,要是能用到的话,希望大家喜欢-uploads to use TCP attack tools, general effect, but it's still, if used up to the case, hope you like them
TCPIPprg
- 在VC环境下,应用TCP/IP进行变成的案例。-in VC environment, the application of TCP / IP into the case.
tsp问题
- 用c++编写tsp问题的解决方案 The Traveling Salesman Problem (TSP) is a widely mentioned classic case in data structure and algorithm, which can be solved in many methods.