-
MATLAB_SAR_Toolbox
MATLAB SAR images Toolbox
- 2019-02-06 20:04:11下载
- 积分:1
-
javacpp-master
A curated list of project-based tutorials in CThe missing bridge between Java and native C++
- 2020-06-24 22:20:01下载
- 积分:1
-
栅格法路径规划
说明: 利用差分进化和粒子群优化算法在栅格地图中寻找最优路径(Using Differential Evolution and Particle Swarm Optimization to Find the Optimal Path in Raster Map)
- 2021-02-28 20:29:35下载
- 积分:1
-
【新捉练存】
说明: 自动判断抓宠练宠包括野生宠物(Automatic judgment of pet catching and training including wild pets)
- 2020-04-19 15:59:47下载
- 积分:1
-
用于做视频方面的图象格式转化的一些工具很有用的
用于做视频方面的图象格式转化的一些工具很有用的-Used to make video image format conversion tools useful
- 2022-01-25 15:14:45下载
- 积分:1
-
NS2 简介
NS2 是专为研究而设计的开源事件驱动模拟器计算机通信网络中。NS2 自 1989 年成立以来, 不断得到来自业界、 学术界和政府的极大兴趣。都在不断研究与改进多年来,现在的 NS2 包含众多网络组件 (如路由模块的传输层协议、 应用程序等。探讨网络性能, 研究人员可以简单地使用一种易于使用的脚本语言,来配置网络, 和观察通过 NS2 而生成结果。无疑,NS2 已成为最广泛使用的开放源码网络模拟器和一个最广泛用于网络模拟器。
- 2022-06-20 07:17:06下载
- 积分:1
-
icePubDll
获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息
例程:
void gethardinfo()
{
QString str1="";
char buff[1024];
char buff2[1024];
char temp;
typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo);
ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0;
HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll");
if(hDLLDrv)
{
icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo");
}
icePub_machineGetInfo(3,buff);
str1=buff;
int i=0;
int n=0;
n=str1.length();
qDebug()<<n;
for(i=0;i<n;i+=2)
{
temp=buff[i];
buff2[i+1]=temp;
buff2[i]=buff[i+1];
}
QString str2=buff2;
qDebug()<<buff2;
qDebug()<<str2;
}(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
- 2017-12-28 11:45:08下载
- 积分:1
-
O网格椭圆型生成法及求解势流方程
自动生成NACA0012翼型的网格,并在网格的基础上求解势流方程,fortran编译,可自改(O grid that mainly generates NACA0012 airfoil)
- 2018-04-03 22:57:41下载
- 积分:1
-
CFX默认空化模型CEL方法定义的CCL
说明: CFX默认空化模型CEL方法定义的CCL(CCL defined by CFX default cavitation model CEL method)
- 2021-03-02 15:39:34下载
- 积分:1
-
备忘录模式-游戏角色状态01
一个简单的查找无向图最短路径的界面程序,练习用(A simple interface program for finding the shortest path of undirected graph.)
- 2020-06-24 18:00:01下载
- 积分:1