-
fenshutongji
随机产生20个学生的成绩,统计各分数段人数。(Random generation 20 students scores, the number of each band statistics. Display score on the picture1 show that the statistical results in
The picture1 display.
)
- 2012-04-19 14:05:39下载
- 积分:1
-
mypinyu
一个简单的拼图游戏!用vc6.0的mfc实现的!(A simple jigsaw puzzle! The mfc achieved with vc6.0!)
- 2011-08-13 11:18:12下载
- 积分:1
-
BoundTheoryLine
缠论线段指标,MT4,金融,外汇,mql4(BoundTheoryLine.mq4 finance)
- 2012-07-29 22:56:23下载
- 积分:1
-
check_counter
vc查看计数器值的程序源码,希望对大家有所帮助(vc view the source code program counter value, we hope to help)
- 2011-06-05 23:15:12下载
- 积分:1
-
9682767
C语言如何使用函数中的局部变量,仅供学习与参考(How to use C language function of the local variable, is only for study and reference)
- 2017-08-19 14:31:44下载
- 积分: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
-
Cal_Rain
雷达天气回波,基于小雨法的差分反射率标定的源程序(Rain-based method of differential reflectivity calibration source
)
- 2012-01-10 20:44:49下载
- 积分:1
-
super-marry
超级玛丽的简单模拟程序,图形界面不是很美观,但原理可以看看(Super Mario simple simulation program, the graphical interface is not very beautiful, but the principle can take a look at)
- 2012-10-16 14:56:57下载
- 积分:1
-
Get_Day
说明: 输入年份,判断是该年的那一天,
实现判断输入的正误!(Enter the year, is to determine the day of the year)
- 2009-07-31 20:12:05下载
- 积分:1
-
seg2-segy
地震勘探数据格式之间的相互转换的源码程序(Seismic exploration data format conversion between the source program)
- 2007-09-22 16:44:32下载
- 积分:1