资源列表

« 1 2 ... .57 .58 .59 .60 .61 2562.63 .64 .65 .66 .67 ... 28523 »

[数学计算/工程计算9gongtu

说明:九宫图代码,很传统的一种算法,有些公司面试的时候容易出这种题目,需要研究的可以看一下。-Nine-palace map code, an algorithm is very traditional, some companies vulnerable to the interview when such topics can be studied to look at.
<wu> 在 2025-04-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法quicksort

说明:快速排序思想: 在待排序的n个记录中任取一个记录(通常取第一个记录),把所有小于该记录的记录移到其左边,把所有大于该记录的记录移到其右边,所选记录正好处在其应在的位置,且把原有序列划分成两个子序列。然后,对两个子序列分别重复上述过程,直到所有记录都排好序。把当前参加排序的记录按第一个记录的排序码分成前后两个部分的过程称为一趟快速排序。-Quick Sort thinking: The question sort n records
<> 在 2025-04-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法guandu

说明:2、广度优先搜索遍历图的算法:首先访问指定的起始顶点V0,从V0出发,访问V0的所有未被访问过的邻接顶点W1,W2……,Wk,然后再依次从W1,W2……,Wk出发,访问它们的所有未被访问过的邻接顶点,依次类推,直到图中所有未被访问过的邻接顶点都被访问过为止。-2, breadth-first search graph traversal algorithm: First visit to the designated start ver
<> 在 2025-04-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法outputstar

说明:这是一个用双循环打印星星的程序,它是把星星打印成了一个菱形的算法,算法很简单,希望可以改进。-This is a double circle print Xingxing procedures, it is to become a diamond star print the algorithm is very simple, hope that could be improved.
<zt> 在 2025-04-23 上传 | 大小:4kb | 下载:0

[matlab例程BPnn

说明:本源码是一个用Matlab7.1实现的BP网络的源代码 ,他实现了基本的BP网络算法。-The source is a Matlab7.1 achieved using BP network s source code, he realized the basic BP network algorithm.
<耿世> 在 2025-04-23 上传 | 大小:1kb | 下载:0

[matlab例程kalman

说明:本源码是一个用Matlab7.1实现的Kalman的源代码 ,他实现了基本的Kalman网络算法。-The source is a Matlab7.1 achieved using Kalman s source code, he realized the basic Kalman network algorithm.
<耿世> 在 2025-04-23 上传 | 大小:1kb | 下载:0

[matlab例程MatlaBook

说明:《MATLAB 7.X程序设计》-王建卫-源代码及习题答案 - MATLAB 7.X program design - Wang Wei- the source code and answer exercises
<湘军> 在 2025-04-23 上传 | 大小:268kb | 下载:0

[数学计算/工程计算gauss

说明:这是高斯列主元消去法的完整程序,可以求解线性方程组-This is the Gaussian elimination method PCA out a complete program, you can solve the linear equations
<fanyilong> 在 2025-04-23 上传 | 大小:3kb | 下载:0

[数学计算/工程计算NQueen

说明:用JAVA编写的N后问题~可以自由设置皇后个数,目前设置皇后上限为13,更改程序中STRING字符串的大小后可计算更多皇后的问题,有图形化界面显示解的位置~界面很可爱好看的哦~ -JAVA prepared with N, after the issue of ~ can freely set the number of Queen s, Queen s currently set a maximum of 13, to change
<ling> 在 2025-04-23 上传 | 大小:65kb | 下载:0

[matlab例程gonglvpuguji

说明:对噪声及信号的功率谱估计,生物医学信号处理,matlab编程实现-Of noise and signal power spectrum estimation, biomedical signal processing, matlab Programming
<李玲> 在 2025-04-23 上传 | 大小:1kb | 下载:0

[matlab例程youfaxiangying

说明:对指数式衰减的加油噪声的信号(诱发响应)提取,噪声越小,提取出的信号越接近原信号-On the exponential decay of the refueling noise signal (evoked response) extraction, the smaller the noise, to extract the signal the closer the original signal
<李玲> 在 2025-04-23 上传 | 大小:47kb | 下载:0

[matlab例程IA

说明:免疫算法的源代码 和大家共同分享-Immune algorithm source code and we all share
<> 在 2025-04-23 上传 | 大小:9kb | 下载:0
« 1 2 ... .57 .58 .59 .60 .61 2562.63 .64 .65 .66 .67 ... 28523 »

源码中国 www.ymcn.org