资源列表
dongtaiguihua-suanfa-source-code
- 分别用动态规划的算法,用手工解决资源分配的问题。另一个是编程解决下面的问题: 一凸8 边形P 的顶点顺时针为{v1,v2,… ,v8},任意两顶点间的线段的权重由矩阵D 给出。若vi 与vj 是P 上不相邻的两个顶点,则线段vivj 称为P 的一条弦。求P 的一个弦的集合T,使得T 中所有的弦恰好将P 分割成互不重迭的三角形,且各三角形的权重之和为最小(一个三角形的权重是其各边的权重之和)。-Respectively dynamic programming algorithm, hand a
mandelnt150110
- This program displays 14 different interate functions (mandelbot) graphically. It has a C frontend but all the routines are written in asm using floating point floats,doubles,long doubles(80bit),SSE,and SSE2 instructions depending on the resolution a
WordPartation2
- 中文分词程序 利用最大匹配算法 支持GB2312编码格式的文件-Chinese word segmentation procedure using the maximum matching algorithm to support GB2312 encoding format of the file
fuzzywatertemporaturecontrol
- The goal is to design a fuzzy controller that will control the water temperature to follow a reference profile as closely as possible.
FuzzycontrollerFIS
- This demonstration uses the Fuzzy Logic Toolbox to design a Fuzzy Inference System (FIS) using different defuzzification methods
GA_PSO
- 利用GA來模擬鳥群尋找食物的行為,方法就是找尋距離食物最近的鳥之周圍區域及根據自己本身飛行的經驗判斷食物的所在-The use of GA to simulate the behavior of the flock in search of food, the methodology is to find the nearest bird food from around the region and according to their own experience of flying to
tsp_ga_cities
- Develop a generic genetic algorithm to solve the traveling salesman problem with 20 cities that are uniformly distributed within a unit square in a 2-dimensional plane.
GA_NSGA-II
- Develop the NSGA-II or SPEA2 multiobjective evolutionary algorithms to solve the multiobjective optimization problems.-Develop the NSGA-II or SPEA2 multiobjective evolutionary algorithms to solve the multiobjective optimization problems.
tuihuosuanfa
- 在Visual C++ 编译环境下,模拟退火算法程序,并利用它们求解了48个城市的TSP问题。-In the Visual C++ compiler environment, the simulated annealing process, and use them to solve a 48 cities TSP problem.
Chess
- 一个简单的中国象棋的实现原程序,可供人工智能算法学习参考。-A simple program of the Chinese Chess,for artificial intelligence(AI) algorithms studying.
work
- 使用LMS算法进行盲多用户检测,并计算出信干比和误码率-LMS algorithm using the blind multi-user detection, and calculate the signal to interference ratio and bit error rate
Dijkstra-Program-CSharp
- Some program about dijkstra s algorithm