资源列表

« 1 2 ... .92 .93 .94 .95 .96 14097.98 .99 .00 .01 .02 ... 28522 »

[数据结构常用算法QuickSort

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

[matlab例程rsct

说明:《通信仿真及应用实例》一书 书中实例,对RS码在二进制对称信道的性能进行仿真。-" Communication Simulation and Application," a book in the book example, RS codes on the binary symmetric channel in the performance of simulation.
<邓雄> 在 2025-07-12 上传 | 大小:8kb | 下载:0

[数学计算/工程计算-AGM-Kruskal

说明:This algorithm find the shortest patch using the Kruskall algortithm, coded in C language
<Bruno> 在 2025-07-12 上传 | 大小:8kb | 下载:0

[matlab例程Angle

说明:用Matlab实现完美求相位和幅度,可用作标准函数-Seeking to use Matlab to achieve perfect phase and amplitude can be used as standard function
<石头> 在 2025-07-12 上传 | 大小:8kb | 下载:0

[matlab例程ser_fenji_dcmotor

说明:直流电机的分级启动,研究启动时电流过大,而在电源与电动机之间加变阻箱可以起到限制电流的作用.-Grade DC motor start
<gaojiwei> 在 2025-07-12 上传 | 大小:8kb | 下载:0

[matlab例程AWGN_LDPC

说明:LDPC encoding and decoding for an AWGN channel
<Peyman> 在 2025-07-12 上传 | 大小:8kb | 下载:0

[数据结构常用算法hafuman

说明:哈弗曼树c程序 建立,建立哈夫曼树求哈夫曼编码 测试函数 结束界面函数-Ha Fuman tree c program established to build the Huffman tree find the end of the test function Huffman coding interface function
<renwei> 在 2025-07-12 上传 | 大小:8kb | 下载:0

[matlab例程frequency

说明: MATLAB GUI 滚动轴承特征频率计算,输入轴承参数,就可得结果-MATLAB GUI caculate frequency ,input some parameters of rolling bearing,then you can get the answear
<廖星智> 在 2025-07-12 上传 | 大小:8kb | 下载:0

[matlab例程svm

说明:This is the source code for a Single Vector Machine classifier, briefly called a SVM classifier. There are 60 peices assigned for training and 30 for testing the classifier.
<parvaneh> 在 2025-07-12 上传 | 大小:8kb | 下载:0

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

说明:ART神经网络的程序包,各种情况代码以及相应的文字说明-ART neural networks
<Julie> 在 2025-07-12 上传 | 大小:8kb | 下载:0

[数学计算/工程计算PlateOfElasticStatic

说明:二维弹性力学边界元程序中调试中的问题,有助于初学者从中发现问题,学习编写程序-Plate of Elastic Static
<glasgow> 在 2025-07-12 上传 | 大小:8kb | 下载:0

[matlab例程calculate-word

说明:输入一个句子后,通过点击按钮,可以得到本句子的单词个数与句子的个数-Enter a sentence, by clicking on the button, you can get the number of words in this sentence and the number of sentences
<xiaoming> 在 2025-07-12 上传 | 大小:8kb | 下载:0
« 1 2 ... .92 .93 .94 .95 .96 14097.98 .99 .00 .01 .02 ... 28522 »

源码中国 www.ymcn.org