-
STAB is a new active probing tool for locating thin links on a network path. A t...
STAB is a new active probing tool for locating thin links on a network path. A thin link is a link with less available bandwidth than all links preceding it on the path. The last thin link on the path is the link with the minimum available bandwidth or tight link. STAB combines the concept of "self-induced congestion", the probing technique of "packet tailgating", and special probing trains called "chirps" to efficiently locate the thin links.
- 2023-07-29 03:10:03下载
- 积分:1
-
数据结构中的二叉树,二叉排序树,遍历左右孩子,输入数值划出圆...
数据结构中的二叉树,二叉排序树,遍历左右孩子,输入数值划出圆-data structure, the binary, binary sort tree traversal around children, the importation of numerical round draw
- 2022-03-20 08:30:44下载
- 积分:1
-
use the source code to achieve Chain
使用源代码实现链
- 2023-03-26 09:00:03下载
- 积分:1
-
this a basic adaboost program of Matlab. good for beginners
this a basic adaboost program of matlab. good for beginners-this a basic adaboost program of Matlab. good for beginners
- 2023-06-11 13:40:03下载
- 积分:1
-
VC++结合ADO实现数据库版的DTree树叉菜单
VC++结合ADO实现数据库版的DTree树叉菜单,这是一个与数据库相结合的树形菜单效果,在使用ADO技术时,需要导入一个ADO动态链接库msado15.dll,该动态库位于系统盘下的“Program FilesCommon FilesSystemado”目录下。
例:如果你的系统盘为C盘,则该文件位于“C:Program FilesCommon FilesSystemado”目录中。所以需要打开工程文件,并展开“FileView”视图中的“Header Files”节点,然后双击“ADOConn.h”文件,将代码中的“d:Program FilesCommon FilesSystemadomsado15.dll”改为“c:Program FilesCommon FilesSystemadomsado15.dll”。
- 2022-03-25 19:42:48下载
- 积分:1
-
介绍了微波patch天线的基本原理和特性,具体用了gps天线作为例子进行设计推导。...
介绍了微波patch天线的基本原理和特性,具体用了gps天线作为例子进行设计推导。-introduced a microwave antenna patch the basic principles and characteristics with a specific example gps antenna design is derived.
- 2023-06-05 01:35:04下载
- 积分:1
-
一个基于马尔可夫链算法的思想编写的自动写文章的程序,输入一篇文章后,可以自动的输出一篇文章。...
一个基于马尔可夫链算法的思想编写的自动写文章的程序,输入一篇文章后,可以自动的输出一篇文章。-An algorithm based on Markov chains prepared by the idea of automatic procedures for writing articles, enter an article, you can automatically output of an article.
- 2022-07-24 23:14:30下载
- 积分:1
-
VC++ 模拟实现网络语音电话
VC++ 模拟实现网络语音电话,类似语音聊天的功能,这是一个通过网络实现的网络语音电话,功能目前是比较基础的,仅供学习参考吧。本实例当时在Windows 2000环境下运行通过。相关的代码如下:
#define BUFFERSIZE 5120 //缓冲区大小
static HWAVEIN hWaveIn ; //录音设备句柄
static HWAVEOUT hWaveOut ; //播放设备句柄
static PBYTE pBufferIn[2]; //用于接收和播放的两块缓冲区
static PBYTE pBufferOut[2]; //用于发送和录音的两块缓冲区
static PWAVEHDR pWHIn[2]; //用于录音的PWAVEHDR结构数组
static PWAVEHDR pWHOut[2]; //用于播放的PWAVEHDR结构数组
static WAVEFORMATEX waveform ; //用于打开音频设备的WAVEFORMATEX结构
int nIn = 0; //当前播放缓冲区号
int nOut = 0; //当前录音缓冲区号
int nComState = 1; //显示通话状态信息的变量
CString LocalIP; //本机IP地址
CString RemoteIP; //远端主机IP地址
CServerAS sServer; //服务器套接字
CClientAS sClient; //客户端套接字
CServerAS sListen; //监听套接字
BOOL ConnectDown = FALSE; //“连接”按钮是否被按下
BOOL sState = FALSE; //是否处于服务器端状态
BOOL cState = FALSE; //是否处于客户端状态
- 2022-02-14 11:56:52下载
- 积分:1
-
一种捕捉与美国有关的词的相似性的方法。
an approach for capturing similarity between words that was concerned with the syntactic similarity of two strings. Today we are back to discuss another approach that is more concerned with the meaning of words. Semantic similarity is a confidence score that reflects the semantic relation between the meanings of two sentences. It is difficult to gain a high accuracy score because the exact semantic meanings are completely understood only in a particular context.
- 2022-03-22 15:16:15下载
- 积分:1
-
一份完整的Hitech触摸屏编程资料,适合广大的初学者借鉴
一份完整的Hitech触摸屏编程资料,适合广大的初学者借鉴-A complete Hitech touch-screen programming information, suitable for beginners learn the vast
- 2022-08-03 01:42:45下载
- 积分:1