资源列表
[其他小程序] nlms_filter
说明:变步长nlms自适应对消滤波器的MATLAB编程-The variable step NLMS adaptive cancellation filter MATLAB programming<frank> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[其他小程序] incremental_pid
说明:增量式PID控制算法在MATLAB中的C语言编程-The incremental PID control algorithm simulation model and procedures<frank> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[其他小程序] mul.fliter
说明:用MATLAB实现了多相滤波器的仿真,MATLAB中C语言的实现 -The MATLAB simulation of polyphase filter, the MATLAB realization of the C language<frank> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[其他小程序] bandpass-filter
说明:在MATLAB中用c语言编程使得通滤波器的实现-Using c language programming in MATLAB makes the realization of the low-pass filte<frank> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[C#编程] Integer-change
说明:整数变换问题。关于整数i的变换f和g定义如下:f(i)=3i;g(i)=ë i/2û 。 试设计一个算法,对于给定的2 个整数n和m,用最少的f和g变换次数将n变换为m。 例如,可以将整数15用4 次变换将它变换为整数4:4=gfgg(15)。当整数n不可能变换 为整数m时,算法应如何处理?<Joy> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[其他小程序] Huffman
说明:哈夫曼编码。霍夫曼编码被广泛使用的一种非常有效的编码方法,用于数据文件的压缩。基于字符的频率进行编码。出现频率高的字符的编码较短,出现频率较低的字符的编码较长。 -Huffman coding. Huffman coding is widely used in a very efficient coding method data file compression. Huffman coding algorithm based on the frequency of characters a<Lateefah> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[C#编程] BubbleSort
说明:Bubble sort, sometimes referred to as sinking sort, is a simple sorting algorithm that repeatedly steps through the list to be sorted, compares each pair of adjacent items and swaps them if they are in the wrong order.<Linh Nguyen> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[Windows编程] SelectionSort
说明:In computer science, selection sort is a sorting algorithm, specifically an in-place comparison sort. It has O(n2) time complexity, making it inefficient on large lists, and generally performs worse than the similar insertion sort.<Linh Nguyen> 在 2025-06-18 上传 | 大小:1kb | 下载:0