资源列表

« 1 2 ... .98 .99 .00 .01 .02 17403.04 .05 .06 .07 .08 ... 28522 »

[数学计算/工程计算new

说明:和大家分享电磁计算FDTD,MUR边界条件的简单程序-to share the simple procedure of the electromagnetic computing Using FDTD, MUR boundary conditions
<zhu> 在 2025-07-08 上传 | 大小:2kb | 下载:0

[数学计算/工程计算M-Files

说明:[Matlab有限元分析与应用]源程序,例程-Of Matlab finite element analysis applications] source code, the routine
<zhu> 在 2025-07-08 上传 | 大小:35kb | 下载:0

[数值算法/人工智能lcg

说明:Will any certificate N decomposition into many different from each other 将任意证书N分解成多个互不相同的正整数的和,并打印所有可能的组合方式。例如N=6,组合方式有1+5,2+4,1+2+3。 -possible combinations. Such as N = 6, combinations have 1+ 5, 2+ 4, 1+ 2+ 3.
<刘成功> 在 2025-07-08 上传 | 大小:3kb | 下载:0

[matlab例程zaoshengguoxitong

说明:一个关于量化噪声分析的程序。代码不长仅供参考。学生试验专用。-One of the quantization noise analysis program. The code is not long for reference only. Students of special test.
<夏东垚> 在 2025-07-08 上传 | 大小:1kb | 下载:0

[matlab例程junyunlianghua

说明:一个量化噪声分析程序。该代码是不长,只供参考。学生专用的试验。-One of the quantization noise analysis program. The code is not long for reference only. Students of special test.
<夏东垚> 在 2025-07-08 上传 | 大小:1kb | 下载:0

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

说明:遗传算法来求解函数的最大值,对了解和使用遗传算法非常有用-Genetic algorithm for function optimization, including a simple function and genetic algorithm, genetic algorithm to seek the maximum value of the function, using a genetic algorithm to understand the very useful
<David> 在 2025-07-08 上传 | 大小:2kb | 下载:0

[数据结构常用算法zhixian

说明:一个生成直线的算法分析程序。该代码是不长,只供参考。学生专用的试验。-A linear algorithm analysis procedures. The code is not long, for reference only. Students of special test.
<夏东垚> 在 2025-07-08 上传 | 大小:1.82mb | 下载:0

[数据结构常用算法shiyab

说明:一个生成直线的算法分析程序。该代码是不长,只供参考。学生专用的试验。-A linear algorithm analysis procedures. The code is not long, for reference only. Students of special test.
<夏东垚> 在 2025-07-08 上传 | 大小:22kb | 下载:0

[数据结构常用算法bubble-sorting

说明:冒泡排序,是指计算机的一种排序方法,它的时间复杂度为O(n^2),虽然不及堆排序、快速排序的O(nlogn,底数为2),但是有两个优点:1.“编程复杂度”很低,很容易写出代码;2.具有稳定性,-bubble sorting in C/C++
<congyi> 在 2025-07-08 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Road-piles

说明:道路中桩的计算代码,道路测绘放样的计算工具。-Calculation code pile in the road, road mapping the loft calculation tool.
<吴楠> 在 2025-07-08 上传 | 大小:318kb | 下载:0

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

说明:有一个已经有序的数据序列,要求在这个已经排好的数据序列中插入一个数,但要求插入后此数据序列仍然有序,这个时候就要用到一种新的排序方法——插入排序法,插入排序的基本操作就是将一个数据插入到已经排好序的有序数据中,从而得到一个新的、个数加一的有序数据,算法适用于少量数据的排序,时间复杂度为O(n^2)。是稳定的排序方法。-Insertion sort in C/C++
<congyi> 在 2025-07-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法Merge-sort

说明:合并排序是建立在归并操作上的一种有效的排序算法。该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。 合并排序法是将两个(或两个以上)有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的。然后再把有序子序列合并为整体有序序列。 -Merge sort in C/C++
<congyi> 在 2025-07-08 上传 | 大小:1kb | 下载:0
« 1 2 ... .98 .99 .00 .01 .02 17403.04 .05 .06 .07 .08 ... 28522 »

源码中国 www.ymcn.org