-
猜数字,给定六个数列的生成公式,随机地从上述数列中选取一个作为本轮游戏的数列,并从该数列中随机地选取连续地三个元素,请用户猜该数列的下一个元素是什么?...
猜数字,给定六个数列的生成公式,随机地从上述数列中选取一个作为本轮游戏的数列,并从该数列中随机地选取连续地三个元素,请用户猜该数列的下一个元素是什么?-tones, given the series of six generating formula, random from the series were selected as a game of this round of the series, and from the series of randomly selected to three consecutive elements, which users guess the next series is one element of what?
- 2023-04-20 17:10:03下载
- 积分:1
-
一些标定的论文,主要是自标定的论文和算法思想
一些标定的论文,主要是自标定的论文和算法思想-Some calibration of the thesis, mainly self-calibration algorithm of the papers and thought
- 2022-12-03 15:00:09下载
- 积分:1
-
JGDS document inducts/derives the software package the strut
software package, m...
JGDS文件导入/导出软件包的支撑软件包,主要用于读取gds文件中的BNT代码-JGDS document inducts/derives the software package the strut
software package, mainly uses in to read takes gds in the document the
BNT code
- 2022-07-03 13:36:14下载
- 积分:1
-
matlab的说明书,可以初学者用,很少见的齐全篇
matlab的说明书,可以初学者用,很少见的齐全篇-matlab
- 2022-02-01 04:38:39下载
- 积分:1
-
将bin转换成intel的hex文件的源程序
将bin转换成intel的hex文件的源程序-to convert the hex intel source documents
- 2022-08-18 10:08:40下载
- 积分:1
-
ABAQUS后处理.rar这个对初学者应该有所帮助。
ABAQUS后处理.rar这个对初学者应该有所帮助。-ABAQUS post-processing. Rar that should be helpful for beginners.
- 2022-03-18 12:35:07下载
- 积分:1
-
用java写的一个记事本
用java写的一个记事本-Using java to write a Notepad
- 2022-03-13 14:26:25下载
- 积分:1
-
1,内容过于简单
1.The content is too simple
2.Is not a sourcecode or document
3.lack of files
4.Directory or platform is not correct selected
5.Description is not detailed
6.Compressed file has password
7.Sourcecode duplicate or already exist
- 2022-10-27 13:35:03下载
- 积分: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
-
如何开发dsp
如何开发dsp-how to develope dsp
- 2022-10-24 04:15:03下载
- 积分:1