Welcome![Sign In][Sign Up]
Location:
Search - winsock

Search list

[WinSock-NDISudp数据包转发

Description: 基于WinSock的UDP数据转发(Win XP;Visual C++ 6.0)-WinSock based on the UDP data transmitted (Win XP; Visual C 6.0)
Platform: | Size: 57247 | Author: 刘云 | Hits:

[WinSock-NDISwinsocktrans

Description: 一个用 C语言开发的利用WINSOCK 进行通信的程序.-a C-language development with the use of Winsock communication procedures.
Platform: | Size: 4367 | Author: 清波 | Hits:

[TCP/IP stacktcp-ipayixidailv

Description: 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放WinSock。 -a simple TCP client a process, the use of WSAStartup () initialization WinSock library. 2, the use of socket () to create a IPPROTO_TCP SOCKET. 3, the use of gethostbyname () / gethostbyaddr () mainframe access information. 4, the use of connect (), and we create the socket connections server. 5, the use of send () / recv () to send and receive data until we TCP end of the session. 6, the use of closesocket () closes socket connections. 7, the use of WSACleanup () release WinSock.
Platform: | Size: 5096 | Author: 顾谦 | Hits:

[Windows Developex34a

Description: 将一个HTTP服务器、一个WINSOCK HTTP客户和两个WININET HTTP客户组合在一起-to an HTTP server, an HTTP client and WINSOCK 2 WININET HTTP client portfolio together
Platform: | Size: 63428 | Author: 阿甘 | Hits:

[WinSock-NDISWinsockTester

Description: 本源码是利用Winsock Api写的一款基于TCP/IP协议的通讯软件 对新手学习Windows Socket Api 是很好的资料-the source is the use of Winsock Api write-based TCP / IP communications software for novice Windows Socket Api learning is a very good information
Platform: | Size: 672166 | Author: 叶子 | Hits:

[WinSock-NDISeasyDownloads

Description: 一个下载演示程序,下载不用winsock ,并且有多种保存方式。推荐-download a demo program, download no winsock, with a variety of preservation methods. Suggest
Platform: | Size: 24538 | Author: 李基 | Hits:

[Other resourceDelphi-netfunction

Description: delphi 自定义网络函数:unit net interface uses sysutils ,windows ,dialogs ,winsock ,classes ,comobj ,wininet //得到本机的局域网ip地址 function getlocalip(var localip:string): boolean //通过ip返回机器名 function getnamebyipaddr(ipaddr: string var macname: string): boolean //获取网络中sqlserver列表 function getsqlserverlist(var list: tstringlist): boolean //获取网络中的所有网络类型 function getnetlist(var list: tstringlist): boolean //获取网络中的工作组
Platform: | Size: 92907 | Author: orientyu | Hits:

[OS programTcpIpDogFilter

Description: Winsock 2 分层服务提供者示例,存放SPI封包截获的DLL工程-Winsock 2 tiered service providers example, stored SPI packets intercepted DLL works
Platform: | Size: 4408 | Author: ras | Hits:

[WinSock-NDISlayered

Description: 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 framework.
Platform: | Size: 106314 | Author: 周泽敏 | Hits:

[WinSock-NDISIOCP_using_WinSock

Description: 用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
Platform: | Size: 232273 | Author: 夏佳 | Hits:

[WinSock-NDISA_simple_IOCP_ServerClient_Class

Description: 要求读者已经熟悉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
Platform: | Size: 178076 | Author: 夏佳 | Hits:

[WinSock-NDISWinSock11

Description: 刚学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 enough skill. In addition, the procedures provide only 192.168.0.1 to the connection between 192.168.0.8. Do not know why, beyond the dozen or so connected not normal working procedures; Please help heroes.
Platform: | Size: 38141 | Author: zhumails | Hits:

[Other resourceC++BuilderWeb

Description: 书的内容: 第一章 面向对象编程 1.1 什么是对象 1.2 修改元件名称 1.3 对象作用域问题 1.4 类成员的可见性 1.5 对象的相互赋至 1.6 自己创建一个对象 1.7 VCL的结构 1.8 TObjiect 1.9 TPersistent 1.10 TComponet 1.11 TComponent 1.11 TControl 1.12 TWinControl 1.13 TGraphicControl 1.14 TCustom Control 第二章 组件对象模型 2.1 几个基本概念 2.2 客户和服务器 2.3 认识GUID。CLSID。IID 2.4 引用技术 2.5 什么是IUnknown接口 2.6 Dll形式的COM服务器 2.7 接口 2.8 调度接口 2.9 双重接口 2.10 对接口的应用 第3章 ActiveX 第4章 Type Libraty 第5章 创建ActiveX控件 第6章 OLE自动化 第7章 使用WinSock 第8章 使用FTP控件 第9章 使用UDP控件 第10章 使用HTTP控件 第11章 使用HTML控件 第12章 使用SMTP控件 第13章 使用POP控件 第14章 使用NNTP控件 第15章 创建Web服务器应用程序 第16章 Web服务器的细节 //从第3章我就不详细写了~-the contents : the first chapter of object-oriented programming 1.1 1.2 What is the object name change components targeted 1.3 Scope 1.4 category visibility of the target of 1.5 to 1.6 mutual given themselves a target to create VCL 1.7 the structure TObjiect 1.9 1.8 TComponet TPersistent 1.10 1.11 1.11 TComponent TWinControl TControl 1.12 1.14 1.13 TGraphicControl TCustom Control II Component Object Model 2.1 2.2 few basic concepts and customers awareness Server 2.3 GUID. CLSID. Bloch cited technical 2.4 2.5 What is the IUnknown interface 2.6 Dll form of COM server interface 2.8 2.7 2.9 Scheduling Interface Interface 2.10 pair of double Application Interface Chapter 3 Chapter 4 ActiveX Type Libraty create Chapter 5 ActiveX Chapter 6 OLE Automation to use Chapter 7 Chapter 8 WinSock use FTP
Platform: | Size: 1910456 | Author: 龙杨 | Hits:

[Internet-NetworkSocket20060401

Description: 一个Socket连接类,封装了Winsock API,而它提供的方法和事件等与Winsock控件完全一样。如果想了解Windows下面Socket通信的朋友可以下载一下,看看这个类是如何实现的。而且这个包里面还带了若干实现的范例,例如Socket聊天室等。-a socket connection type, Packaging, a Winsock API, and it provides methods and events with Winsock control completely the same. If you want to learn about the Windows Socket Communications Below friends can download and see how this category is achievable. But inside the packet also brings the realization of a number of examples, such as Socket chat rooms.
Platform: | Size: 58085 | Author: 刘峰 | Hits:

[ICQ-IM-ChatUDPChat

Description: VC UDP WINSOCK 聊天程序 VC UDP WINSOCK 聊天程序-VC UDP Winsock chat program VC UDP Winsock chat program
Platform: | Size: 15752 | Author: king | Hits:

[WinSock-NDISVC_Chater_TCP

Description: 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
Platform: | Size: 136803 | Author: king | Hits:

[File OperateAccessAdoDatabaseviaWinsockControl

Description: 这是个很好的示例,使用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
Platform: | Size: 93834 | Author: 姚紫欣 | Hits:

[WinSock-NDISGettingIP

Description: 该实例通过Winsock函数获得主机IP和主机名。对编写较复杂网络程序用得着。-example through the Winsock function IP host access and host name. The preparation process more complex network worthwhile.
Platform: | Size: 30245 | Author: 黄涛 | Hits:

[WinSock-NDISwuxc_winsock

Description: c# winsock 编程,是对winsock的封装,增加了事件编程。-c # programming is the protocols of the package, an increase of events programming.
Platform: | Size: 259556 | Author: wuxc | Hits:

[OtherinterQQ

Description: JAVA作的一个通讯工具 类似QQ 很好用 代码注释详细 用了WINSOCK套接字 多线程-Java for a similar QQ communications tool with good code with a detailed Notes Winsock INTERLINKED word Multithreading
Platform: | Size: 86872 | Author: 5201111 | Hits:
« 1 2 ... 44 45 46 47 48 4950 »

CodeBus www.codebus.net