资源列表

« 1 2 ... .84 .85 .86 .87 .88 17889.90 .91 .92 .93 .94 ... 28522 »

[数据结构常用算法backbagproblem

说明:背包問題是關於最佳化的問題,要解最佳化問題可以使用「動態規劃」(Dynamic programming),從空集合開始,每增加一個元素就先求出該階段的最佳解,直到所有的元素加入至集合中,最後得到的就是最佳解。 以背包問題為例,我們使用兩個陣列value與item,value表示目前的最佳解所得之總價,item表示最後一個放至背包的水果,假設有負重量 1~8的背包8個,並對每個背包求其最佳解-Knapsack problem is on the optimization problem
<王凌云> 在 2025-08-28 上传 | 大小:4kb | 下载:0

[数据结构常用算法JosephusProblem

说明:據說著名猶太歷史學家 Josephus有過以下的故事:在羅馬人佔領喬塔帕特後,39 個猶太人與Josephus及他的朋友躲到一個洞中,39個猶太人決定寧願死也不要被敵人到,於是決定了一個自殺方式,41個人排成一個圓圈,由第1個人開始報數,每報數到第3人該人就必須自殺,然後再由下一個重新報數,直到所有人都自殺身亡為止。 然而Josephus 和他的朋友並不想遵從,Josephus要他的朋友先假裝遵從,他將朋友與自己安排在第16個與第31個位置,於是逃過了這場死亡遊戲。-It is sai
<王凌云> 在 2025-08-28 上传 | 大小:4kb | 下载:0

[数据结构常用算法shacker

说明:事實上這個氣泡排序法已經不是單純的氣泡排序了,它使用了旗標與右端左移兩個方法來改進排序的效能,而Shaker排序法使用到後面這個觀念進一步改良氣泡排序法。 -In fact the bubble sort method is not a simple bubble sort, and it used the flag to the left and right side are two ways to improve the performance of sorting, and Shaker
<王凌云> 在 2025-08-28 上传 | 大小:4kb | 下载:0

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

说明:
<wendy> 在 2025-08-28 上传 | 大小:4kb | 下载:0

[matlab例程matlab

说明:该算法在优化方面性能比较好,可用于函数极值,解方程,并且在前向神经网络权值和网络结构的训练也表现了不错的性能-The algorithm in the optimization performance is better, can be used in extreme value function, solve equations, and the former to the neural network weights and network structure of training has
<王领> 在 2025-08-28 上传 | 大小:4kb | 下载:0

[压缩解压lzwhuff

说明:LZW和Huffman相结合,完成压缩功能-LZW and Huffman combined to complete the compression function
<> 在 2025-08-28 上传 | 大小:4kb | 下载:0

[压缩解压try

说明:用于过采样滤波器组实现最优化设计,主要应用于图象处理-For over-sampling filter banks to achieve the most optimized design, mainly used in image processing
<过容> 在 2025-08-28 上传 | 大小:4kb | 下载:0

[matlab例程Pso

说明:模拟一群鸟捕食的情景,从而达到优化目标函数的目的,这就是粒子群算法!起初在可行的空间中随机的产生一群粒子,然后让每个粒子开始在虚拟的空间中向四面八方飞翔,并且每个粒子都记下他们飞过的适应值(也就是目标优化函数)最高的点,而且整个粒子群有一个最高适应值个体,这样,粒子在飞翔的时候尽量朝向自己曾飞过的最好的点和集体的最好的点。最后达到收敛到近似最优点的目的。 -Simulation of a group of birds preying on the scene, so as to achiev
<chen> 在 2025-08-28 上传 | 大小:4kb | 下载:0

[数值算法/人工智能MonteCarlo

说明:MonteCarlo仿真的C++源码,具有参考价值-MonteCarlo simulation of the C++ Source, with a reference value
<wander> 在 2025-08-28 上传 | 大小:4kb | 下载:0

[matlab例程06

说明:MATLAB7辅助控制系统设计与仿真 第6章-MATLAB7 Auxiliary Control System Design and Simulation of Chapter 6
<dsfs> 在 2025-08-28 上传 | 大小:4kb | 下载:0

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

说明:在遗传算法的基础上进行改进,一定能运行!-In the genetic algorithm based on improved, will certainly be able to run!
<ert> 在 2025-08-28 上传 | 大小:4kb | 下载:0

[matlab例程WienerTing2013.m

说明:Wiener filter with multiple parameters
<Ting> 在 2025-08-28 上传 | 大小:4kb | 下载:0
« 1 2 ... .84 .85 .86 .87 .88 17889.90 .91 .92 .93 .94 ... 28522 »

源码中国 www.ymcn.org