资源列表

« 1 2 ... .30 .31 .32 .33 .34 17935.36 .37 .38 .39 .40 ... 28521 »

[matlab例程mtspv_ga

说明:基于遗传算法对旅行商问题的求解、包括图表的输出-Based on genetic algorithm for solving the traveling salesman problem, including the output of the chart
<Messi> 在 2025-05-02 上传 | 大小:4kb | 下载:0

[数据结构常用算法Heap-sort

说明:堆积排序(Heapsort)是指利用堆积树(堆)这种资料结构所设计的一种排序算法,可以利用数组的特点快速定位指定索引的元素。 -Heap sort (Heapsort) is the use of stacked tree (heap) data structure designed such a sorting algorithm can take advantage of the characteristics of the a
<mfeng> 在 2025-05-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法Quick-Sort

说明:快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。 -Quick sort (Quicksort) is a bubble sort of an improvement
<mfeng> 在 2025-05-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法queue

说明:队列是一种特殊的线性表,它只允许在表的前端(front)进行删除操作,而在表的后端(rear)进行插入操作。进行插入操作的端称为队尾,进行删除操作的端称为队头。队列中没有元素时,称为空队列。 -Queue is a special kind of linear form, it only allows the front of the table (front) to delete, and in the form of back-en
<mfeng> 在 2025-05-02 上传 | 大小:1kb | 下载:0

[matlab例程MATLAB-and-VOICE

说明:matlab在数字信号处理中对音频信号的处理-matlab in digital signal processing audio signal processing
<凤琰> 在 2025-05-02 上传 | 大小:724kb | 下载:0

[matlab例程_2__MATLab_programming_for_eng

说明:this book may be useful for engineers working in matlab
<wosen> 在 2025-05-02 上传 | 大小:1.61mb | 下载:0

[数据结构常用算法Floyd

说明:单源最短路 Floyd 详细解读:有C的简单核心代码,有例子-Single-Source Shortest detailed interpretation of Floyd: There is a simple C core code, there are examples
<pcc> 在 2025-05-02 上传 | 大小:28kb | 下载:0

[matlab例程Ref_200div_complementary-775nm

说明:single Fiber Bragg Grating simulation with complementary center wivelength 775nm
<yang> 在 2025-05-02 上传 | 大小:1kb | 下载:0

[matlab例程Ref_200div_non_complementary

说明:Matlab simulation of Fiber Bragg Grate withoutcomplementary
<yang> 在 2025-05-02 上传 | 大小:1kb | 下载:0

[matlab例程codes

说明:channel estimation and equalization using adaptive filters
<asim> 在 2025-05-02 上传 | 大小:14kb | 下载:0

[matlab例程Ref_200div_complementaryAA

说明:matlab simulation of sigle fiber bragg grating with complementary center wivelength 1549.5nm
<yang> 在 2025-05-02 上传 | 大小:1kb | 下载:0

[matlab例程matlab

说明:MATLAB的向量矩阵运算,可以了解矩阵和向量在MATLAB中的用法。-MATLAB' s vector matrix operations, matrix and vector can understand the usage in MATLAB.
<quyi> 在 2025-05-02 上传 | 大小:18kb | 下载:0
« 1 2 ... .30 .31 .32 .33 .34 17935.36 .37 .38 .39 .40 ... 28521 »

源码中国 www.ymcn.org