-
匈牙利+murty
说明: 匈牙利和murty算法的仿真程序,可用于数据分类(Simulation program of Hungary and Murty algorithm, which can be used for data classification.)
- 2020-12-15 20:49:15下载
- 积分:1
-
nota oop trahh
OOP notes to download yuhuuu
- 2019-05-05 20:47:24下载
- 积分:1
-
Satellite attitude estimation using KF
filter/ simulink.
利用KF方法的卫星姿态确定仿真程序,simulink编写。-Satellite attitude estimation using KF
filter/ simulink.
- 2022-05-30 16:05:41下载
- 积分: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
-
test1
C++关于位运算的小程序,哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈(C++ bit computing on small programs, ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha)
- 2016-09-12 10:37:15下载
- 积分:1
-
虚拟仪器的232通讯程序,安装了Labview的直接可以用了
虚拟仪器的232通讯程序,安装了Labview的直接可以用了-Virtual instrument 232 the communication process, the installation of Labview can be used directly
- 2022-02-07 22:41:47下载
- 积分:1
-
PLECS模型
说明: PFC电路模型、PWM模型等可以用于基于PLECS的仿真(PFC circuit model, PWM model, etc.)
- 2020-07-01 17:58:24下载
- 积分:1
-
Protel常用元件库封装,有网上找的,有自己做的,现集中起来献给大家,希望对学习Protel的朋友有所帮助!...
Protel常用元件库封装,有网上找的,有自己做的,现集中起来献给大家,希望对学习Protel的朋友有所帮助!-Protel libraries commonly used package has to find online and have their own make, and is dedicated to everyone together, and they hope to learn from Protel help a friend!
- 2022-02-05 21:33:50下载
- 积分:1
-
大灰狼远控源码 增加QQ显功能密码123
远程控制带 支持域名、IP、QQ、三种上线方式
完美支持全部系统,重启上线不掉(Remote Control with Support for Domain Name, IP, QQ, Three Ways of Online
Perfect support for all systems, restart Online)
- 2020-06-18 23:40:02下载
- 积分:1
-
test_project_l
126邮箱登录认证,使用python语言进行编写,进行模块划分 (126 email login,use the python language)
- 2015-12-16 14:01:35下载
- 积分:1