-
db of lab10_EPWM_aq
基于dsp28377,带有死区pwm的产生的工程文件。(Engineering files based on dsp28377, with dead zone PWM)
- 2018-01-01 20:57:33下载
- 积分:1
-
PQyuanchengxu
可用于电力系统中的潮流分析,此算法为P-Q分解法,可扩展为快速分解法(Can be used for power system load flow analysis, this algorithm for the PQ decomposition method can be extended to the rapid decomposition)
- 2008-05-19 22:23: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
-
ChiToLetter
vc++将汉字转换成拼音的程序源代码,非常有意思,它不单纯转换为拼音,而且还可以设置分隔符,按规则转换:全部转换成大写、全部转换成小写、将首字母大写,还可以转换为现在流行的拼音首字母简写,也就是只取拼音首字母,按大写或小写提取,看来确实非常有意思也非常实用哦。(vc++ will be converted into Chinese characters spelling the source code, very interesting, it does not simply converted to Pinyin, but also can be set separators in accordance with the rules of conversion: the conversion of all upper case, all converted to lowercase to uppercase the first letter, but also can be converted to Pinyin is now the first letter of the popular shorthand, that is, only the first letter of alphabet, based on extraction of upper or lowercase, it seems very interesting indeed Oh also very practical.)
- 2009-07-16 22:20:28下载
- 积分:1
-
tubedivide
应用于水利上河流的流管划分,输入断面数据和划分流管数量进行流管划分。(Applied to the flow tube is divided on river water conservancy input section data and divided the number of stream flow tube pipe division.)
- 2014-01-09 10:17:02下载
- 积分:1
-
AOTEM
一个小的瞬变电磁测深数据处理程序,主要用于计算视电阻率和深度(a small transient electromagnetic sounding data processing procedures, mainly used in the calculation of the apparent resistivity and depth)
- 2006-07-01 21:53:31下载
- 积分:1
-
DMBS
说明: 无线传感器网络中,关于定位的算法dmbs,具体算法(Wireless sensor network, the algorithm on the positioning dmbs, the specific algorithm)
- 2020-09-25 13:37:47下载
- 积分:1
-
KeyDrum-(3)
Subject : KeyDrum
Development Suft : VC 2008
Language : MFC(GDI++), C/C++
- 2012-08-05 13:57:43下载
- 积分:1
-
TETRIS
此文档为visual c++平台实现俄罗斯方块的部分参考代码。已经通过调试通过。(This document is visual c++ platform Tetris part reference code. Has passed through debugging.)
- 2013-10-23 21:46:26下载
- 积分:1
-
EXCEL
数据保存到EXCEL文件
给出了实例文件可以参考(EXCEL data files saved to the file is given instance can refer to)
- 2009-04-26 22:59:20下载
- 积分:1