资源列表

« 1 2 ... .38 .39 .40 .41 .42 15343.44 .45 .46 .47 .48 ... 28521 »

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

说明:GA比起SA ,最大的优势在于对个初始解,而且存在杂交和变异,让SA具有非常强的跳出局部最优解的能力。而且简单通用,健壮性强。但是待定的参数很多,而且计算速度比较慢。选择,杂交,变异算子的选取也很关键。-GA than SA, the biggest advantage of an initial solution, and there is hybridization and mutation, so that SA has a ve
<JLH> 在 2025-05-06 上传 | 大小:87kb | 下载:0

[matlab例程clear

说明:给原始信号加入噪声,然后让信号经过卡尔曼滤波器,比较原始信号、加噪声后信号及通过卡尔曼滤波器的信号的图像。-Adding noise to the original signal, and then let the signal through the Kalman filter, compare the original signal, the signal plus noise and the signal through the
<邓晶晶> 在 2025-05-06 上传 | 大小:41kb | 下载:0

[数据结构常用算法N-QUENE

说明:算法在前N/2个位置,利用随机算法求解,得到一个可能的排列之后,利用回溯法求解后面的布局,-Algorithm is the first N/2 positions, using a random algorithm to get a possible arrangement, the use of backtracking to solve the back of the layout,
<JLH> 在 2025-05-06 上传 | 大小:43kb | 下载:0

[数据结构常用算法LV-backtrack01PACKING

说明:给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大。在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。-Given n types of items and a backpack. Item i is the weight wi, the value
<JLH> 在 2025-05-06 上传 | 大小:102kb | 下载:0

[matlab例程1

说明:维纳滤波器的Matlab实现:加噪信号经过滤波器后,恢复原始信号。-Wiener filter by Matlab: plus noise signal through the filter, to restore the original signal.
<邓晶晶> 在 2025-05-06 上传 | 大小:1kb | 下载:0

[matlab例程bezier-5

说明:5次bezier曲线可以运行,已经经过尝试-5 bezier curve can run, has been tried
<ymh> 在 2025-05-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法bittree

说明:树的遍历,包括树的前序遍历后序遍历中序遍历的递归和非递归算法。-Tree traversal, including the pre-order traversal of the tree in order traversal post-order traversal non-recursive and recursive algorithms.
<李慧新> 在 2025-05-06 上传 | 大小:2kb | 下载:0

[matlab例程firPuse

说明:维纳滤波器的应用,从加噪信号中提取原始信号,求权系数收敛情况。-Wiener filter applied, to extract the signal with noise from the original signal, to seek power factor of convergence.
<邓晶晶> 在 2025-05-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法car1

说明:实现停车场系统的管理,能对不同的车辆进来时间,出去时间进行记录,然后算出停车需要的钱-Implement parking management system, vehicles can come in different time, out of time to record, and then calculate the money needed parking
<马彪> 在 2025-05-06 上传 | 大小:1.39mb | 下载:0

[数据结构常用算法msort

说明:对一个数组实现归并排序,能够快速的实现多个数据的排序-Array implementation of a merge sort, to quickly sort multiple data
<马彪> 在 2025-05-06 上传 | 大小:237kb | 下载:0

[数据结构常用算法quicksort

说明:一种对多个数据的排序方法,快速排序 。能够根据一个关键值对数据进行递归排序-A kind of multiple methods of data sorting, quick sorting. According to a critical value can be recursively sort the data
<马彪> 在 2025-05-06 上传 | 大小:238kb | 下载:0

[数据结构常用算法tree

说明:二叉树的遍历,能够进行前序,中序和后序的排列。-Binary tree traversal, can be pre-order, the order and arrangement of the order
<马彪> 在 2025-05-06 上传 | 大小:396kb | 下载:0
« 1 2 ... .38 .39 .40 .41 .42 15343.44 .45 .46 .47 .48 ... 28521 »

源码中国 www.ymcn.org