资源列表
Plumbing-problems
- 数据结构中的管道铺设问题,考虑成本选择最短路径,是关于图,利用迪杰斯特拉算法的一个数据结构经典问题。-Plumbing problems in data structure.
matlab---perceptron
- matlab实现的感知机应用上的实例,对其具体功能的加深认识-matlab implementation of Perceptron application examples to deepen understanding of their specific functions
search
- 数据结构中的关键字检索问题,逐个寻找,并将指针向前移动,如果没找到要找字符串,置零继续向前查找。-searching required strings in data structure.
parking
- 数据结构中的停车场问题,考虑到车辆的流量和收费,利用队列和栈进行操作-parking problem in data structure.
joseph
- 经典的约瑟夫环问题,按顺序剔除报数为某一个序号的人,直至留下最后几个生存,利用指针和链表-Joseph Problem
Huffman
- 哈夫曼编码,利用二叉树的原理寻找最优解法,数据结构常见问题。-huffman coding.
hopfield-Network-tsp
- hopfield Network实现的旅行商问题的优化方案,完美的验证了其算法的优越性-hopfield Network implementation traveling salesman problem optimization program, perfect validate the superiority of the algorithm
TSP-CPP
- 典型的人工智能问题-旅行商问题的最优路径问题的解决方案-A typical problem of artificial intelligence- the traveling salesman problem of the optimal path solution to the problem
powell-optimization
- Powell s Optimization technique used for image processing.
toolbox
- 本程序实现mimo无线通信的仿真程序,是通信工程用matlab实现mimo仿真的的必备程序。-This program implements mimo wireless communications simulation program, communications engineering simulation using matlab mimo essential procedures.
131D---Subway.cpp
- Solution of Codeforces problems "Subway"
DFS.cpp
- Depth first search algorithm on graphs.
