Welcome![Sign In][Sign Up]
Location:
Search - Winsock.p

Search list

[WinSock-NDISWinServer

Description: Winsock 可以查看远程桌面,使用了GDI+进行数据的转换(把BMP数据转换成PNG格式),传输速度快 2.可以用鼠标控制 3.可以用键盘控制 4.服务端可以被多人连接控制 5.可以(强行)重启/关机 6.可以远程登录计算机,并且可以发送Ctrl+Alt+Del三键出现登录界面(Win2000/NT4.0/XP) 7.能够读取远程计算机的剪贴板,并且放在本机的剪贴板中-Winsock can view Remote Desktop, GDI used for data conversion (BMP data put into PNG format), two fast transmission. the mouse can be used to control 3. the keyboard can be used to control four. the server can be connected to control more than five. may to (forced) to resume / Off 6. remote Login computer, and can send Ctrl-Alt-Del key emerging logged three interfaces (Win2000/NT4.0/X P) 7. Remote computer to read the clipboard, and the machine on the clipboard
Platform: | Size: 10415 | Author: zrg | Hits:

[Other resourceWINDOWS__socket13

Description: 利用“原始套接字”(Raw Socket),我们可访问位于基层的传输协议。本章专门讲解如 何运用这种原始套接字,来模拟I P的一些实用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原 始套接字,亦可对I P头信息进行实际的操作。本章只关心I P协议;至于如何针对其他协议使 用原始套接字,我们不打算提及。而且,大多数协议(除AT M以外)根本就不支持原始套接 字。所有原始套接字都是使用S O C K _ R AW这个套接字类型来创建的,而且目前只有Wi n s o c k 2提供了对它的支持。因此,无论Microsoft Windows CE 还是老版本的Windows 95 (无 Winsock 2升级)均不能利用原始套接字的能力。-use "raw socket" (Raw Socket), we can visit at the grassroots transmission agreements. This chapter specifically on how to use the original socket, I P to simulate some practical tools, For example Tr a c e r t o u e and P i n g procedures, and so on. Original socket, I can right the first P information of the actual operation. I only care about this chapter P Agreement; As to how the other agreements original socket, we do not intend to mention. Moreover, most agreements (except outside AT M) simply does not support the original socket. All original socket are using S O C K R AW _ the socket types to create, but it's only Wi n o c k 2 of the support it. Therefore, Whether Microsoft Windows CE or an older version of Windows 95 (non-Win sock escalation 2) are not using the ori
Platform: | Size: 692344 | Author: 楼洛阳 | Hits:

[Other resourceWINDOWS__socket14

Description: Winsock 2服务提供者接口( Service Provider Interface, SPI)代表着另一端的Wi n s o c k编 程(和Winsock 2API相对应)。Wi n s o c k的一端是A P I,另一端则是S P I。-Winsock 2 service providers interface (Inter Service Provider face, SPI) represent the other end of the Wi n s o c k program (and corresponding 2API Winsock). Wi n s o c k end of the A P I, the other side is I P S.
Platform: | Size: 867977 | Author: 楼洛阳 | Hits:

[Windows Kernelwinsock

Description:

winsock VB


Platform: | Size: 35048 | Author: ewchua | Hits:

[WinSock-NDIS一个对Winsock 完成端口模型封装的类

Description:

使用的时候,只需要从这个类派生一个子类,并改写HandleData和DataAction这两个虚函数,对于那些需要连续发送相关联的数据应用(比如传送文件),使用者需要自己扩展这两个函数,比如创建一个全局队列,每次从完成端口里得到数据后插入队列,然后用另外一个线程专门处理这个队列。。。

 


Platform: | Size: 214561 | Author: testsb | Hits:

[ICQ-IM-Chat用WINSOCK实

Description: 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 standard. Network programming in the most commonly used program is the client/server model. The paper provides a client/server model with Winsock achieve common Internet chat room software programs.
Platform: | Size: 39936 | Author: 六开 | Hits:

[Otherelectristy

Description: 电业收费系统伺服务器 无需解压密码 程序完整-electrical system spy servers without extracting password integrity of the process
Platform: | Size: 4559872 | Author: tony | Hits:

[Internet-NetworkWinServer

Description: Winsock 可以查看远程桌面,使用了GDI+进行数据的转换(把BMP数据转换成PNG格式),传输速度快 2.可以用鼠标控制 3.可以用键盘控制 4.服务端可以被多人连接控制 5.可以(强行)重启/关机 6.可以远程登录计算机,并且可以发送Ctrl+Alt+Del三键出现登录界面(Win2000/NT4.0/XP) 7.能够读取远程计算机的剪贴板,并且放在本机的剪贴板中-Winsock can view Remote Desktop, GDI used for data conversion (BMP data put into PNG format), two fast transmission. the mouse can be used to control 3. the keyboard can be used to control four. the server can be connected to control more than five. may to (forced) to resume/Off 6. remote Login computer, and can send Ctrl-Alt-Del key emerging logged three interfaces (Win2000/NT4.0/X P) 7. Remote computer to read the clipboard, and the machine on the clipboard
Platform: | Size: 10240 | Author: zrg | Hits:

[VC/MFCWINDOWS__socket13

Description: 利用“原始套接字”(Raw Socket),我们可访问位于基层的传输协议。本章专门讲解如 何运用这种原始套接字,来模拟I P的一些实用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原 始套接字,亦可对I P头信息进行实际的操作。本章只关心I P协议;至于如何针对其他协议使 用原始套接字,我们不打算提及。而且,大多数协议(除AT M以外)根本就不支持原始套接 字。所有原始套接字都是使用S O C K _ R AW这个套接字类型来创建的,而且目前只有Wi n s o c k 2提供了对它的支持。因此,无论Microsoft Windows CE 还是老版本的Windows 95 (无 Winsock 2升级)均不能利用原始套接字的能力。-use "raw socket" (Raw Socket), we can visit at the grassroots transmission agreements. This chapter specifically on how to use the original socket, I P to simulate some practical tools, For example Tr a c e r t o u e and P i n g procedures, and so on. Original socket, I can right the first P information of the actual operation. I only care about this chapter P Agreement; As to how the other agreements original socket, we do not intend to mention. Moreover, most agreements (except outside AT M) simply does not support the original socket. All original socket are using S O C K R AW _ the socket types to create, but it's only Wi n o c k 2 of the support it. Therefore, Whether Microsoft Windows CE or an older version of Windows 95 (non-Win sock escalation 2) are not using the ori
Platform: | Size: 692224 | Author: 楼洛阳 | Hits:

[Com PortWinSock.pbl

Description: 说明, 服务器端 1,SocketServer中,有个uo_Socket_Server类型的数组Connects,实现多个连接管理。 2,uo_Socket_Server实例是通过w_1.tab_1.OpenTab()打开的。 3,SocketNotify为自定义事件pbm_custom01。 4,ue_SocketNotify为自定义事件。 客户端 1,很简单,就不说了。-note, a server, SocketServer. a uo_Socket_Server types of array Connects. Implementing Multiple Connection Management. 2. uo_Socket_Server example through w_1.tab_1.OpenTab () open. 3, as defined SocketNotify pbm_custom01 incident. 4, ue_SocketNotify to define an event. A client, a very simple, not that.
Platform: | Size: 264192 | Author: long | Hits:

[VC/MFCAGuidetoGameProgramming

Description: 游戏开发的优秀书籍,PDF格式,基于VC7.0 / DirectX 9.0 / Winsock 2.2; 彭博著 -game development of outstanding books, PDF format, Based on VC7.0/DirectX 9.0/Winsock 2.2; with Bloomberg
Platform: | Size: 1422336 | Author: 狼夜行 | Hits:

[Internet-Networknetcode35

Description: 很不错的p2p代码。 很不错的p2p代码。-very good p2p code. P2p very good code.
Platform: | Size: 139264 | Author: maki | Hits:

[Software EngineeringWinsockBasic

Description: 本文专门讲解编写成功网络应用程序时所需的基本知识和A P I调用。-The preparation of this article devoted to the success of network applications required for the basic knowledge and API calls.
Platform: | Size: 1081344 | Author: kdo | Hits:

[VOIP programrfc

Description: SIP协议,RFC最新标准文档,PDF格式,有中文版和英文版-SIP protocol, RFC standards documents, PDF format, have the Chinese version and English version
Platform: | Size: 1675264 | Author: lee | Hits:

[OS programPB9-WEBSERVICES

Description: PB调用WEBSERVIces示例代码,本实例是采用PB11.5写的WEBSERVICES ,PB9来调有的说明-PB WEBSERVICES code
Platform: | Size: 36864 | Author: WAngDF | Hits:

[P2PWinSock_P2P

Description: 在VS2008平台下编写的双机通信程序,程序可选择作为客户端或服务器,客户端和服务器之间通过WinSock建立连接,可以在窗口中发送和接收信息并显示,发送和接收过程交替进行。-Written in VS2008 platform Dual communication program, the program can choose as a client or server, the client and the server via WinSock connection, you can send and receive messages in the window and display, send and receive process alternately.
Platform: | Size: 3072 | Author: 刘琬臻 | Hits:

[OtherVB6-P-Winsock

Description: VB6 + Winsock.txt VB6 + Winsock.txt-VB6+ Winsock.txt VB6+ Winsock.txt
Platform: | Size: 11264 | Author: awere4 | Hits:

CodeBus www.codebus.net