-
cryd-Gambit
Gambit用户使用说明书(中文版), Gambit是CFD商用软件Fluent的前处理软件,主要作用是建立网格模型,其功能(Gambit user manual (Chinese version), Gambit is the pre-processing software of CFD commercial software Fluent, the main function is to build grid model, its function)
- 2018-11-17 23:00:12下载
- 积分:1
-
Stm32F4xx_Project_FPU
Stm32F4xx_Project_FPU 实现FPU 三角函数功能及测试案例,已经测试完成,下载即可使用
- 2023-06-24 00:05:06下载
- 积分:1
-
电子地图管理系统
电子地图管理系统,对二进制文件进行信息读取,实现增删改查等功能。
- 2022-07-23 13:41:44下载
- 积分:1
-
Windows
介绍windows程序运行原理,讲述详细,涉及到windows运行的基本流程,让读者可以总体把握,比较适合初学者阅读使用。(Introduction windows program operating principle, tells in detail, the basic process involves running windows so that the reader can grasp the whole, more suitable for beginners to read to use.)
- 2014-02-23 22:06:40下载
- 积分: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
-
卫星轨道计算
读取星历数据计算卫星位置
- 2021-05-06下载
- 积分:1
-
C# CAN
说明: 关于C#做的CAN通信上位机,可以添加应用!!!!(About C# the can communication PC, you can add applications!!!!)
- 2021-02-22 18:09:41下载
- 积分:1
-
内核采用Socut.Data.dll数据库操作组件,只需手写20%的代码即可开发功能强大的WEB系统...
内核采用Socut.Data.dll数据库操作组件,只需手写20%的代码即可开发功能强大的WEB系统-core database operations using Socut.Data.dll components, only 20% of the handwritten code allowing for the development of powerful Web System
- 2022-10-30 08:50:02下载
- 积分:1
-
timertest
arm7s3c44b0的定时器应用 ,timetest(arm7s3c44b0 timer application, timetest)
- 2008-05-11 16:59:53下载
- 积分:1
-
HZPlaneShootDemo
用OC开发的一个简单的小游戏——飞机大战
- 2022-01-25 23:48:53下载
- 积分:1