-
dll-embeded-in-exe
Exe中嵌入Dll加载引用库库,可隐藏系统的架构,又可同时系统的可扩展灵活性,多人并行开发!(Exe embedded Dll load referenced library library to hide the system architecture, but also at the same time the system can be expanded flexibility and many parallel development!)
- 2012-12-11 09:33:00下载
- 积分:1
-
Surveying-Adjustment-Program-Design
《测量平差程序设计》(宋力杰编著)一书的源码(" Surveying Adjustment Program Design" (Song Lijie eds) source)
- 2013-07-23 23:28:23下载
- 积分:1
-
Mergesort
遍历堆,可以对一个堆编立,复制,采用函数的递归调用来实现的(Traverse the heap, the recursive call to compile a heap legislation, copy, use the function)
- 2012-10-01 11:44:15下载
- 积分: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
-
1
说明: its good library for http
- 2018-05-14 21:03:55下载
- 积分:1
-
2013_BEPS_GLOBAL_REVISE_5_4
陆地生态系统碳源汇动态模拟
碳循环 净生产力 总生产力(Terrestrial ecosystem carbon exchange dynamics simulation)
- 2021-01-14 15:58:46下载
- 积分:1
-
EXCEL
数据保存到EXCEL文件
给出了实例文件可以参考(EXCEL data files saved to the file is given instance can refer to)
- 2009-04-26 22:59:20下载
- 积分:1
-
boost, buck
MATLAB/Simulink, 升降压电路(MATLAB/Simulink, boost and step-down circuits)
- 2018-03-03 16:55:56下载
- 积分:1
-
cell
原包机,模拟细胞的生长,分裂,和死亡,设定了几种不同的环境影响(The original charter, analog cell growth, division, and death)
- 2020-07-08 16:38:56下载
- 积分:1
-
DITONGLBOQI
在 惯 性 导 航 系 统 里 往 往 需 要 对 陀 螺 仪 和 加
速 度计进 行 性 能测 试
,
这 时就 要设 计一 种 测 试 它
们 的 滤 波器
。
滤 波器 从 功 能 上 可 分 为 四种 低通
、
高通
、
带 通
、
带 阻 滤 波 器
。
文 中所 要 研 究 的低 通 滤 波器 是 通 过 低 频 信号 而
抑 止 高频 信号 的滤 波器
,
巴 特 沃 思 滤 波器 是 最 简
单 的低通 滤波 器
。
其 中
、
为 实 常 数
, ,
。
一
, ,
二
,
分
母 多项 式的幂 次 即 为滤波器 的 阶数
。
若 式
除
“ 。
外 所 有 分 子 项 系数 均 为零
,
则传递 函数
变 成 一 常数 与 多项 式 之 比
。
这 时传递 函数有 有 限
极 点 而 无 有 限零 点
,
这 种 滤 波 器称 为 全极 点 滤 波
器
,
阶 巴 特 沃斯 滤 波 器 也 是 全极 点 滤 波 器
。
全
极 点 滤 波器 传递 函 数 为
矛
,
,
厂 十
。 , ”一 ’
竺(n the inertial navigation system and processing is often necessary for gyroscope
Speed meter performance test conducted
,
This is when you want to design one kind of test it
Our filter
.
Filter from the functions can be divided into four low-pass
,
Qualcomm
,
Bandpass
,
Bandstop filter
.
The text to be studied in a low-pass filter is a low-frequency signal by
For the high-frequency signal suppression filter
,
Bart Waugh think is the most simple filters
The single low-pass filter
.
Which
,
Is a real constant
,,
.
A
,,
Two
,
Minute
Mother is a power of the polynomial order of the filter
.
If the formula
Except
. "
Have a child outside the sub-zero coefficients are
,
Then the transfer function
Turned into a constant ratio with polynomial
.
At this time there is limited transfer function
No pole while Zero Limited
,
This kind of filter is referred to as full-pole filter
Implement
,
Order Butterworth filter is all-pole filter
.
W)
- 2013-10-25 10:47:37下载
- 积分:1