搜索资源列表
55645
- 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
paixu
- 用C语言编写的三种排序方法。冒泡法,插入法,选择法。-C language prepared by the three sorting method. Bubble method, insertion method, select the method.
exchange
- 关键词排名 - 高考,冒泡法,LSD法高考分数将根据输入的要求进行排序。- Keyword ranking- entrance, bubble law, LSD Law college entrance examination scores will be sorted according to the input requirements.
Bubble-sort-method
- 应用冒泡法进行排序的c语言程序,有要求和代码,较完整。-Application bubble sort method c language program, there are requirements and codes, more complete.
C
- 这个文档写的是关于C语言冒泡、插入法、选择排序算法分析-C language bubble, insertion, selection sort algorithm analysis
vc
- 冒泡排序法输出三个学生的成绩-let line
find-and-sort
- 对数据序列:{55,13,23,72,109,67,2,78,13}分别实现如下操作: 必做: 1) 顺序查找; 2) 使用直接插入排序或冒泡排序(二选一)、快速排序(必做)对原纪录序列进行排序; 3) 对排好序的纪录序列表进行折半查找; 4) 利用原纪录序列建立一颗二叉排序树,并在其上实现特定关键字值结点的查找; 选做: 5) 按照“除留余数法”哈希构造函数和线性探测法的冲突处理方法创建表长为m=11的哈希表; 6) 实现5)创建哈希表上的查找。 -fin
Ten_Of_Sort
- 7大排序算法,冒泡法,快速排序算法,选择排序算法,直接插入排序算法,堆排序算法,希尔排序算法-7 large sorting algorithm bubble, rapid sorting algorithm, sorting algorithm, direct insertion sort algorithm, heap sort algorithm, Hill sorting algorithm
maopaoasushu
- 冒泡法排序,改进的冒泡法及素数的判定程序,C编译的,试过,很管用-Bubble sort method, improved bubble method and primes determination procedures, C compiler, tried, very useful