-
LAB1
用C++编写的成绩管理系统,实现成绩的输入查找,修改和求方差等功能(Prepared with C++ performance management system, to achieve results Enter search, modify and seek variance functions)
- 2013-06-19 19:41:54下载
- 积分:1
-
KeyDrum-(3)
Subject : KeyDrum
Development Suft : VC 2008
Language : MFC(GDI++), C/C++
- 2012-08-05 13:57:43下载
- 积分:1
-
1
说明: 1到33的任意6个数字,他们之和加起来是61,或者改掉sum数字,让他们和为你想要的数字(1 to33Any 6 numbers, and they add up to 61, or get rid of sum numbers, and make them as the number you want
)
- 2012-05-02 13:08:48下载
- 积分:1
-
zuma
祖玛小游戏 实现基本功能 基本算法 给大家参考一下 地图两种圆形 和 直线(Zuma game to achieve the basic functions basic algorithm to refer to two kinds of circular and linear maps)
- 2013-09-02 22:50:26下载
- 积分:1
-
VIEWNC
这是用VB写的数控G代码读取,编译,并显示。给做数控系统的朋友做参考。(It is written in VB CNC G-code read, compile, and displayed. CNC system to make a friend for reference.)
- 2013-08-28 11:02:26下载
- 积分:1
-
Desktop
可进行针对有约束的,非线性的多参数的目标优化(Constrained nonlinear multi parameter optimization can be carried out)
- 2017-09-24 10:46: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
-
Euler
基于James格式的CFD程序,计算NACA0012翼型流场和升力阻力系数.网格由Fluent提供的Gmbit生成,计算结果可以通过Tecplot观看(James formats based on the CFD program to calculate the flow field and the NACA0012 airfoil lift drag coefficient. Fluent grid provided by the Gmbit generated, calculated results can Tecplot Views)
- 2021-02-19 11:09:44下载
- 积分:1
-
NumericalHeatTransfer2
说明: 1. 院士陶文铨的经典书籍:数值传热学(第二版)
2. 做数值计算的人不可不看的书籍
3. pdf格式,加了书签,方便阅读(1. Academician Wen-Quan Tao classic books: Numerical Heat Transfer (second edition) 2. The people to do numerical computation can not see the books 3. Pdf format, added bookmarks, user-friendly)
- 2009-08-08 21:03:38下载
- 积分:1
-
stm32实验内容
说明: STM32F401RE的教学课程,有助于不了解STM32CubeMux的学生了解和使用,内含多个实验教程(STM32F401RE teaching course.)
- 2019-01-14 01:09:58下载
- 积分:1