CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 套接字

搜索资源列表

  1. SynSocket

    0下载:
  2. 一套同步套接字程序,分为同步套接字客户端和服务器端。功能比较简单-synchronization socket set procedures, divided into synchronization socket client and server side. Relatively simple function
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:15117
    • 提供者:任福新
  1. windowsapi14

    0下载:
  2. windowsapi程序设计参考大全--第14章Windows套接字-windowsapi Series reference design process -- Chapter 14 Windows Sockets
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:20910
    • 提供者:陈万通
  1. SocketProgramming

    0下载:
  2. socket用中文意思就是我们常说的”套接字“,我们用它来解决基于TCP/IP协议的网络通信-socket in Chinese means we often call the "socket", we use it to solve based on the TCP / IP protocol communications network
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:9186
    • 提供者:he
  1. communicationtool

    0下载:
  2. 利用套接字连接实现异步网络通信 先启动服务器 然后客户端-socket connections using Asynchronous communications network server then activated first client
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:29440
    • 提供者:wyb
  1. RemoteDaq(3.14new)

    0下载:
  2. 自己编的一个远程采集服务端程序!用的是异步套接字,写了好久,UDP,TCP,都用到了.-own series of the collection service a remote-procedure! Using the asynchronous socket, writing for a long time, UDP, TCP, are depleted.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:59208
    • 提供者:童中明
  1. socked

    0下载:
  2. 同步套接字客户端与同步套接字服务端 用C#编写的 实现了最基本的功能-synchronization socket client and server synchronization socket C# prepared by the realization of the most basic functions
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:17156
    • 提供者:冰水杯馨
  1. interQQ

    0下载:
  2. JAVA作的一个通讯工具 类似QQ 很好用 代码注释详细 用了WINSOCK套接字 多线程-Java for a similar QQ communications tool with good code with a detailed Notes Winsock INTERLINKED word Multithreading
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:86872
    • 提供者:5201111
  1. ping_srcedittion

    1下载:
  2. 该程序在 Windows 2000 Pro+SP4 下编译调试通过(Visual C++ 6.0 IDE环境)。 需要Winsock2支持。 1.该程序采用了winsock的原始套接字编程,实现了基本的Ping功能,使用方法:ping host,默认连续发送4个回显请求。 2.该程序中对ICMP首部的定义采用了非标准形式。即将选项数据中保存时间戳的头4个字节也定义为ICMP首部的一部分,这样ICMP首部就被定义为12个字节。这样主要做主要是为了编程的实现与理解上的方
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:14481
    • 提供者:赵锐
  1. threadCode

    0下载:
  2. 关于线程同步与异步套接字编程的了,应该是很不错得了-threads on the synchronous and asynchronous socket programming, it should be quite good had
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:40905
    • 提供者:王明
  1. library_junlin

    0下载:
  2. 一个简单的模拟图书馆系统实现了用户之间的通讯还有概念上的借书还书 默认管理员 ID:Admin Password:1 其他用户自己注册 本系统可供正在学习Swing或套接字的同学学习-a simple simulation system for the Library of communication between users still on the concept of a library book default management member ID : Admin Pas
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:107127
    • 提供者:junlin
  1. nettelephone

    0下载:
  2. 本程序为网络语音电话,通过本例读者可以了解到实现异行窗口,Windows底层音频采样,套接字等方面使用知识 。-the procedures for network voice telephony, through the cases the reader can learn to achieve different window. Windows Audio bottom sampling, such as the use of socket knowledge.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:648996
    • 提供者:zhang
  1. socketip

    0下载:
  2. 利用设置网卡为混沌模式,采用原始套接字的方式截获发向本机的ip包,并分析包的类型,源ip地址,目的ip地址,传输层协议等-card installed for the use of Chaos mode, using original socket intercepted a way to the machine ip packet, analysis of packet types, source ip address, purpose ip address, such as transpor
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:32879
    • 提供者:何虎
  1. DownloadingFile

    1下载:
  2. 下载文件服务器说明(使用Socket完成文件的下载的任务,客户端提交文件名称,服务器接受到以后,如果文件不存在,返回404信息,如果文件存在,则将文件的内容通过套接字发送给客户端,客户端接受到文件的内容后,保存到相应的文件中。 )-download the file server (using Socket download the document completed the task, documents submitted to the client name, the server
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:10786
    • 提供者:廉季平
  1. wssf

    1下载:
  2. JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ J
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:54733
    • 提供者:乔峰
  1. MultiCastFrame

    0下载:
  2. 套接字,多播程序,JAVA环境,CLIENT和SERVER使用此相同文件编译,用图形界面.-socket, multicast procedures, JAVA environment, CLIENT SERVER and use the same document compiled using a graphical interface.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2225
    • 提供者:eric
  1. 11_code

    0下载:
  2. linux下网络通信套接字编程,可完成两机通信-Socket Communications Network programming, to be completed by two Communication
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:11595
    • 提供者:白涛
  1. TCP Web Server

    1下载:
  2. 模拟TCP协议建立一个web服务器,通过把数据装入TCP套接字,可以向客户端发送.html, .jpg, .jif等格式的文件。-simulated TCP establish a web server, data loading TCP socket, can be sent to the client. Html. Jpg,. Jif format documents.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:8444
    • 提供者:木头
  1. DOSTaoJie

    0下载:
  2. 一个原始套接字的实例-an example of the original socket
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1978
    • 提供者:ghostfish
  1. API_transfer

    0下载:
  2. 一个实现点对点传输的小程序,可以用来了解WINDOWS套接字-achieve a point-to-point transmission of small programs can be used to understand the Windows Sockets
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:42368
    • 提供者:lm
  1. FTPsever_c++.net

    0下载:
  2. 利用Socket套接字创建基于对话框类的FTP工具。主要功能是在网络上的FTP服务器上,实现单线程下载,能够实现文件上传功能。-use Socket created based on the type dialog FTP tools. Its main function is on the network FTP server, the thread to achieve the download, upload documents to achieve functional.
  3. 所属分类:Ftp服务器

    • 发布日期:2008-10-13
    • 文件大小:241131
    • 提供者:林林
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com