搜索资源列表

  1. TCP的客户服务器通信程序

    0下载:
  2. TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:\\client\\ls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-11
    • 文件大小:15360
    • 提供者:
  1. 几个经典的ftp源代码

    0下载:
  2. 几个经典的ftp程序包括服务器端和客户端。甚至还有个用比较低层的方法的来实现的。非常值得推荐-several classic ftp programs including server programs and client programs.Even there is one which is implemented by low-layer method.strongly recommended
  3. 所属分类:Ftp服务器

    • 发布日期:2024-05-11
    • 文件大小:5671936
    • 提供者:李川
  1. TCP聊天服务器端1

    0下载:
  2. TCP 聊天程序服务器端,详细讲述开发过程和理论依据-TCP chat sever side, describe detailedly of the development process and theory base.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-11
    • 文件大小:31744
    • 提供者:胡和南
  1. FTP Java代码

    0下载:
  2. 此程序是用JAVA写的FTP服务器端.在virtualroots设置FTP根目录,config设置FTP端口,users保存用户登陆帐号.-this program is written in Java FTP server. FTP virtualroots installed in the root directory, config set up FTP port, users keep users landing account
  3. 所属分类:Ftp服务器

    • 发布日期:2024-05-11
    • 文件大小:29696
    • 提供者:张峰
  1. vc开发tcp聊天服务器端

    0下载:
  2. 目前绝大多数的聊天程序都是采用UDP开发的,本程序则采用TCP开发,适用于对信息传输要求比较高的场合,本程序是服务器端源代码。-majority of the chat procedures are developed using UDP, TCP procedure is used to develop, apply to information transmission and high demand on the occasion
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-11
    • 文件大小:31744
    • 提供者:布瓜
  1. 《Visual Basic案例开发》源代码

    0下载:
  2. 银行客户端程序:客户端、银行端、服务器端、网站-banking client : the client, the banks end server, the website
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:1157120
    • 提供者:翁明喆
  1. 断点传输服务器端

    0下载:
  2. 一断点续传程序服务器端 本软件适用于装有IP/TCP协议的电脑. 主要功能:电脑间传送大型文件.(如电影等)- A break point continues passes on procedure server end this software to be suitable to being loaded with the IP/TCP agreement the computer Main function: Bet
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-11
    • 文件大小:78848
    • 提供者:赵红
  1. 客户端源代码

    0下载:
  2. 拨号服务器的客户端程序,请与服务器端程序配合使用,针对E5112设计-dial-up server client, and server-side procedures with the use, design against E5112
  3. 所属分类:通讯编程

    • 发布日期:2024-05-11
    • 文件大小:95232
    • 提供者:陈锁柱
  1. yfdechat

    0下载:
  2. 用CSocket实现的支持多人的聊天程序,包括服务器端和客户端,在vc 6.0 下编译通过。-CSocket achieve with the support of many people chatting procedures, including server and client, the vc 6.0 compile.
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2024-05-11
    • 文件大小:326656
    • 提供者:fei
  1. FTP总集

    1下载:
  2. 七个FTP的客户端和服务器端程序的源码,能够实现文件的上传,下载,修改,删除等诸多功能-7 FTP client and server applications, the source code files to upload and download, modification, deletion and many other functions
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-11
    • 文件大小:5629952
    • 提供者:刘广
  1. 盛大传奇服务端模拟器

    0下载:
  2. 盛大传奇服务器端模拟器源码,可模拟服务器羰奇奇游戏-simulator source server, the server can simulate carbonyl weird game
  3. 所属分类:模拟服务器

    • 发布日期:2024-05-11
    • 文件大小:185344
    • 提供者:肖华
  1. 服务器端应用程序

    0下载:
  2. 一个简单的服务器端应用程序,功能:监听客户端的连接请求,为客户端连接请求建立SOCHET队列,处理各客户端发送来的数据,并向相应的客户端发送应答消息,更新服务器的端口号-a simple server-side applications and functions : listening to the connecting client requests for client requests to establish SOCHET q
  3. 所属分类:通讯编程

    • 发布日期:2024-05-11
    • 文件大小:2046976
    • 提供者:五味子
  1. CorpServerService2

    0下载:
  2. 最全面的基于TCP/IP的FTP服务器端要和我上传的客户端一起使用,还有聊天的功能,java程序代码,多线程设计,我花了将近二个月的时间-the most comprehensive TCP/IP-based FTP server to upload and my client used together, chat functions, java code, multithreaded design, I spent nearly t
  3. 所属分类:Ftp服务器

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:彭宇
  1. AsfNet

    0下载:
  2. 一个视频传输的例子(是个服务器端客户端用windowsmideplayer可以看到)效果不错。-an example of video transmission (is a server-client can see with windowsmideplayer) effectiveness.
  3. 所属分类:IP电话/视频会议

    • 发布日期:2024-05-11
    • 文件大小:124928
    • 提供者:就不说
  1. winsockftp

    0下载:
  2. 客户端使用LIST命令指定获取服务器端FTP共享目录(或者下面的子目录),服务器端将通过数据端口将该指定目录下的文件列表(包括子目录)信息发送给客户端 -clients use the LIST command specified FTP server access shared directories (or subdirectories below), the server-side data port through t
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:117760
    • 提供者:feng
  1. 手机短消息服务的服务器和客户端.tar

    0下载:
  2. 手机短消息的服务器端和客户端的源代码 是应用于LINUX/UNIX开发环境的-phone short message server and client source code is used in Linux/UNIX development environment
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-11
    • 文件大小:93184
    • 提供者:李飞
  1. 对完成端口模型进行封装

    0下载:
  2. VC建高性能服务器,用完成端口模型是最高效的,而完成端口比较难理解,因此对它进行封装对初学者来说是个福音,本源码基于此背景,对IOCP进行封装,利于大家直接调用--本人发源码的原则是:不经典不发!-VC build high-performance servers, complete with port model is the most efficient, and more difficult to understand compl
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-11
    • 文件大小:80896
    • 提供者:小蔡
  1. WindowsMobile服务器端程序开发

    0下载:
  2. WindowsMobile服务器端程序开发 精讲 1。智能控制端 2。移动网站vs智能控制端 -Windows server Intensive development of a procedure. Intelligent Control-2. Mobile Web vs.-intelligent control ... ... ... ...
  3. 所属分类:电子书籍

    • 发布日期:2024-05-11
    • 文件大小:1860608
    • 提供者:张小
  1. WinApp_client

    0下载:
  2. C/S模式的超级女声投票系统 用户在客户端投票的信息通过网络发送到服务器端来进行统计 -C/S model show voting system users in the client's information through the vote sent to the network server to statistics
  3. 所属分类:C#编程

    • 发布日期:2024-05-11
    • 文件大小:708608
    • 提供者:流星剑
  1. 即时通讯软件AnyQ服务器端源码

    0下载:
  2. 即时通讯软件AnyQ服务器端源码这个文件是服务端的-AnyQ instant messaging server software source of this document is to serve the end
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-11
    • 文件大小:4596736
    • 提供者:高珩
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org