CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 Windows编程 网络编程

资源列表

« 1 2 ... .59 .60 .61 .62 .63 164.65 .66 .67 .68 .69 ... 802 »
  1. tcpdup-program

    0下载:
  2. TCP与UDP套接字编程,用C语言开发的-TCP and UDP socket programming, C language development
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:3863
    • 提供者:许黎
  1. split

    0下载:
  2. 这是个很不错的编程代码,是有关于网页的编程是由中科院的老师亲自编写的-this is a very good program code is on the website of programming from the CAS is personally prepared by the teachers
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:12423
    • 提供者:白金田
  1. 劫包

    0下载:
  2. 这是个很不错的编程代码,是有关于socket套接字的编程是由中科院的老师亲自编写的-this is a very good program code is on the socket socket programming from the CAS is personally prepared by the teachers
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:3457
    • 提供者:白金田
  1. 网口文件传输程序

    0下载:
  2. LINUX网口文件传输,分别运行SER.O和CLI.O 传输文件路径可自行修改 或作成读取配置文件的形式-LINUX network file transfer, and running SER.O CLI.O document transmission path may modify or make the reader configuration file forms
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2610
    • 提供者:bby
  1. PRG1_1

    0下载:
  2. prg1_1.c : 简单的网络编程实例。该实例是一个客户端程序,它首先连接到一个标准时间服务器上,从服务器读取当前时间,然后显示时间。-prg1_1.c : simple network programming examples. The example is a client program, it is first connected to a standard time on the server, from the server to read the current time, an
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1081
    • 提供者:bby
  1. prg4_1

    0下载:
  2. prg4_1.c : TCP服务器。该程序等待客户的连接,一旦连接,则显示客户IP地址,并发信息回客户。-prg4_1.c : TCP server. The procedure for connecting customers, once connected, it shows that the client IP address, with the information back to customers.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1164
    • 提供者:bby
  1. PRG5_2

    0下载:
  2. prg5_2.c : UDP客户。该程序通过命令行参数输入服务器IP地址和发给服务器的信息,然后执行UDP套接字客户端的基本过程。-prg5_2.c : UDP customers. The program command line parameter input server IP addresses and the information sent to the server, then the implementation of UDP socket client the basic pr
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1263
    • 提供者:bby
  1. PRG6_6

    0下载:
  2. 线程安全实例。该程序说明线程安全问题。该例子实现的功能与多线程并发服务器实例的类似,但增加了一个客户数据存储功能,即服务器将存储每个连接客户所发来的所有数据,当连接终止后,服务将显示客户的名字及相应的数据。-thread safety examples. Descr iption of the procedures for the security thread. The examples of the functions and multi-threaded server with simil
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1806
    • 提供者:bby
  1. PRG6_1

    0下载:
  2. 线程安全实例。该程序说明线程安全问题。该例子实现的功能与多线程并发服务器实例的类似,但增加了一个客户数据存储功能,即服务器将存储每个连接客户所发来的所有数据,当连接终止后,服务将显示客户的名字及相应的数据。-thread safety examples. Descr iption of the procedures for the security thread. The examples of the functions and multi-threaded server with simil
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1333
    • 提供者:bby
  1. PRG6_2

    0下载:
  2. 客户端程序。该程序首先与相应服务器连接。然后接收用户从标准输入(键盘)输入的字符串,再将字符串发送给服务器,接收服务器发回的信息并显示。之后,继续等待用户输入直至用户输入Ctrl-D。当收到用户输入Ctrl-D后,客户关闭连接并退出。-client. The procedure first with the corresponding server connections. Users then receive from the standard input (keyboard) and inp
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1211
    • 提供者:bby
  1. PRG6_3

    0下载:
  2. 多进程并发服务器。该程序等候客户连接,一旦连接则显示客户的地址,接着接收该客户的名字并显示。然后接收来自该客户的信息(字符串)。每当收到一个字符串,则显示该字符串,并将字符串反转,再将反转的字符发回客户。之后,继续等待接收该客户的信息直至该客户关闭连接。服务器具有同时处理多客户的能力。-more complicated process server. The procedure for connecting customers, once the connection is shown to t
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1524
    • 提供者:bby
  1. ptalk

    0下载:
  2. 视频聊天器,在局域网中效果很好,但在公网中不是太好!-video chat devices on the LAN with good results, but in the public network is not very good!
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1042456
    • 提供者:袁庄山
« 1 2 ... .59 .60 .61 .62 .63 164.65 .66 .67 .68 .69 ... 802 »
搜珍网 www.dssz.com