-
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
-
conductor of the procedure count the far field radiation! Is fortran language, w...
该程序算导体的远区辐射场!是用fortran语言编写,希望对大家有帮助!-conductor of the procedure count the far field radiation! Is fortran language, we hope to help!
- 2022-05-25 00:07:26下载
- 积分:1
-
LATEX-install-and-use
中文LATEX_安装与使用(优秀教程),用于latex学习应用。(Chinese LATEX_ install and use (excellent tutorial) for latex-learning applications.)
- 2014-02-19 20:06:50下载
- 积分:1
-
matlab 布谷鸟
说明: 成本、时间、质量为目标的多目标优化求解代码(Multi-objective optimization code for cost, time and quality)
- 2019-04-15 10:52:53下载
- 积分:1
-
laoshi
说明: 实现OCR光学识别,可识别数字英文字母,进一步编辑可实现文字的识别(Realization of OCR optical recognition)
- 2020-06-24 17:37:19下载
- 积分:1
-
VC++6.0 在程序内注册ActiveX控件的例子源码
VC++6.0 在程序内注册ActiveX控件的例子源码,在程序中动态注册控件到Windows系统中,注册后所依赖该控件的程序才可正常运行。核心代码如下:
//加载ActiveX控件
HINSTANCE hLib = LoadLibrary(lpszDllName);
if (hLib == NULL)
{
TRACE(_T("%s加载失败
"), lpszDllName);
return FALSE;
}
//获得注册函数DllRegisterServer地址
FARPROC lpDllEntryPoint;
lpDllEntryPoint = GetProcAddress(hLib, _T("DllRegisterServer"));
//调用注册函数DllRegisterServer
if (lpDllEntryPoint != NULL)
{
if (FAILED((*lpDllEntryPoint)()))
{
TRACE(_T("调用DllRegisterServer失败
"));
FreeLibrary(hLib);
return FALSE;
}
else
{
FreeLibrary(hLib);
return TRUE;
}
}
else
{
TRACE(_T("调用DllRegisterServer失败
"));
FreeLibrary(hLib);
return FALSE;
}
更多代码请下载本源码包。
- 2022-08-18 20:45:44下载
- 积分:1
-
Fisica-Quantica---Lista-02-(Max)
Lista 02 de Fisica Quantica (Max) da Universidade Federal do ABC.
- 2016-07-21 23:23:52下载
- 积分:1
-
ATA
ATA-IDE的接口规范,对开发硬盘驱动程序很有用。-ATA-IDE interface specification for the development of hard disk driver useful.
- 2022-03-31 08:36:02下载
- 积分:1
-
2011D天然肠衣程序
lingo matlab 全套代码 可直接运行的,仅供参考使用(Lingo matlab full set of code can be run directly for reference purposes only)
- 2021-01-02 23:18:57下载
- 积分:1
-
shang_xishu2_ca
对信号求功率谱熵、相关系数,并与形态虑波器结合,找去最近结构元素长度(The power spectrum entropy and correlation coefficient of the signal are used to find the recent structural element length)
- 2021-03-20 14:49:18下载
- 积分:1