-
多元一次方程
该程序利用龙格库塔四阶算法,求解多元一次微分方程组。(The program uses the Runge Kutta four order algorithm to solve the multivariate first order differential equations.)
- 2018-09-04 13:48:40下载
- 积分:1
-
emd-source
經驗模態分解(Empirical mode decomposition)的C++ CODE(Empirical mode decomposition of C++ CODE)
- 2012-04-25 00:19:39下载
- 积分:1
-
VBJSON
简易的VB JSON解析函数,最简单的VBJSON解析函数,好用容易调用(Simple VB JSON Analytic Function)
- 2020-06-19 22:20:02下载
- 积分: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
-
glue
GLUE通过蒙托卡罗样点用来分析水文模型参数不确定性分析(GLUE through Monte Carlo samples used to analyze the hydrological model parameter uncertainty analysis)
- 2020-12-05 11:29:23下载
- 积分:1
-
SOURCE KOFD 7556
说明: Segue abaixo a source code do wyd do cliente 760
- 2020-06-24 16:20:02下载
- 积分:1
-
VCPP-ADO-ACCESS--
能够连接access 数据库和C++原代码,使用ado方式(Able to connect access database and C++ original code)
- 2013-06-19 20:39:41下载
- 积分:1
-
1
计算一个整数的和的积德最大值,即最优整数的接的最大值(The Jide calculate an integer, and the maximum value, i.e. the optimal integer then the maximum)
- 2013-05-17 00:15:26下载
- 积分:1
-
17134011
这是一款自己独立开发的音频播放器!特此拿出来和大家共同分享!希望多多指教!(This is an independent development of their own audio player! We are here to share it with you! Hope to teach!)
- 2018-12-02 16:30:32下载
- 积分:1
-
Tetris-game
《C++高级语言程序设计案例与实践辅导(北京市高等教育精品教材立项项目配套教材)》-案例分析:俄罗斯方块游戏(" C++ Advanced Language Program Design Case and Practice Guidance (Beijing Higher quality materials Projects of supporting materials)" - Case Study: Tetris game)
- 2014-08-25 10:37:03下载
- 积分:1