-
6711版。该文件包括了改版的所有电子线路,有用的可以下载
6711版。该文件包括了改版的所有电子线路,有用的可以下载-6711 edition. The document included a revision of all the electronic circuits and useful can be downloaded
- 2022-12-07 14:05:03下载
- 积分:1
-
bmp文件格式,讲的比较经典,呵呵,还有例子,大家看看撒
bmp文件格式,讲的比较经典,呵呵,还有例子,大家看看撒-bmp file format, which tells the classic comparison, Oh, there are examples, we see spreading
- 2022-01-25 14:22:29下载
- 积分:1
-
Demo Pipe in java ( In testing systems)
Demo Pipe in java ( In testing systems)-Demo Pipe in java ( In testing systems)
- 2022-01-25 19:33:28下载
- 积分:1
-
IAR430编译器错误类型诊断信息。有助于MSP430开发者查询使用
IAR430编译器错误类型诊断信息。有助于MSP430开发者查询使用-IAR430 compiler error type diagnostic information. MSP430 query help developers use
- 2022-04-09 23:44:48下载
- 积分:1
-
4 reports the experimental data structure, content or subject of the experiment...
数据结构实验4报告,实验内容或题目
l、随机产生n=100,200,300,1000,2000个整数并存于数组r[1..n]中。对主要查找算法(顺序查找、插入排序、冒泡排序、堆排序、快速排序)进行实验比较,计算出平均比较次数、平均移动次数及执行时间。由程序自动计算,由手工计时。
2、对实验结果数据进行对比分析。
主要内容是-4 reports the experimental data structure, content or subject of the experiment l, randomly generated integers n = 100,200,300,1000,2000 co-exist in the array r [1 .. n] in. On the main search algorithm (the order of search, Insertion Sort, Bubble Sort, Heap Sort, Quick Sort) for the comparison, the calculated average number of comparison, the average mobile number and execution time. Automatically calculated by the procedure by manual timing. 2, the experimental results the data were analyzed. Main content
- 2022-02-21 15:58:11下载
- 积分:1
-
BP算法VB源代码,在网上找的,不知能不能用
BP算法VB源代码,在网上找的,不知能不能用-BP algorithm VB source code on the Internet to find, I do not know if can use
- 2022-02-01 21:20:18下载
- 积分:1
-
EMD的经典文章,是了解使用hht的必备文章,能够让大家清楚认识EMD...
EMD的经典文章,是了解使用hht的必备文章,能够让大家清楚认识EMD-EMD classic article, is to understand the essential use hht article, so that we can clearly understand EMD
- 2022-03-17 20:00:26下载
- 积分:1
-
Fortran常用算法程序集
Fortran常用算法程序集-徐士良间:第一章所有的源程序,欢迎寻找此书源程序的朋友下载使用 -Fortran common assembly algorithm-徐士良between: the first chapter of the source of all, welcome to the book to find friends to download the source code to use
- 2022-02-09 14:51:23下载
- 积分:1
-
EVC4下创建和使用ATL控件的例子和讲解
EVC4下创建和使用ATL控件的例子和讲解-EVC4 created under control and the use of ATL examples and explain
- 2022-03-04 07:39:33下载
- 积分: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