-
使用 Sga 的 IIR 高通滤波器设计
滤波器的设计一直是信号 iiii 重要问题处理。kCdUSe intinite 冲激响应 (IIR) 滤波器有liequency 选择和高精度的良好特性与较低的订单,它 atlracts 很多研究者的关注,是一般应用于许多领域。通讯技术、 雷达信号处理、 语音和图像信号处理。数字过滤、-IDTV。等。因为那里是没有分析方法显然当 IIR设计了数字分蘖与任何频率响应,一般采用优化方法。在本文中,NQGA 用于优化设计 01" IIR 数字分蘖频率域直接。
- 2022-02-15 14:06:32下载
- 积分:1
-
c语言编的万年历源程序,可显示年份从1980
c语言编的万年历源程序,可显示年份从1980-2099年,是个很实用的工具-hefty almanac series of the source, can show that the years from 1980-2099, is a very useful tool!
- 2022-08-20 15:02:43下载
- 积分:1
-
ids classification algorithms csharp
ids classification algorithms csharp-ids classification algorithms csharp
- 2022-03-18 23:19:29下载
- 积分:1
-
矩阵处理的C语言源程序 是用C语言处理矩阵问题的一个源程序 很有用的哦...
矩阵处理的C语言源程序 是用C语言处理矩阵问题的一个源程序 很有用的哦-matrix of C language source code is in C language processing matrix of a very useful source of the oh
- 2023-05-09 03:10:03下载
- 积分:1
-
排序算法
不同的算法使用的排序算法。我们已经介绍了更有趣的算法是: 插入排序、 归并排序、 快速排序、 堆排序
- 2022-02-03 04:19:56下载
- 积分:1
-
最优化问题:变尺度算法求最多元非线性函数的最值问题
最优化问题:变尺度算法求最多元非线性函数的最值问题-optimization problem : Changing the scaling algorithm for the nonlinear function of the value problems
- 2023-01-11 00:15:03下载
- 积分:1
-
打印条形码示例
资源描述
Code128
Code39
两种编码规则的条形码,数字变成条形码的转换方法。
// TODO: Add your control notification handler code here
CDC dc;
int CodeName,printQuality;
LPSTR partial=NULL,text;
CCode39 code39;
CCode128 code128;
UpdateData(TRUE);
text=m_CodeText.GetBuffer (50);
//获取编码方式
CodeName=m_CodeName.GetCurSel();
if(CodeName==CB_ERR)
{
MessageBox("请选择编码方式");
return;
}
switch(CodeName)
{
case 0:
CodeType=CODE39;
break;
case 1:
CodeType=CODE128A;
break;
case 2:
CodeType=CODE128B;
break;
case 3:
CodeType=CODE128C;
break;
}
//获取打印机设备环境
if(!(printDlg.DoModal()))
{
MessageBox("打印错误。");
return ;
}
- 2022-03-22 14:26:04下载
- 积分:1
-
大整数阶乘
课题内容和要求
1、系统的基本功能及要求
(1)写一个类BigInteger,并有如下成员函数operator+/ operator-/ operator*/ operator,即整数的四则运算并重载运算符。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-05 00:46:46下载
- 积分:1
-
模糊数学的源文件
模糊数学的源文件-fuzzy source
- 2022-11-17 02:15:03下载
- 积分:1
-
用传输矩阵方法编写的matalb程序,可以用来计算透射率与缺陷折射率之间的关系...
用传输矩阵方法编写的matalb程序,可以用来计算透射率与缺陷折射率之间的关系-Transfer matrix method used to prepare the matalb procedures, can be used to calculate the transmission rate and defects in the refractive index of the relationship between
- 2022-08-21 07:22:13下载
- 积分:1