资源列表

« 1 2 ... .69 .70 .71 .72 .73 5974.75 .76 .77 .78 .79 ... 28523 »

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

说明:冒泡排序是一种极其简单的排序算法,也是我所学的第一个排序算法。它重复地走访过要排序的元素,一次比较相邻两个元素,如果他们的顺序错误就把他们调换过来,直到没有元素再需要交换,排序完成。-Bubble sort is a simple sorting algorithm, sorting algorithm is first learned by me. It repeatedly visited to sort the elements, a comparison of the two adjac
<靳以2002> 在 2025-12-01 上传 | 大小:147kb | 下载:0

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

说明:选择排序也是一种简单直观的排序算法。它的工作原理很容易理解:首先在未排序序列中找到最小(大)元素,存放到排序序列的起始位置;然后,再从剩余未排序元素中继续寻找最小(大)元素,放到已排序序列的末尾。以此类推,直到所有元素均排序完毕。-Selection sort is a simple and intuitive sort algorithm. Its working principle is easy to understand: first in the unsorted sequence t
<靳以2002> 在 2025-12-01 上传 | 大小:147kb | 下载:0

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

说明:插入排序在实现上,通常采用in-place排序(即只需用到O(1)的额外空间的排序),因而在从后向前扫描过程中,需要反复把已排序元素逐步向后挪位,为最新元素提供插入空间。- Insertion sort in the implementation, is usually used in place sorting (i.e., only need to sort of O (1) extra space). Therefore in the forward scan process a
<靳以2002> 在 2025-12-01 上传 | 大小:147kb | 下载:0

[数据结构常用算法C

说明:C语言实现的数据结构中二叉树的前序遍历、中序遍历和后序遍历以及几种排序算法-C language data structure binary tree before preorder, preorder and postorder and several sorting algorithm
<李敏捷> 在 2025-12-01 上传 | 大小:1kb | 下载:0

[数学计算/工程计算ex13

说明:数字滤波器制作,已知一阶数字滤波器的系统函数为,系统输入三种数字序列,通过滤波器得到输出结果-Digital filter production, known as the first order digital filter system function, the system input three kinds of digital sequences, through the filter to get the output results
<xuyaowen> 在 2025-12-01 上传 | 大小:824kb | 下载:0

[matlab例程matlab

说明:相关的升压变换器及降压变化器直流直流变换器-Related boost converter and buck converter DC DC converter
<闫利丹> 在 2025-12-01 上传 | 大小:18kb | 下载:0

[数学计算/工程计算TFMQR

说明:TFQMR算法求解线性方程组Fortran程序 要求:矩阵非奇异-TFQMR algorithm for solving linear equations Fortran program requirements: a non-singular matrix
<于法军> 在 2025-12-01 上传 | 大小:2kb | 下载:0

[数学计算/工程计算patternsearch

说明:利用一个典型的数学函数Rastrigin对模式识别算法(GPS)进行测试.-Testing generalized pattern search algorithm (GPS)by using a typical use of mathematical function Rastrigin.
<闫英伟> 在 2025-12-01 上传 | 大小:1kb | 下载:0

[数学计算/工程计算NSGA2-MATLAB-Codes

说明:nsga-2 实现多目标优化的算例利用简单的二进制编码进行遗传变异运算-nsga-2 An example of multi objective optimization
<钟子期> 在 2025-12-01 上传 | 大小:6kb | 下载:0

[matlab例程Phase-space-reconstruction-method

说明:相空间重构方法用于混沌时间序列预测的方法源代码-Phase space reconstruction method for chaotic time series prediction method source code
<不正> 在 2025-12-01 上传 | 大小:3kb | 下载:0

[matlab例程bianshi_01

说明:遗忘因子递推最小二乘法估算系统模型参数-Forgetting Factor Recursive Least-squares
<杜振新> 在 2025-12-01 上传 | 大小:2kb | 下载:0

[matlab例程MMCqueue

说明:M/M/C排队模型,信道分配,二级用户可占用以及用户的空闲信道-M/M/C queue-based model ,Markov-chain model is extendable to any practical number of PCs and SCs and remains accurate for any practical Primary User (PU) and Secondary User (SU) tele-traffic intensity
<懿轩> 在 2025-12-01 上传 | 大小:3kb | 下载:0
« 1 2 ... .69 .70 .71 .72 .73 5974.75 .76 .77 .78 .79 ... 28523 »

源码中国 www.ymcn.org