-
UBX-G5010_Prod_Summary
UBX-G5010_Prod_Summary-GPS.G5-X-06042˵
- 2011-03-23 00:51:33下载
- 积分:1
-
RSA
自己写的一份RSA算法。可正常执行。控制台程序。(Write your own copy of the RSA algorithm. Can be performed normally. Console program.)
- 2013-10-21 00:34:18下载
- 积分:1
-
UPCAA-Face-Res
用matlab实现的pca算法,用于将维,适用于各种种试验,如人脸识别程序源码
(Achieved using matlab pca algorithm for peacekeeping, applicable to various types of tests, such as face recognition program source code)
- 2012-10-07 00:27:39下载
- 积分: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
-
022d7ef2-7534-431e-bc7e-a1f183145d43
控制程序的简要程序,供大家参考,下午 大家能提出宝贵意见(l ddddfdggfffhhhhgfgfgg)
- 2009-04-18 17:49:42下载
- 积分:1
-
Reducing-the-Number
基于矩阵笔方法的稀疏阵列综合,是一篇引用率很好的文章(matrix pencil)
- 2014-11-17 13:04:10下载
- 积分:1
-
vc_kalman
kalman,vc++-------------(kalman, vc++-------------)
- 2010-02-01 19:33:09下载
- 积分:1
-
象棋中马的遍历
1. 设计题目的内容及要求
1) 问题描述
在中国象棋棋盘上,任意一个位置放置一个棋子马,要能选择一套合适的移动路线,按象棋中“马走日”的移动规则不重复地遍历棋盘上每一个位置点。
2) 基本要求
A. 起始位置坐标由用户输入任意指定,然后依次输出所遍历的每个位置坐标。
B. 开始先不必考虑象棋中“蹩马腿”的规则,实现基本遍历功能。
2. 需求分析
1) 功能需求
即实现给定马的起点输出一条马遍历整个棋盘的路径。
2) 数据需求
马的位置用坐标表示。用户输入一个二维数组上的点。
3) 交互界面需求
交互界面应包括功能说明、输出通俗易懂的结果等。结果包括坐标构成的路径和形象化的棋盘棋子的跳动。
- 2022-05-06 08:48:24下载
- 积分:1
-
ClothSimulation
说明: 通过菜单选项,结合opengl可以对衣服进行三维的仿真
(Through the menu options can be combined with opengl simulation of three-dimensional clothing)
- 2011-03-15 16:25:13下载
- 积分:1
-
SHIYANJIU
基于51的C语言频率计,内涵仿真图,以实现空能(Based on 51 C-language frequency meter, meaning simulation diagram, in order to achieve air can)
- 2013-07-17 14:12:29下载
- 积分:1