CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - Programs

搜索资源列表

  1. HTTP2

    0下载:
  2. 包括HTTP的服务器程序,又包括HTTP的浏览器程序。-including HTTP server programs, including HTTP browser procedures.
  3. 所属分类:浏览器

    • 发布日期:2008-10-13
    • 文件大小:189397
    • 提供者:齐大恒
  1. PDFBox-0.6.7a

    0下载:
  2. 采用java编写的处理PDF文档的程序,可从PDF文档中抽取txt文本,可与lucene搜索引擎相结合。-adopting the java programs compiled to dispose the PDF document, taking out the txt text from the PDF document, and combining with the lucene searcher.
  3. 所属分类:搜索引擎

    • 发布日期:2008-10-13
    • 文件大小:9649132
    • 提供者:孔敬
  1. javaQQ

    0下载:
  2. 一个可以进行聊天和文件传输的java小程序,局域网文件传输速度非常的快,有10M/s-one can chat and file transfer of java small programs, LAN file transfer speed is very fast, 10M / s
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:48148
    • 提供者:李春晖
  1. 网络对聊小例程

    0下载:
  2. 一个网络对聊的小程序,可以基于网络聊天,是一个典型的QQ类软件,程序分为客户端和服务器端,聊天时,只要客户端连接上了服务器端,就能聊天了-a network to talk to the small programs, Web-based chat is a typical category QQ software, procedures are divided into client and server, chat, as long as the client on the server s
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:1543270
    • 提供者:张黎
  1. 用WINSOCK实

    0下载:
  2. WINSOCK 是在Windows进行网络通信编程的API接口,也是Windws网络编程的事实标准。在网络编程中最常用的方案便是客户机/服务器模型。本文提出了在客户机/服务器模型下用WINSOCK实现Internet中常见的聊天室软件的方案。-WINSOCK is in the Windows communications network programming API, as well as network programming by Windows, the de facto standa
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:40159
    • 提供者:六开
  1. 聊天小程序

    1下载:
  2. 用java语言编写的聊天小程序,包括服务端和客户端,用于即时聊天-with java language chat small programs, including the server and client, for instant messaging
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:5963
    • 提供者:姬儿也
  1. 基于udp的多播的客户端程序

    0下载:
  2. 基于udp的多播的客户端程序,可以接受数据,加入多播组,还有一个客户端-Udp multicast-based client programs that can accept data, joining the multicast group, and a client
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-03-23
    • 文件大小:1332
    • 提供者:daniel
  1. 97809cbc0f70ffaf_1201195281_21

    0下载:
  2. DV算法的java语言实现网络拓扑结构,每条路径的目的地(V),路径的代价(D).,ALGOrithmic Language a programming language used to express computer programs as algorithms
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:72324
    • 提供者:王明华
  1. Sonic.Net.rar

    0下载:
  2. 一个C#写的IOCP(完成接口)的示例程序,明确的写出了实现IOCP的核心算法。有研究服务器端高效编程的程序员,可以参考一下。,A C# written in IOCP (complete interface) of the sample programs and clear the heart to write algorithms to achieve IOCP. Studies have high-performance server-side programming programmer
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:144319
    • 提供者:FLH
  1. udp.rar

    0下载:
  2. 基于Winsock的udp文件传输,包含客户端和服务器端程序,Winsock-udp-based file transfer, including client and server-side programs
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:2441028
    • 提供者:罗洛
  1. Tracert.rar

    1下载:
  2. 路由探测程序 可以探测本地主机到指定IP或目的主机之间的路由器 使用vc6.0平台 C++语言实现,Routing detection programs can detect the local host to the specified IP or purpose of the router vc6.0 between hosts platform C++ language implementation
  3. 所属分类:Internet/网络编程

    • 发布日期:2012-11-07
    • 文件大小:134073
    • 提供者:李云龙
  1. TCP

    0下载:
  2. 异步方式实现TCP的通讯,包括client和server两个程序-TCP to achieve asynchronous communication, including both client and server programs
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:91127
    • 提供者:黄长安
  1. VB_jiandantongxun

    0下载:
  2. 简单聊天工具,VB编写,可作为局域网通讯工具,可用于程序间通讯,很好用呀-Simple chat tool, VB preparation, can be used as LAN communication tool for communication between programs, easy to use ah
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-12
    • 文件大小:2669452
    • 提供者:gggjjjqqq
  1. serveraclient

    0下载:
  2. 使用VC++的SOCKET API进行网络通讯的实例,代码包括客户端与服务器端,分别运行两程序,互相监听,互相接发消息,原理简单,基础-Use of VC++ SOCKET API for network communication examples, code, including client and server, each running two programs, listen to each other, then send an announcement to each other
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:160341
    • 提供者:linqiang
  1. sx3.2.rar

    0下载:
  2. 上兴远程控制DELPHI完整代码,可以自己编译自己的远程控制程序。,DELPHI-hing the complete remote control code, you can compile their own remote-control programs.
  3. 所属分类:Remote Control

    • 发布日期:2017-05-17
    • 文件大小:5104488
    • 提供者:小宾
  1. IOCP_VS2008.rar

    0下载:
  2. IOCP 客户端和服务端的程序,用VS2008编译成功的,用多线程的。,IOCP client and server programs, using VS2008 to compile a success, with multiple threads.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-20
    • 文件大小:33453435
    • 提供者:leah
  1. PacketSniffe.rar

    0下载:
  2. 一个网络抓包工具,支持三种协议(TCP,UDP和ICMP)的数据包抓取,使用winsock API编写,可以很方便的扩展自己的程序。可以把每种抓取的协议数据保存到日志记录文件中。抓包速度比较快,以树形列表给与分析,可以查看原始数据包。该程序需要在Windows XP/2000/NT操作系统上,并且有管理员权限。,1 PacketCapture tools to support the three kinds of protocols (TCP, UDP and ICMP) packet capt
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:489460
    • 提供者:说不得
  1. chatroom

    1下载:
  2. 使用VB.NET『ASP.NET 2.0 Web網頁用程式』來製作 網頁聊天室 使用『Login』元件來製作會員登入網頁 使用GridView元件結合TextBox元件來製作網頁聊天室 -Using VB.NET " ASP.NET 2.0 Web pages using programs" to create web pages using chat rooms " Login" component to create login page
  3. 所属分类:Web Server

    • 发布日期:2015-04-07
    • 文件大小:11264
    • 提供者:Ben
  1. PacketSniffer.rar

    0下载:
  2. 一个网络抓包工具,支持三种协议(TCP,UDP和ICMP)的数据包抓取,使用winsock API编写,可以很方便的扩展自己的程序。可以把每种抓取的协议数据保存到日志记录文件中。抓包速度比较快,以树形列表给与分析,可以查看原始数据包。该程序需要在Windows XP/2000/NT操作系统上,并且有管理员权限。,1 PacketCapture tools to support the three kinds of protocols (TCP, UDP and ICMP) packet capt
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:54752
    • 提供者:subzero_cn
  1. winsock-Transmission

    0下载:
  2. 使用winsock传输并显示图片,客户端和服务器程序都有,欢迎下载,指正-Transfer and display images using winsock, the client and server programs are welcome to download, correct me! !
  3. 所属分类:Remote Control

    • 发布日期:2017-05-15
    • 文件大小:3608056
    • 提供者:xiao ping
« 1 2 3 4 56 7 8 9 10 ... 44 »
搜珍网 www.dssz.com