资源列表

« 1 2 ... .32 .33 .34 .35 .36 215037.38 .39 .40 .41 .42 ... 216429 »

[数据结构常用算法HuffmanCoding

说明: Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码。-Huffman coding in 1952 proposed a method based on characters appear completely different prefix probability to construct the average length
<浩星无恨> 在 2025-02-01 上传 | 大小:1kb | 下载:0

[数据结构常用算法Quicksort

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

[其他小程序corn

说明: 输入硬币的总数和每个硬币的重量 输出假币-input the number of the corns and the weight of each corn
<枫叶> 在 2025-02-01 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)addition-of-polynomial

说明:能够按照指数降序排列输入并且输出的多项式 完成两个多项式的相加 相减 并将正确结果输出 -Descending order according to index to input and output of the polynomial complete the subtraction of two polynomials and the correct sum of the resulting output
<浩星无恨> 在 2025-02-01 上传 | 大小:1kb | 下载:0

[数学计算/工程计算XJ_Nt

说明:自己以前编写的解非线性组的下降Newton法的一个算例。程序中自定义求解的方程组为:3X-Cos(Y*Z)-0.5=0 X^2-81*(Y+1)^2+Sin(Z)+1.06=0 e^(-X*Y)+20*Z+(10*pi-3)/3=0。方程组可根据用户需要在程序中自行定义。-A case of Descent Newton algorithm for nonlinear equations. The example of the nonl
<Jason> 在 2025-02-01 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Nt

说明:自己以前编写的解非线性组的一般Newton法的一个算例。程序中自定义求解的方程组为:3X-Cos(Y*Z)-0.5=0 X^2-81*(Y+1)^2+Sin(Z)+1.06=0 e^(-X*Y)+20*Z+(10*pi-3)/3=0。方程组可根据用户需要在程序中自行定义。-A case of normal Newton algorithm for nonlinear equations. The example of the nonli
<Jason> 在 2025-02-01 上传 | 大小:1kb | 下载:0

[Windows编程Compute_Student_mark

说明:This C++ code compute the final note and mean of a group of student.
<retonda7> 在 2025-02-01 上传 | 大小:1kb | 下载:0

[matlab例程LinearProgrammingwithPSO

说明:linear programming with pso
<behrouz> 在 2025-02-01 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)uart

说明:Also the USART automatically senses the start of transmission of RX line and then inputs the whole byte and when it has the byte it informs you(CPU) to read that data from one of its registers. The USART of AVR is v
<sstefan> 在 2025-02-01 上传 | 大小:1kb | 下载:0

[数学计算/工程计算OkumuraHata

说明:OkumuraHata code, graphics and numeric data
<Ajaby> 在 2025-02-01 上传 | 大小:1kb | 下载:0

[matlab例程rls_nlms

说明:Algoritmo de rls en matlab, archivo .m
<Ajaby> 在 2025-02-01 上传 | 大小:1kb | 下载:0

[matlab例程NLMS

说明:Algoritmo en matlab de NLMS code, archivo .m
<Ajaby> 在 2025-02-01 上传 | 大小:1kb | 下载:0
« 1 2 ... .32 .33 .34 .35 .36 215037.38 .39 .40 .41 .42 ... 216429 »

源码中国 www.ymcn.org