-
自适应滤波器原理(中文第四版)_matlab
经典教材Simon Haykin自适应滤波器原理(中文第四版)配套matlab代码。
教材完整版超过了20M,无法上传了(Simon Haykin Adaptive filter)
- 2019-05-21 20:31:03下载
- 积分:1
-
Vector routing algorithm on a program to give your information, hope that we can...
一个有关矢量路由算法的程序,给大家参考参考,希望大家能够有所学-Vector routing algorithm on a program to give your information, hope that we can still learn
- 2022-02-05 03:19:21下载
- 积分:1
-
cfkjb
乘法口诀表 查看乘法口诀,便于记忆,小学生专用。(View multiplication table multiplication formulas formulas, easy to remember, dedicated students.)
- 2010-06-20 10:32:56下载
- 积分:1
-
预加重与去加重
预加重与去加重介绍;对高速信号进行补偿;(Introduction of Pre-emphasis and De-emphasis)
- 2020-06-16 08:40:02下载
- 积分:1
-
MyCalculator
用C#写的 支持数值运算、逻辑运算和字符串运算,不区分大小写。(It is written in C# to support numerical operations, logical operations, and string operations, and is not case sensitive.)
- 2017-12-30 20:15:32下载
- 积分:1
-
VC++转换COLORREF值为RGB分量
VC++转换COLORREF值为RGB分量,举个例子,在本例中,是将COLORREF值:0x000080FF转换成:R分量:0xFF、G分量:0x80、B分量:0x00,注意,并不是分离。请看定义:
//R分量
BYTE RED = GetRValue(cr);
//G分量
BYTE GREEN = GetGValue(cr);
//B分量
BYTE BLUE = GetBValue(cr);
CString strText = _T("");
strText.Format(_T("COLORREF值:0x%08X"), cr);
pDC->TextOut(100, 50, strText);
strText.Format(_T("R分量:0x%02X"), RED);
pDC->TextOut(100, 100, strText);
strText.Format(_T("G分量:0x%02X"), GREEN);
pDC->TextOut(100, 150, strText);
strText.Format(_T("B分量:0x%02X"), BLUE);
pDC->TextOut(100, 200, strText);
- 2022-06-13 02:13:45下载
- 积分:1
-
韩国Flash产品图展示
来自韩国的一款Flash产品图展示效果,鼠标只需放在菜单图片上,该项菜单内容即可展开显示,再次移走鼠标后,菜单恢复原状,看着还挺不错吧。
- 2022-07-25 08:44:36下载
- 积分:1
-
PLC程序
PLC与安川伺服驱动通讯控制,实现直驱电机的自由分度、点动等多功能运行(PLC and Sichuan Servo Drive Communication Control to Realize Free Indexing and Pointing of Direct Drive Motor)
- 2020-06-19 18:00:01下载
- 积分:1
-
java development of the Russian box, features more than the traditional lot of t...
java开发的俄罗斯方块,功能比传统的要多很多,采用了设计模式。-java development of the Russian box, features more than the traditional lot of the use of design patterns.
- 2022-03-24 01:55:15下载
- 积分:1
-
这是一个VC版的电子便笺, 这是一个VC版的电子便笺
这是一个VC版的电子便笺, 这是一个VC版的电子便笺-This an electronic version of the VC memo, which is an electronic version of the VC memo, which is an electronic version of the VC memo
- 2022-05-16 10:14:55下载
- 积分:1