CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - socket programming source code

搜索资源列表

  1. unpv22e

    0下载:
  2. 著名的UNIX网络编程卷1-连网的API-套接字与XTI第二版(中文版)的源代码,我找了好久才找到的。-famous UNIX Network Programming Volume 1-networking API-socket and XTI second edition (Chinese version) of the source code, I found finally found.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:438216
    • 提供者:杨柳
  1. YiZhong.rar

    1下载:
  2. 改写好的基于TCP协议的SOCKET编程,包括发送和接收端源码。可用来编写远程文件传输。TCP比UPD麻烦,可以参考一下,Rewritten based on the TCP protocol good SOCKET programming, including the source code for sending and receiving end. Can be used to prepare the remote file transfer. UPD trouble than TCP,
  3. 所属分类:TCP/IP Stack

    • 发布日期:2015-04-11
    • 文件大小:58172
    • 提供者:陈亮
  1. windowssocket.rar

    4下载:
  2. <<精通Windows Sockets网络开发--基于Visual C++实现>> 一书的全部源代码,包括 多线程下载程序、网络五子棋、在线考试系统等五个项目。每个项目都使用不同的socket模型开发(比如select,基于消息、事件的异步模型,重叠i/o,完成端口),对于初学socket网络编程的朋友有极大帮助、、 ," " Proficient in Windows Sockets network development- based on Visu
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2016-05-28
    • 文件大小:889211
    • 提供者:牟伯东
  1. linux下的FTP客户端和服务器源代码

    2下载:
  2. linux下的FTP客户端和服务器源代码 socket编程,linux under the FTP client and server source code for socket programming
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-03-22
    • 文件大小:442931
    • 提供者:周乐文
  1. clientdaserver

    0下载:
  2. 计算机网络课程设计,使用socket编程实现即时聊天软件。有客户端和服务器端,可实现多个客户端的即时通信,功能和QQ类似。完整程序和源代码。-Computer network curriculum design, the use of socket programming real-time chat software. A client and server, multiple clients can achieve real-time communication, function and
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-03
    • 文件大小:183355
    • 提供者:Wilson
  1. DXSockEnt30

    0下载:
  2. Delphi SocketEnt 是一套基于套接字编程的控件,包含源码-Delphi SocketEnt is a set of controls based on socket programming, including source code
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:883093
    • 提供者:Saith
  1. FTP_linux

    0下载:
  2. 本设计实现了ftp的设计,使用了socket网络编程,ftp基于cs模式,包含客户端和服务端,可以实现上传、下载、删除、添加等各种功能,支持断点续传、多用户登陆、错误日志等功能。运行环境是linux,压缩包内含有源代码、使用说明、实验报告等,是学习linux和网络编程的上等材料。-This design enables the design of ftp, using the socket network programming, ftp cs-based model, including cl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-19
    • 文件大小:5201905
    • 提供者:
  1. DSDV

    4下载:
  2. 这个程序实现网络层距离向量算法和udp协议,使用socket编程,可以在linux上运行。内含Makefile、可执行文件、源代码、README。-This program network layer distance vector algorithm and udp protocols, the use of socket programming, you can run on linux. Contains Makefile, executable files, source code, R
  3. 所属分类:Internet/网络编程

    • 发布日期:2012-10-31
    • 文件大小:8717
    • 提供者:jack shaw
  1. HttpProxyServer

    0下载:
  2. 一款简单的HTTP代理服务器源代码,用了基本的socket套接字进行编程,希望对大家有帮助!-A simple HTTP proxy server source code, with a basic socket socket programming, we want to help!
  3. 所属分类:Proxy Server

    • 发布日期:2016-01-22
    • 文件大小:29696
    • 提供者:Syc
  1. Static Router

    5下载:
  2. 设计和实现一个简单的静态路由机制,用以取代Linux自身通过ip forwarding实现的静态路由方式,进而加深对二三层协议衔接及静态路由的理解。使用socket编程。运行环境linux,内含源代码、配置文件以及使用说明。是学习socket编程和网络通信的好东西。-Design and implementation of a simple static routing mechanism, to replace the Linux self-realization through the ip
  3. 所属分类:Internet/网络编程

    • 发布日期:2012-12-07
    • 文件大小:4016
    • 提供者:
  1. MFC

    0下载:
  2. 一个学习MFC最基本也最全面的源代码实例,包含了基于C/S架构的socket网络编程,也包含了database,初学者必看-MFC learning the most basic and most comprehensive source code examples, including based on the C/S structure of the socket network programming, but also includes a database, for beginners
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-27
    • 文件大小:216623
    • 提供者:彭宗山
  1. vc-chatroom

    0下载:
  2. 基于TCP的VC网络聊天室源代码加实验报告,分为客户端与服务器两个部分,使用了windows socket网络编程接口-Source code for the chat room and lab reports, TCP-based VC network is divided into two parts of the client and server, using windows socket network programming interface
  3. 所属分类:P2P

    • 发布日期:2017-05-28
    • 文件大小:11713737
    • 提供者:王文
  1. linux_socket

    0下载:
  2. linux下socket编程源码,提供一个类,所有函数全部采用底层函数。类中包含ReadData(),SendData()等函数供网络读写。另外提供一个服务线程等待client的连接。代码有中文注释。-socket programming under linux source to provide a class, all functions all use the underlying function. Category contains ReadData (), SendData () f
  3. 所属分类:Linux Network

    • 发布日期:2017-03-26
    • 文件大小:3179
    • 提供者:cherenfei
  1. tcgd

    0下载:
  2. 本人毕业作品“同城购电系统”的源码,包括“电表端”,“缴费端”,“服务端”的所有代码。 主要运用的技术有ADO操作数据库,SOCKET网络编程,界面美化技术(使用SKIN++)等技术。希望对学VC++的爱好者有所帮助!-I graduated from work city purchasing electricity system, the source, including the meter-side , payment side , server all the co
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3125521
    • 提供者:李立充
  1. unpv13e

    0下载:
  2. unix网络编程第一卷socket编程书上的全部源代码-unix network programming vol socket programming books all the source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:623289
    • 提供者:李小龙
  1. SocketChat

    0下载:
  2. Win32工程下套接字开发的聊天程序,包括服务器端和客户端源码,对于了解网络编程过程很有帮助!-Win32 projects developed under the socket chat program, including server-side and client source code, for the understanding of the process of network programming very helpful!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:58104
    • 提供者:chenwencan
  1. chengxudaidm

    0下载:
  2. 《Windows程序设计》配套代码、LZW压缩算法源代码、Socket异步通信示程序代码-" Windows Programming" complementary code, LZW compression algorithm the source code, Socket asynchronous communication code that
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2296710
    • 提供者:ldd
  1. chengxudaidml

    0下载:
  2. 《Windows程序设计》配套代码、LZW压缩算法源代码、Socket异步通信示程序代码-" Windows Programming" complementary code, LZW compression algorithm the source code, Socket asynchronous communication code that
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:1661257
    • 提供者:ldd
  1. ServiceAndClient

    0下载:
  2. 孙鑫老师网络编程教学的Socket服务器与客户机的源代码-source code of Mr SUN Xin about network programming teaching--server and client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-27
    • 文件大小:11433
    • 提供者:hhfa
  1. IPMsg

    0下载:
  2. 一个飞鸽的Java版源码,给想学习SWT和socket编程的人-Dove' s version of a Java source code to SWT would like to study people and socket programming
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:121489
    • 提供者:feifire
« 1 2 3 4 5 6 78 9 10 11 »
搜珍网 www.dssz.com