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

Search list

[Internet-Networkiocp

Description: IOCP(I/O Completion Port)Winsock例子-IOCP(I/O Completion Port)Winsock example
Platform: | Size: 22528 | Author: 站长 | Hits:

[Internet-NetworkSocketAdapter

Description: Library of C functions that allows a program to use WinSock 2 functionality if it is available or fall back to WinSock 1.1 if it isn t.
Platform: | Size: 6144 | Author: 胡永登 | Hits:

[Internet-Networksend_recieve_data_by_winsock

Description: 此程序可以让你轻松的获得对方的数据,也可以发送给对方,这个可是通过winsock实现的,可以作为理解winsock的一个很好的例子-This procedure allows you to easily access each other's data can also be sent to the other side, but through the realization of the related protocols, the protocols of understanding as a good example!
Platform: | Size: 444416 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSWinsock On 44B0X

Description: 适合于SAMSUNG 44b0X主板的winsock实现,C语言-suitable for Samsung 44b0X motherboard winsock realized, C Language
Platform: | Size: 6144 | Author: 余飞 | Hits:

[Internet-Networkping_winsock&icmp

Description: 用VC实现的PING源代码,提供了两种实现方式:1、Windows Socket;2、基于ICMP。代码总共才500多行,对于理解PING程序原理很有帮助-with VC's PING source code, provided implemented in two ways : one, Windows Socket; 2, based on ICMP. A total of code before more than 500 firms, the procedures for understanding PING helpful Principle
Platform: | Size: 5120 | Author: 崔毕 | Hits:

[Windows DevelopWinSock Win32 API 的打包类和例子程序winsocket

Description: WinSock Win32 API 的打包类和例子程序Win Sock Win32 API 的打包类和例子程序WinSock Win32 API 的打包类和例子程序-Windows socket sample
Platform: | Size: 53248 | Author: e_man518 | Hits:

[Proxy ServerwinsocketEx

Description: Winsock API扩展开发包,支持socks4,socks5代理,验证代理。使用方便,借口简单!-Winsock API to expand development kits, support socks4, togig agent, the certification agency. Easy to use, simple excuses!
Platform: | Size: 7168 | Author: 倪玉龙 | Hits:

[Windows Develop屏幕精灵

Description: 这是一个例子程序,主要是向初学者演示一下如何利用WINSOCK在几台计 算机之间互相传输屏幕图象。 抓屏对象为正在运行“屏幕精灵”的计算机,如果关闭“文件”菜单的 “开放端口”选项,别人就无法用“屏幕精灵”查看自己的屏幕了。新建窗 口以后会自动抓第一屏,以后双击窗口就是下一屏,全屏显示后可以通过双 击来关闭全屏窗口。 该程序用C++BUILDER 4.0编译(第一次会因为缺少文件报错,不用跟他计 较,重新编译一次会自动创建的),由于该程序仅供学习参考之用,且编写较 为仓促,故程序结构略显混乱,大家可以自行做相应修改,但若将其中模块 用于商业用途请来信通知作者本人。-example of this is a process, mainly to beginners demonstrate how to use the Winsock several transmission between computer screen images. Capturing the Screen object is to run "spirit screens" of the computer, if closed "document" menu "open port" option, others will not able to "screen genies" View of the screen. The new window will automatically grasping after the first screen, double-click the window is beyond the next screen, full-screen display after double-click to close the window full screen. The program BUILDER 4.0 C compiler (the first because of the lack of documentation errors, not with his mind, a recompile will be automatically created), as the learning process only reference purposes and in the preparation of short, the procedure is sl
Platform: | Size: 315392 | Author: 刘诚 | Hits:

[Windows Developcall-net

Description: 直接用winsock api实现寻呼功能 支持完全自控的聊天服务。支持中国联通,河北国信,万声寻呼,中铁寻呼,斯壮寻呼,国讯寻呼等主要干线 -direct winsock api achieve Paging support fully functional control of the chat services. China Unicom, the Hebei letter 10000 Voice paging, iron paging, Sizhuang paging, paging States-- the major routes
Platform: | Size: 11264 | Author: 陈晓峰 | Hits:

[Internet-Networkwinsock_123456789

Description: winsock programs for TCP and UDP
Platform: | Size: 53248 | Author: aa | Hits:

[CSharptestudp

Description: 该代码为windows环境下利用winsock.h进行TCP/IP协议传输-code for the windows environment using winsock.h for TCP/IP transmission
Platform: | Size: 2048 | Author: 王志宇 | Hits:

[Windows CESocketForWinCE

Description: EVC;Winsock编程,客户端的通讯程序;建立PC端的服务器程序,接受WinCE客户端的字符输入,显示在PC端服务器的输出显示窗口中,同时有开发办客户端字符发送接受程序。-EVC; Winsock programming, client communication procedures; The establishment of PC-server, WinCE client accept the character input, display terminal server in the PC shows the output window, while the Office for the Development of the client acceptance process this character.
Platform: | Size: 449536 | Author: 张敏捷 | Hits:

[TCP/IP stackTCPPacket

Description: 此源码演示了如何通过原始套接字来模拟tcp包,对winsock网络编程及tcp/ip协议的学习 有帮助-source of this demonstration of how to simulate the original socket tcp package, right winsock network programming and tcp/ip agreement learning help
Platform: | Size: 3813376 | Author: flyhels | Hits:

[Internet-NetworkUDP-winsock

Description: UDP程序 c.cpp为客户端 s.cpp为服务端 实现了客户端和服务端的互连,通讯-UDP c.cpp procedures for the client to the server s.cpp achieve the client and service side of the interconnection , communications
Platform: | Size: 1024 | Author: abc | Hits:

[Internet-NetworklspSample

Description: This code sample illustrates a Winsock 2 layered service provider (LSP). An LSP is a method of inserting a layer between the Winsock 2 API and applications. This is achieved by creating a DLL which implements the entire set of Winsock provider functions. These functions begin with the three letters WSP. You can consult the Platform SDK documentation for the specifics on these functions.
Platform: | Size: 123904 | Author: zhbb | Hits:

[Internet-NetworkWINSOCK

Description: 利用WINSOCK在几台计算机之间互相传输屏幕图象 -WINSOCK use in several computer screen image transmission between
Platform: | Size: 308224 | Author: 段昊旻 | Hits:

[Internet-Networkwinsock

Description: 这是一个简单 winsock 例子,里面有两个cpp文件 一个是服务端一个是客户端。开启服务端后,再打开客户端会向服务端发送一个连接信息。-This is a simple winsock example, there are two cpp files is to serve a client is the client. Open the server and then open the client to the server sends a connection information.
Platform: | Size: 2048 | Author: 张龙 | Hits:

[Hook apiwinsock-hooking

Description: winsock hooking made easy
Platform: | Size: 20480 | Author: john-E | Hits:

[Internet-NetworkWinsock_lsp

Description: a Winsock 2 layered service provider. An LSP is a method of inserting a layer between the Winsock 2 API and applications.
Platform: | Size: 2128896 | Author: Rogerp | Hits:

[Internet-NetworkWinsock

Description: winsock 通信编程,包含client server源码以及说明(Windows sockets specification Windows)
Platform: | Size: 665600 | Author: patirck | Hits:
« 12 3 4 5 6 7 8 9 10 ... 34 »

CodeBus www.codebus.net