-
send UDP data packet network
发送UDP网络数据包-send UDP data packet network
- 2022-02-04 00:13:35下载
- 积分:1
-
使用平安命令自动记录主机、路由器、网络连接
使用ping命令自动记录主机、路由器的网络连接-Using ping command automatically record the host, routers, network connection
- 2022-06-14 08:31:06下载
- 积分:1
-
关于网络录音机的网络源程序
关于网络录音机的网络源程序-network recorders on the network source
- 2022-03-20 21:06:36下载
- 积分:1
-
仿制IE在“解决方案资源管理器” 中,右键单击“TextBoxExt”项目,从弹出的菜单中选择“属性”,会弹出属性配置对话框,在左上角的“配置(C)”中选择“所...
仿制IE在“解决方案资源管理器” 中,右键单击“TextBoxExt”项目,从弹出的菜单中选择“属性”,会弹出属性配置对话框,在左上角的“配置(C)”中选择“所有配置”,设置输出路径为“.."output”,注意,该输入有点特殊,两个小数点+反斜杠+output,意思是当前文件夹上一层的ouput文件夹(从VC过来的朋友可能比较熟悉这种方式)-IE private void lstBox_MouseMove(object sender, System.Windows.Forms.MouseEventArgs e)
{
ListBox box=(ListBox)sender
Point pt = new Point(e.X,e.Y)
int n=box.IndexFromPoint(pt)
if(n>=0)
box.SelectedIndex=n
}
- 2022-01-25 19:43:26下载
- 积分:1
-
< 精通Windows Sockets网络开发
< 精通Windows Sockets网络开发--基于Visual C++实现>> 一书的全部源代码,包括 多线程下载程序、网络五子棋、在线考试系统等五个项目。每个项目都使用不同的socket模型开发(比如select,基于消息、事件的异步模型,重叠i/o,完成端口),对于初学socket网络编程的朋友有极大帮助、、 -" " Proficient in Windows Sockets network development- based on Visual C++ implementation " " a book full source code, including multi-threaded download, network Gobang, online examination system of five projects. Each item using a different socket model development (such as select, based on news, events, asynchronous model, overlapping i/o, complete the port), socket network programming for the beginner a friend of great help,,,
- 2023-05-10 23:20:02下载
- 积分:1
-
JavaScript编写的程序javascriptxied矿山slyoux
JavaScript写的扫雷程序JavaScriptxied slyoux-JavaScript written procedures JavaScriptxied mine slyoux
- 2023-06-28 17:10:03下载
- 积分:1
-
利用IE接口分析HTML文件
利用IE接口分析HTML文件 -Parasing HTML file using IE interface
- 2022-05-15 17:03:21下载
- 积分:1
-
多线程UDP通讯程序,这种程序对要出来多用户的并发处理udp通信有一定的参考作用...
多线程UDP通讯程序,这种程序对要出来多用户的并发处理udp通信有一定的参考作用-multithreading UDP communications procedure, which should come out of the Multi-user concurrent processing udp communication is a reference work
- 2023-07-25 22:25:02下载
- 积分:1
-
一个Visual c++ 实现的FTP文件遍历程序(网络编程)
一个Visual c++ 实现的FTP文件遍历程序(网络编程)-A Visual c++ Realize the FTP file traversal process (network programming)
- 2022-01-26 04:57:45下载
- 积分:1
-
一个基于socket实现的功能较为完善的局域网聊天工具,支持局域网内的文字交流,文件传输功能。...
一个基于socket实现的功能较为完善的局域网聊天工具,支持局域网内的文字交流,文件传输功能。-This is a chatting application implemented by socket. It supports normal chatting and file sending.
- 2022-05-25 21:10:19下载
- 积分:1