资源列表

« 1 2 ... .95 .96 .97 .98 .99 16500.01 .02 .03 .04 .05 ... 28522 »

[matlab例程bulStoer

说明:Simplified Bulirsch-Stoer method for intergration of y = F(x,y).-Simplified Bulirsch-Stoer method for intergration of y = F(x,y).
<Saeed> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[matlab例程Kalman-filtering

说明:best kalman filtering example for beginners
<Saeed> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法quicksort

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

[数据结构常用算法bottomupsort

说明:冒泡排序,是指计算机的一种排序方法,它的时间复杂度为O(n^2),虽然不及堆排序、快速排序的O(nlogn,底数为2),但是有两个优点:1.“编程复杂度”很低,很容易写出代码;2.具有稳定性,这里的稳定性是指原序列中相同元素的相对顺序仍然保持到排序后的序列,而堆排序、快速排序均不具有稳定性。不过,一路、二路归并排序、不平衡二叉树排序的速度均比冒泡排序快,且具有稳定性,但速度不及堆排序、快速排序。-Bubble sort is a sor
<huang> 在 2025-02-06 上传 | 大小:252kb | 下载:0

[matlab例程calgari2

说明:strapdown ins positining
<Saeed> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[压缩解压encoder

说明:集成电路测试,数据压缩和解压程序,适合于s15850f,s35932f,s38417f,s38584f等电路。-Integrated circuit testing, data compression and decompression procedures ,for s15850f, s35932f, s38417f, s38584f and other circuits.
<孙丹> 在 2025-02-06 上传 | 大小:293kb | 下载:0

[数据结构常用算法datastucture_answer

说明:严蔚敏:数据结构题集(c语言版)是经典的数据结构书籍,对于计算机专业的学生是必备的-Yan Wei-min: data structure problem sets (c-language version) is a classic data structure books for computer science students is essential
<huang> 在 2025-02-06 上传 | 大小:98kb | 下载:0

[matlab例程LSCE

说明:对齿轮箱进行振动试验,获得相应振动数据,然后通过此算法对数据进行处理得到稳态图-Of the gearbox vibration tests to obtain the corresponding vibration data, then this algorithm for steady-state map data processing
<张先生> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法cpro

说明:里面包含了五个c语言程序源代码,长途电话计费程序,用来计算长途电话费用问题。插入排序,将无序的数字排好序。比较大小的代码程序。-Which contains five c language source code, long distance telephone billing program used to calculate the long-distance telephone costs. Insertion sort, the
<寇德靖> 在 2025-02-06 上传 | 大小:1.02mb | 下载:0

[数据结构常用算法huffman

说明: 哈夫曼树的构造,假设有n个权值,则构造出的哈夫曼树有n个叶子结点。 n个权值分别设为 w1、w2、…、wn,则哈夫曼树的构造规则为:   (1) 将w1、w2、…,wn看成是有n 棵树的森林(每棵树仅有一个结点);   (2) 在森林中选出两个根结点的权值最小的树合并,作为一棵新树的左、右子树,且新树的根结点权值为其左、右子树根结点权值之和;   (3)从森林中删除选取的两棵树,并将新树加入森林;   (4)重复(2)、(3)步,
<huang> 在 2025-02-06 上传 | 大小:127kb | 下载:0

[matlab例程lsvm

说明:支持向量机两类分类器的源码,可以实现;效果也还行。-support vector
<王杜娟> 在 2025-02-06 上传 | 大小:2kb | 下载:0

[matlab例程example1_remarkb

说明: wilson-theta和Newmark-beta求解动力学振动方程,三自由度系统的脉冲响应-wilson-theta and the Newmark-beta to solve the vibration equation of dynamics. three degrees of freedom the system impulse response
<毛虎平> 在 2025-02-06 上传 | 大小:1kb | 下载:0
« 1 2 ... .95 .96 .97 .98 .99 16500.01 .02 .03 .04 .05 ... 28522 »

源码中国 www.ymcn.org