-
This is a map of topological sorting procedure, the map data structure is one mo...
这是一个图的拓扑排序的程序,是数据结构的图一章中比较重要的内容,程序已经调试通过,可以供大家参考-This is a map of topological sorting procedure, the map data structure is one more important chapter in the content, procedures have been debug through, you can for your reference
- 2022-07-21 23:50:25下载
- 积分:1
-
这是一本很经典的网络编程的书籍,希望对大家有所帮助
这是一本很经典的网络编程的书籍,希望对大家有所帮助
-This is a very classic network programming books, and they hope to help everyone
- 2022-04-23 19:19:38下载
- 积分:1
-
udp编程 实现客户端与服务器通信
基于UDP通信模拟Go-Back N ARQ工作过程。UDP的客户端相当于ARQ的发送端,UDP的服务端相当于接收端。
需要模拟正常通信,发端数据出错、反向数据帧出错和反向数据帧过长导致确认超时三种类型的发端重传。
当发送窗口和接收窗口的大小都等于 1时,就是停止等待协议。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-23 10:02:53下载
- 积分:1
-
不错的http下载程序。
不错的http下载程序。- Good http downloading procedure.
- 2023-01-28 05:20:03下载
- 积分:1
-
扫描局域网指定网段在用IP,只需将两个文件放在windowssysytem32下,然后在命令行执行nbtscan192.168.0.1...
扫描局域网指定网段在用IP,只需将两个文件放在windowssysytem32下,然后在命令行执行nbtscan192.168.0.1-255即可-Scan LAN segment using the specified IP, only two files in the windows sysytem32, and then at the command line can be the implementation of nbtscan192.168.0.1-255
- 2022-12-17 22:45:03下载
- 积分:1
-
TcpListener and TcpClient 以及 socket使用入门
Tcp Listener ,Tcp Client 和 socket实现了双机用tcp协议通信,解决了书中线程处理部分的错误。
- 2022-03-22 20:24:51下载
- 积分:1
-
VC多线程的TCP编程
VC多线程的TCP编程,分client和server
- 2022-05-13 11:40:08下载
- 积分:1
-
XML路径实物投影机
XML path visualiser
- 2022-03-17 23:08:16下载
- 积分:1
-
超级Internet开发组件demo。
超级Internet开发组件demo。-Super Internet development component demo.
- 2023-07-28 09:25:03下载
- 积分: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