-
F4usbmsc
f4系统下 usb+片上fsmc的实例demo 可为sd底层快速操作 提供可能(Under f4 systems usb+ piece fsmc instance demo for fast operation provides possible underlying sd)
- 2014-01-16 10:43:21下载
- 积分: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
-
winform-ERP
非常不错的源码,还带完整的开发文档,非常有学习价值,相当于一个小型的ERP了,涉及到组件,开始模式,模块化,数据操作等(Small ERP)
- 2013-01-30 18:43:30下载
- 积分:1
-
database-CVI5
Labview/cvi与数据库进行数据交换的例子。(Labview/cvi example with the database data exchange.)
- 2014-02-23 20:46:46下载
- 积分:1
-
85300533
数字通信中的4QAM调制下的解调程序,并带有误码率仿真功能,推荐数字通信方向研究人员下载使用(The demodulation program under the modulation of 4QAM in digital communication has the function of error rate simulation, and it is recommended that the digital communication research personnel can download and use it.)
- 2019-04-02 09:52:23下载
- 积分:1
-
bbMPEG1.24Beta16cn
bbMPEG,很好视频编解码、视频转换库
中文版(bbMPEG, a good video codec, video converter library Chinese version)
- 2008-06-13 23:12:33下载
- 积分:1
-
queueing-theory
洗车模型,经典排队论,关于排队模型的相应说明含在压缩文件之中(Wash model, classical queuing theory, queuing models regarding the appropriate instructions included in the compressed file into)
- 2013-10-25 13:00:58下载
- 积分:1
-
fuzzy
以数组形式进行模糊PID算法,
两输入三输出,
5*5矩阵表(fuzzy PID)
- 2013-04-28 22:20:11下载
- 积分:1
-
amcap源码
BOOL AppInit(HINSTANCE hInst, HINSTANCE hPrev, int sw)
{
WNDCLASS cls;
HDC hdc;
const DWORD dwExStyle = 0;
CoInitializeEx(NULL, COINIT_APARTMENTTHREADED);
DbgInitialise(hInst);
/* Save instance handle for DialogBoxs */
ghInstApp = hInst;
ghAccel = LoadAccelerators(hInst, MAKEINTATOM(ID_APP));
if(!hPrev)
{
/*
* Register a class for the main application window
*/
cls.hCursor = LoadCursor(NULL,IDC_ARROW);
cls.hIcon &nbs
- 2022-01-25 15:52:44下载
- 积分:1
-
Cloud_and_IoT_Introduction
ST Cloud_and_IoT_Introduction
- 2020-06-16 00:00:06下载
- 积分:1