-
File to find the source code.
介绍了zip压缩的原理与实现。对初学者会有所帮助。-File to find the source code.
- 2022-02-07 08:49:25下载
- 积分:1
-
pcb related words. professional and accuracy.
pcb related words. professional and accuracy.
- 2022-03-13 15:24:31下载
- 积分: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
-
With the data structure (C language version) to write programs to achieve a ches...
用数据结构(C语言版)编写程序,实现一个国际象棋的马踏遍棋盘的演示程序。具体要求为:将马随机放在国际象棋的8*8棋盘的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。用堆栈编制非递归程序求出马的行走路线,并按求出的行走路线,将数字1,2,3,……,64依次填入一个8*8的方阵,输出之。 -With the data structure (C language version) to write programs to achieve a chess board horse travels to the demonstration program. Specific requirements are: the horses were randomly placed in the 8* 8 chess board in a box, Ma according to the rules of chess to go mobile. Requires that each box is only entered once, traveled all the 64 squares on a chessboard. The preparation of non-recursive procedure with the stack order to run for walking routes, and then find the routes will be the number 1,2,3, ... ..., 64 in turn fill in an 8* 8 matrix, the output of.
- 2022-12-11 22:25:03下载
- 积分:1
-
写的十六进制字符的VHDL代码。
write hex character vhdl code.
- 2022-03-30 03:28:59下载
- 积分:1
-
主要关于web使用挖掘的介绍,非常不错的文章。
主要关于web使用挖掘的介绍,非常不错的文章。-mainly on the use of web mining, a very good article.
- 2022-03-18 14:02:05下载
- 积分:1
-
eda课程,包括数码管显示,可变步长计数器的编写
eda课程,包括数码管显示,可变步长计数器的编写-eda courses, including digital display, variable-step preparation of counter
- 2022-02-26 20:59:15下载
- 积分:1
-
第5章
CH5-5ed 运输层 CH6-5ed 应用层 CH8-5ed 音频视频 CH9-5ed 无线网络
- 2023-06-26 07:10:04下载
- 积分:1
-
关于无线传感器网络功率控制的一些文章,很有用的哦…
关于无线传感器网络功率控制的一些文章,很有用的哦。-On wireless sensor network power control of a number of articles, very useful Oh.
- 2022-03-19 13:08:05下载
- 积分:1
-
地理信息系统常用数据交换文件Mif格式的读取,适合于地理信息系统、遥感、城市规划等专业开发人员使用...
地理信息系统常用数据交换文件Mif格式的读取,适合于地理信息系统、遥感、城市规划等专业开发人员使用-commonly used geographic information system data exchange file format Mif read, suitable for geographic information systems, remote sensing, urban planning and other professional developers to use
- 2022-03-22 13:29:56下载
- 积分:1