搜索资源列表

  1. layered

    0下载:
  2. Winsock 2 SPI开发示例代码,从微软的网站下的,非常不错。例子实现了SPI的基本框架。-Winsock 2 SPI development sample code from Microsoft's Web site under the very good. SPI example of the realization of the basic fr a mework.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:106314
    • 提供者:周泽敏
  1. IOCP_using_WinSock

    0下载:
  2. 用winsock实现IOCP(完成端口)的演示.使用非常简单的代码,让读者更容易理解IOCP的使用-with winsock achieve IOCP (complete port) demonstration. Using very simple code to allow readers to more easily understand the use of IOCP
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:232273
    • 提供者:夏佳
  1. A_simple_IOCP_ServerClient_Class

    1下载:
  2. 要求读者已经熟悉cpp,winsock,mfc和多线程. 简单而能大的server/client程序演示iocp的使用-asked readers already familiar with cpp, winsock, mfc and multithreading. Simple and can be large server / client procedures for the use of demonstration It
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:178076
    • 提供者:夏佳
  1. WinSock11

    0下载:
  2. 刚学WinSock时编的,一开始想用WINSOCK做数据传送服务,可惜功力不够。 另外,程序只提供192.168.0.1到192.168.0.8之间的连接。 不知道为什么,超出十几连接后程序工作就不正常;请各位大侠帮忙。-WinSock am just learning series, the first to use Winsock do data transmission services, but not en
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:38141
    • 提供者:zhumails
  1. Socket20060401

    0下载:
  2. 一个Socket连接类,封装了Winsock API,而它提供的方法和事件等与Winsock控件完全一样。如果想了解Windows下面Socket通信的朋友可以下载一下,看看这个类是如何实现的。而且这个包里面还带了若干实现的范例,例如Socket聊天室等。-a socket connection type, Packaging, a Winsock API, and it provides methods and events with
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:58085
    • 提供者:刘峰
  1. UDPChat

    0下载:
  2. VC UDP WINSOCK 聊天程序 VC UDP WINSOCK 聊天程序-VC UDP Winsock chat program VC UDP Winsock chat program
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:15752
    • 提供者:king
  1. VC_Chater_TCP

    0下载:
  2. VC++6.0 winsock 基于TCP的网络聊天程序 绝对可以运行,作为对网站的奉献-VC 6.0 protocols of the network based on TCP chat program can definitely run, as the dedication of the site
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:136803
    • 提供者:king
  1. AccessAdoDatabaseviaWinsockControl

    0下载:
  2. 这是个很好的示例,使用WINSOCK访问ADO数据库通过网络连接,你可以进行全部数据库操作-This is a good example, the use of Winsock visit ADO database connectivity through the network, you can carry out the whole database operation
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:93834
    • 提供者:姚紫欣
  1. GettingIP

    0下载:
  2. 该实例通过Winsock函数获得主机IP和主机名。对编写较复杂网络程序用得着。-example through the Winsock function IP host access and host name. The preparation process more complex network worthwhile.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:30245
    • 提供者:黄涛
  1. wuxc_winsock

    0下载:
  2. c# winsock 编程,是对winsock的封装,增加了事件编程。-c # programming is the protocols of the package, an increase of events programming.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:259556
    • 提供者:wuxc
  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. pingandwinsock

    0下载:
  2. 简单的网络编程同过winsock 来实现的ping操作-simple network programming with winsock to achieve over the ping operation
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:3331
    • 提供者:jsk
  1. webTime

    0下载:
  2. Windows Sockets API,通常也称为WinSock,与Berkeley Sockets API兼容,因此,可以想象UNIX Socket程序代码可以顺利地拿到Windows上使用。NETTIME,如程序23-1所示,展示了使用WinSock API的方法-Windows Sockets API, also known as WinSock. with Berkeley Sockets API compatibility,
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8485
    • 提供者:郑森
  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首部就被
  3. 所属分类:网络编程

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

    0下载:
  2. See Appendix B for a descr iption of the programs included on this companion disk. RESOURCE.WRI identifies other books and resources for Internet programming. WEBHELP.HLP contains an introduction to the World Wide
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:980364
    • 提供者:罗宝生
  1. yjbc

    0下载:
  2. Winsock编程,功能很强的。里面有详细帮助。有利于学习-Winsock programming, function very strong. There are detailed help. Conducive to learning
  3. 所属分类:打印编程

    • 发布日期:2008-10-13
    • 文件大小:190915
    • 提供者:刘东利
  1. windowsnetworkprogram

    0下载:
  2. 本文档讨论Windows网络编程技术,覆盖Windows 95/98/NT 4/2000/CE平台。内容包括NetBIOS和Windows重定向器方法、Winsock方法、客户端远程访问服务器方法。具体内容可以参考目录。-Windows network programming technology, coverage of Windows 95/98/NT 4/2000/CE platform. Includes NetBIOS, an
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:16936796
    • 提供者:张瑜
  1. TCPServer1

    0下载:
  2. 简单实现TCP的监听服务,主要用到Winsock的使用。-Simple TCP listening services, mainly used Winsock use.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:6425
    • 提供者:胡祖安
  1. HTTPProxy(Vc6.0)

    0下载:
  2. 用vc6.0开发的,利用Winsock实现的HTTP代理。功能很简单,就只能实现HTPP会话的转发。目前只考虑了Get命令的转发和处理,默认端口5050。-vc6.0 development with the use of Winsock HTTP proxy. Very simple function, it can only achieve HTPP conversation transponders. Currently only
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:209648
    • 提供者:周雪强
  1. UDP-Talking

    0下载:
  2. 一个简单的winsock-UDP聊天软件-a simple winsock - UDP chat software
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:16994
    • 提供者:林雪云
« 1 2 ... 42 43 44 45 46 4748 49 50 »

源码中国 www.ymcn.org