-
mis 系统 中国的mis系统的先行者 写的一个技术报告
mis 系统 中国的mis系统的先行者 写的一个技术报告-mis system in China mis system was the forerunner of a technical report
- 2022-03-12 12:16:00下载
- 积分:1
-
基于MSP430的DS18B20温度采集程序
基于MSP430的DS18B20温度采集程序-MSP430-based temperature acquisition program DS18B20
- 2022-04-09 01:43:13下载
- 积分:1
-
华为的同步设计
华为的同步设计-Huawei synchronization design
- 2022-03-18 21:13:04下载
- 积分:1
-
说明类文章,详细的介绍了IC卡的工作原理希望能给大家帮助
说明类文章,详细的介绍了IC卡的工作原理希望能给大家帮助-Description category article and detailed introduction of the IC card operating principle hope everyone can help
- 2022-03-29 02:06:41下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1
-
1. Download the version you want:
* Version 1.3.4 (30 Aug 2007)
1. Download the version you want:
* Version 1.3.4 (30 Aug 2007) -- this is the latest version for UNIX/Linux and Windows
* Previous versions
2. Unzip the file, which will create a directory called klt and place all the files there
3. Compile and run the code
* On UNIX / Linux, move to the klt directory, type make. Now try some examples, by typing example1, etc.
* For Microsoft Visual C++ 6.0, open the klt.dsw file, compile, and run. Change the constant in main.cpp to run the different examples.
* For Microsoft Visual Studio .Net/7/8, open the klt.sln file, compile, and run. Change the constant in main.cpp to run the different examples.
4. Notice that, for your convenience, unofficial copies of the User and Reference Manuals can be found in the doc directory. - 1. Download the version you want:
* Version 1.3.4 (30 Aug 2007) -- this is the latest version for UNIX/Linux and Windows
* Previous versions
2. Unzip the file, which will cr
- 2023-02-12 00:05:03下载
- 积分:1
-
Color TFT
Color TFT-LCD Module for AV/Car Navigation
LQ5AW116 (Digital still camera/LCD camcorder/LCD TV)-Color TFT-LCD Module for AV/Car Navigation
LQ5AW116 (Digital still camera/LCD camcorder/LCD TV)
- 2022-10-09 08:50:02下载
- 积分:1
-
将文件分发
将源文件复制到目的地的预定义列表。
映射或 UNC 网络路径。
可选版本检查。
多个项目
非常有用,如果您需要将文件复制到特定的地方定期,没有更多复制-浏览-粘贴、 复制-浏览-粘贴。
使用 ADO API
API 来显示 Windows 文件复制对话框
- 2023-01-25 11:25:04下载
- 积分:1
-
broadcom的 mips 指令集.htm,mips开发套件的说明
broadcom的 mips 指令集.htm,mips开发套件的说明-Broadcom
- 2022-10-22 01:35:05下载
- 积分:1
-
可做课程设计参考使用
可做课程设计参考使用-do curriculum design reference
- 2022-02-06 22:56:11下载
- 积分:1