搜索资源列表
源代码-高源
- 包括10个源码:1 令系统托盘(提示区/Sys tray)中的图标显示气泡提示框(Tool Tip)的代码 2 软盘格式化程序 3 一个虚拟驱动盘映射器 4 这个软件可以得到大多数的“高级”系统信息,比如系统缓存的密码、PROXY设置、网卡MAC等 5 用过Flashget和网络蚂蚁的朋友应该知道在IE中右击右击菜单有使用(xxxxx)下载.本代码就实现此功能。可以获取在网页中选择的文本,链接 地址,图片. 6 引起轰动的源码,能在视窗里每一个窗口最小化按钮旁加一个新按钮,这个新按钮的功能是将窗
variousSockIOMmodels
- Samples illustrating the various Winsock I/O models under the following directories: blocking Illustrates the blocking sockets model. This includes blocking client and server samples. nonblocking Illustrates the non-blocking socket model using
mnet_demo
- 一个网络通信开发库示例源码,封装了TCP和UDP的socket函数,封装了完成端口、WSAEventSelect、select等3种winsock I/O模型,并结合线程池+内存池模式,支持高并发。 -Example of a network communications development library source code, TCP and UDP encapsulates the socket function, encapsulates the completion port,
WinsockIOCP_demo
- 用于大量socket连接时使用IOCP捕获连接关闭事件以便释放资源的程序。可以解决winsock的AsyncSelect对句柄个数的限制问题- Uses in when the massive socket connection uses IOCP to catch the connection closure event in order to release resources procedure. May solve the winsock AsyncSelect 瀵瑰彞 handle
socket
- socket编程。winsock编程实现网络通信。 非阻塞模式实现面向连接一个服务器和多个客户端的收发数据(select模型) 阻塞模式实现面向无连接的一对一的通信 1.学习通过winsock编程实现网络通信。 2.学习面向连接和面向无连接的网络通讯方式的编程。 3.学习阻塞和非阻塞模式的网络通讯的编程。 4.熟悉与winsock有关的API函数的用法。 -socket programming. winsock network communications progr
chat
- 都是采用 多线程 Select 模型 自己封状的 winsock api类-And are based on multi-threaded closure Select model their category like winsock api
348
- 利用WinSock异步选择模型,通过发送消息,实现了注销、关闭、重启、隐藏桌面、显示桌面的控制。-Using WinSock asynchronous Select model by sending messages to achieve a write-off, shut down, restart, hide desktop, show desktop control.
chatroom
- 局域网聊天室 Server Client 都是采用 多线程 Select 模型 自己封状的 winsock api类-LAN chat rooms Server are Are using multithreading the Select models of sealing shape winsock API classes
winsock-CS
- Winsock2网络编程。客户端和服务端通信的代码。使用select模型-Winsock2 Network programming. Client and server communication code. Use of select models
selectcomm
- select模型是一个广泛在winsock中使用的i/o模型,使用select函数管理i/o,是比较容易实现的i/o模型-select model is widely used in winsock i/o model, use the select function to manage i/o, i/o model is relatively easy to achieve
socket
- winsock非阻塞(异步)通信中的select端口模式的demo-winsock select non-blocking (asynchronous) communications port mode demo
wpe
- WPE使用方法:执行WPE会有下列几项功能可选择: SELECT GAME选择目前在记忆体中您想拦截的程式,您只需双击该程式名称即可。 TRACE追踪功能。用来追踪撷取程式送收的封包。WPE必须先完成点选欲追踪的程式名称,才可以使用此项目。按下Play键开始撷取程式收送的封包。您可以随时按下 | | 暂停追踪,想继续时请再按下 | | 。按下正方形可以停止撷取封包并且显示所有已撷取封包内容。若您没按下正方形停止键,追踪的动作将依照OPTION里的设定值自动停止。如果您没有撷取到资料,
WSAEventSelect
- Winsock的事件选择模型,利用事件选择模型实现局域网的聊天-The Winsock events to select the model, the use of event selection model LAN chat
Lan-chat
- 本项目是在Visual Basic 6.0环境中,利用Winsock控件开发一个基于局域网的聊天工具。具体内容是局域网内部的聊天软件,基于VB编程的基础上,利用Winsock控件,选择TCP协议提供可靠的、面向连接的传输控制,选择协议的配置,确定你的计算机名 ,然后进行连接。-This project is in Visual Basic 6.0 environment, the the Winsock control the development of a LAN-based chat to