资源列表

« 1 2 ... .54 .55 .56 .57 .58 9359.60 .61 .62 .63 .64 ... 11787 »

[Internet/网络编程UDP

说明:用UDP实现可靠文件传输 大家都清楚,如果用TCP传输文件的话,是很简单的,根本都不用操心会丢包,除非是网络坏了,就得重来。用UDP的话,因为UDP是不可靠的,所以用它传输文件,要保证不丢包,就得我们自己写额外的代码来保障了-Use UDP to achieve a reliable file transfer we all know that if we use TCP to transfer files, it will
<mywk> 在 2024-10-15 上传 | 大小:10240 | 下载:0

[TCP/IP协议栈UDPClient

说明:一个UDP客户端的实现,可以直接使用,效率还不错-An implementation of UCP Client thread.
<老杨> 在 2024-10-15 上传 | 大小:10240 | 下载:0

[TCP/IP协议栈UDPServer

说明:一个UDPServer的实现,直接创建该对象就可以使用,方便快捷-Am implemetation of UDP Server based on C++
<老杨> 在 2024-10-15 上传 | 大小:10240 | 下载:0

[Internet/网络编程105230320listen_VB

说明:一个VB的简单端口鉴听程序,供初学者-A simple VB Kam listen port procedures, for beginners to see
<talon > 在 2024-10-15 上传 | 大小:10240 | 下载:0

[Internet/网络编程StatusCheck

说明:程序处理如下等功能 ping 命令 文件错误 VB6支持-Author: Thijs Laurman E-mail: Click to e-mail author Submitted: 1/29/2004 Version: VB6 Compatibility: VB6 Category: Networking Downloads: 7319 Program that hand
<甘继来> 在 2024-10-15 上传 | 大小:10240 | 下载:0

[Internet/网络编程RemoteControl

说明:高级远程控制,通过从PC命令发出。可找到INTERNET 远程搜索器地址-Advanced Remote control. Control the Remote computers by sending commands from your PC. Server is not displayed in ctrl+alt+del list. Also you can find the internet explorer address o
<甘继来> 在 2024-10-15 上传 | 大小:10240 | 下载:0

[Internet/网络编程wsock32_sub

说明: 本文是在已发表的另一文章略加修改而成, 先感谢前任怍者。本人改了一些不足之处 1. 原文仅替换了30 的函数,故仍不能用。 本人用了两天时间补齐其余的70 (50-60个函数)2. 改进了一些方法,如LoadLibrary() 集中在dllmain()3. 增加了跟踪记录...程序通过替换wsock32.dll 来监测winsock调用.可以在要跟踪的程序当前目录下复制一份 windows\system\wsock32.
<欧阳燕> 在 2024-10-15 上传 | 大小:10240 | 下载:0

[Internet/网络编程graphicsElementOP

说明:arcgis server9.2 (graphicElement)图形元素操作-arcgis server9.2 (graphicElement) graphic elements to operate
<chengbiao> 在 2024-10-15 上传 | 大小:10240 | 下载:0

[Internet/网络编程8nm2

说明:php 探针,增加兼容性,可探测本地运算质量-php probe to increase the compatibility, can detect the quality of the local computing
<wszfwy8dc> 在 2024-10-15 上传 | 大小:10240 | 下载:0

[Internet/网络编程docd.tar

说明:多线程 http资源下载工具 给予linux平台的。还凑合。有bug给我联系 -Mutli-thread http resource download tool
<Gane> 在 2024-10-15 上传 | 大小:10240 | 下载:0

[Internet/网络编程MySocket

说明:a self encapsulated socket lib
<huangpeng> 在 2024-10-15 上传 | 大小:10240 | 下载:0

[搜索引擎example

说明:回溯法是一种选优搜索法,按选优条件向前搜索,以达到目标但当探索到某一步时,发现原先选择并不优或达不到目标,就退回一步重新选择。这种走不通就退回再走的技术为回溯法,而满足回溯条件的某个状态的点称为“回溯点”。回溯算法是所有搜索算法中最为基本的一种算法,其采用了一种“走不通就掉头”思想作为其控制结构 -Backtracking is a search optimization method, based on forward selecti
<faruh> 在 2024-10-15 上传 | 大小:10240 | 下载:0
« 1 2 ... .54 .55 .56 .57 .58 9359.60 .61 .62 .63 .64 ... 11787 »

源码中国 www.ymcn.org