资源列表

« 1 2 ... .97 .98 .99 .00 .01 20302.03 .04 .05 .06 .07 ... 28522 »

[数值算法/人工智能golden

说明:机械优化设计的C程序,黄金分割法,解决一维优化问题-Optimal Design of C mechanical procedures, golden section method to solve one-dimensional optimization problem
<donghongquan> 在 2025-06-20 上传 | 大小:100kb | 下载:0

[matlab例程zishiyingjunheng

说明:This demo shows the BER performance of linear, decision feedback (DFE), and maximum likelihood sequence estimation (MLSE) equalizers when operating in a static channel with a deep null. The MLSE equalizer is invoked first with perfect channel knowled
<Lee> 在 2025-06-20 上传 | 大小:100kb | 下载:0

[matlab例程MatlabFPGA

说明:在MATLAB中实现硬件FPGA -In MATLAB to achieve hardware FPGA
<国庆> 在 2025-06-20 上传 | 大小:100kb | 下载:0

[数学计算/工程计算WaveFFT

说明:波形分析,看看对要使用VC++进行数字信号处理的朋友还是很实用的-Waveform analysis, to be used to see on VC++ For digital signal processing of a friend or a very practical
<陈刚毅> 在 2025-06-20 上传 | 大小:100kb | 下载:0

[压缩解压HuffmanExp

说明:霍夫曼编码实现,对与深入理解该算法原理有很大帮助。-Huffman coding to achieve, with a deep understanding of the algorithm are very helpful.
<ice> 在 2025-06-20 上传 | 大小:100kb | 下载:0

[人工智能/神经网络/遗传算法basicann

说明:basic.c */ /**//* Project:NeuroBasic, basic package*//**/ /* Survey:This is a simple Basic b-code compiler which*/ /*can be used as a comfortable command shell for */ /* any program. The actual compiler is found in */ /*compiler.c.*/ /*T
<wooxun> 在 2025-06-20 上传 | 大小:100kb | 下载:0

[数据结构常用算法A_Star_Algorithm

说明:本人实现的A*算法,使用的数据结构条理很清晰-I realize the A* algorithm, the use of structured data is very clear
<LiChuan> 在 2025-06-20 上传 | 大小:100kb | 下载:0

[数据结构常用算法insertsort

说明:插入法的基本工作原理是抽出一个数据,在前面的数据中寻找相应的位置插入,然后继续下一个数据,直到完成排序。-Insert the basic working principle of a data are drawn, in front of the data looking for the location of the corresponding insert, and then continue to the next data until the completion of sequenc
<Ray> 在 2025-06-20 上传 | 大小:100kb | 下载:0

[数据结构常用算法changesort

说明:交换法比较简单,在一组数据中每次用当前的元素同后面的元素比较并在符合条件时交换。直到该组数据是从小到大的序列-Exchange method is relatively simple, in one set of data in each element with the current elements in comparison with the back and in line with the conditions of the exchange. Until the data are
<Ray> 在 2025-06-20 上传 | 大小:100kb | 下载:0

[数据结构常用算法speedsort

说明:快速排序是选一个中间值,程序中使用中间值,然后把比它小的数据放在左边,大的数据放在右边。两边分别递归这个过程。-Quick Sort is the election of a middle value between the value of the use of the procedure, and then put it smaller than the data on the left, the data on the right side. Recursive separately on
<Ray> 在 2025-06-20 上传 | 大小:100kb | 下载:0

[数据结构常用算法choosesort

说明:选择法排序是从数据中选择最小的同第一个值交换,再从剩下的部分中选择最小的与第二个值交换,这样循环下去,直到循环结束。-Selection method to sort the data selection from the smallest value with the first exchange, and then the remaining part from the selection with the second smallest value of the exchange, so
<Ray> 在 2025-06-20 上传 | 大小:100kb | 下载:0

[数据结构常用算法Bubblesort

说明:冒泡法排序是在一组数据中依次比较相邻的两个元素,如果相邻的两个元素是逆序,改变其顺序,循环若干遍,直到数据是从小到大的排序。-Bubble sort method are at a group of data followed by comparison of the two adjacent elements, if two adjacent elements are in reverse, to change its order, the cycle several times until
<Ray> 在 2025-06-20 上传 | 大小:100kb | 下载:0
« 1 2 ... .97 .98 .99 .00 .01 20302.03 .04 .05 .06 .07 ... 28522 »

源码中国 www.ymcn.org