-
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
-
src
说明: java坦克大战代码,用于新手学习Java时所用,建议边看边学(Tank War Game Code ,used for new leaner who is studying java ,suggest see books while studying)
- 2019-01-08 17:16:58下载
- 积分:1
-
Files
有限差分的迭代算法的控制台程序,可以输出每一次迭代的记录。有需要的自己试试吧(Iterative finite difference algorithm console program, you can record the output of each iteration. The need to own a try)
- 2009-10-21 13:53:56下载
- 积分:1
-
12?ADC ??Multisim
STC8F2K64S2系列单片机提供16个中断请求源,分别是:外部中断0中断(int0)、定时器0中断(timer0)、外部中断1中断(int1)、定时器1中断(timer1)、串行端口1中断(uart1)、低压检测中断(lvd)。,串行端口2中断(UART2),串行外围接口中断(SPI),外部中断2中断(INT2),外部中断3中断(INT3),定时器2中断(Timer2),外部中断4中断(INT4),定时器3中断(Timer3),定时器4中断(Timer4),比较器内部PT(CMP),I2C总线中断。除了外部中断2、外部中断3、定时器2中断、定时器3中断、定时器4中断和比较器中断固定是最低优先级中断外,所有其他中断都有四个可设置的中断优先级。(STC8F2K64S2 series single chip microcomputer provides 16 interrupt request sources, which are: external interrupt 0 interrupt (INT0), timer 0 interrupt (Timer0), external interrupt 1 interrupt (INT1), timer 1 interrupt (Timer1), serial port 1 interrupt (UART1), low voltage detection interrupt (LVD), serial port 2 interrupt (UART2), serial peripheral interface interrupt (SPI), external interrupt 2 interrupt (INT2), external interrupt 3 interrupt (INT3), Timer 2 interrupt (Timer2), external interrupt 4 interrupt (INT4), timer 3 interrupt (Timer3), timer 4 interrupt (Timer4), comparator interrupt (CMP), I2C bus interrupt. Except that the external interrupt 2, the external interrupt 3, the timer 2 interrupt, the timer 3 interrupt, the timer 4 interrupt and the comparator interrupt fixed are the lowest priority interrupts, all the other interrupts have four interrupt priorities that can be set.)
- 2020-06-25 08:00:02下载
- 积分:1
-
水力计算
进行供热管网水力计算,输入相关参数得出水力计算的数据(Hydraulic calculation of heating pipe network)
- 2020-12-22 12:09:06下载
- 积分:1
-
SMA形状记忆合金——算例及Umat
记忆合金三维本构,Umat及算例验证,三种算法。。(Three dimensional constitutive model of memory alloy, Umat and example verification.)
- 2020-09-10 14:58:01下载
- 积分:1
-
47185014kalman
说明: 利于MATLAB实现OFDM的发送和接收,具体过程发送端先通过QPSK调制,之后进行IFFT变换,然后再添加循环前缀,接收端是一个逆过程。该程序还有另外一个的功能是信道估计,最小乘与卡尔曼滤波器的比较。(MATLAB is helpful to realize the sending and receiving of OFDM. The sending end of the specific process is firstly modulated by QPSK, followed by IFFT transformation, and then cyclic prefix is added. The receiving end is an inverse process. Another function of the program is channel estimation, least - multiplication and kalman filter comparison.)
- 2021-02-28 14:09:36下载
- 积分:1
-
PSO-BP程序
用粒子群优化BP神经网络matlab代码
%以下是训练数据,前4列为输入,第5列为输出
5.700 3.800 0.3175 2.33 2310
4.550 3.050 0.3175 2.33 2890
2.950 1.950 0.3175 2.33 4240
1.950 1.300 0.3175 2.33 5840
1.400 0.900 0.3175 2.33 7700
1.200 0.800 0.3175 2.33 8270
1.050 0.700 0.3175 2.33 9140
等等
%以下是测试数据,仅给出输入
1.700 1.100 0.3175 2.33
等等(Using Particle Swarm Optimization to Optimize BP Neural Network Matlab Code)
- 2021-03-11 16:39:26下载
- 积分:1
-
将复合视频、音频信号经过调制后生成的高频传输信号,主要应用于广播电视领域,接收时需经过解调将其恢复成视、音频信号。...
将复合视频、音频信号经过调制后生成的高频传输信号,主要应用于广播电视领域,接收时需经过解调将其恢复成视、音频信号。-Will be composite video, audio signal generated by high-frequency modulated transmission signal, mainly used in the field of radio and television, when, after receiving demodulator restore into a visual, audio signal.
- 2023-07-18 23:55:02下载
- 积分:1
-
VB版实用记事本(闹钟+日程提醒)程序源码
VB版实用记事本(闹钟+提醒)程序源码,功能:1.闹钟(定时提醒/内容)2.记事(标题/时间/内容)。每条更新内容前都有一个符号。+为增加了新内容,-为去掉了的功能,*为在原有功能上进行的修改若某条更新内容下有缩进的内容则为本条更新内容的细节描述
FsNote 1.2.8(2006-11-3)
*修正了当天只有一条提醒的情况下启动程序会出错的BUG
*修正了当天只有一条提醒的情况下显示全天提醒时会显示一片空白的BUG
FsNote 1.2.7(2006-10-25)
+增加提醒时执行动作选项(仅显示提示框/播放声音/执行程序)
播放声音功能支持MP3/WMA/WAV/MID四种格式
执行程序可以选择EXE/COM/BAT三种格式
执行程序可以自行输入URL以定时打开某个网站
执行程序可以自行输入一个Email地址并以"mailto:"开头,可定时打开系统默认邮件程序发送邮件
*用户取消了提醒时自动将提醒选项复位(清除时间、提醒内容和提醒动作设置)
- 2022-03-22 00:30:34下载
- 积分:1