搜索资源列表
Max-IntMax-MinMin-Min
- 极小 算法(Min-Min)、极大极小算法(Max-Min)、最大时间跨度算法(Max-Int)三种典型的映射算法的算法原理以及计算程序
Data_Struc
- 这个是严蔚敏版的数据结构上机教程中的部分源代码,都是自己写的,包括最短路径的dijkstra,floyd,最小生成树的prim,kruskal以及链表,Huffman Tree等等的c++代码-This is Yan Wei-min version of the data structure on the machine part of the tutorial source code, are written in their own, including the shortest path
the_total_collection_of_data_structure_in_c_langua
- 清华严蔚敏C语言版数据结构全集,可以说是pudn上这个主题的最全面的一个集合了,记得有这么一个说法是只有有序组织的信息才是有价值的吧:_数据结构-严蔚敏-C语言版;教学笔记;数据结构算法实现及解析—配合严蔚敏_吴伟民编著的数据结构(C语言版)(作者 高一凡)源代码;数据结构笔记;数据结构复习重点归纳笔记[清华严蔚敏版];数据结构题集-严蔚敏;数据结构题集-严蔚敏;严蔚敏老师专贴。-Wei-Min Yan Tsinghua C language version of The Complete Wo
mRMR_0.9_compiled
- mRMR(min-redundancy max-relevance)的matlab程序-matlab program of mRMR(min-redundancy max-relevance)
max_min_filter
- 最大最小滤波程序,实现效果很好,用matlab实现,简单好用-max-min filter
proj1a
- this mablat is going to find out the max SIR and min SIR on wireless communication
BP
- Belief Propagation (BP) Implementations gabp.m, run_gabp.m => Gaussian BP - parallel version asynch_GBP.m => Gaussian BP - serial version sparse_gabp.m, run_sparse_gabp.m => Gaussian BP - sparse version, optimized, tested on sparse
MAX-MINAntSystem
- MAX MIN Ant System -MAX MIN Ant System ......
simulation_results_wimax_1152_075_MinSum
- simulation results of Wimax min-sum
DOA
- methods of Direction of arrival estimation. (DOA) such as MUSIC, MVDR, Min-Norm and Classical Beamforme.
MaxMin
- Max-Min Algorithm for grid scheduling
Data-Structure(yan-wei-min)
- 经典的严魏敏数据结构课后答案,每章都有很详细的答案,很值得大家去学习,有助于理解数据结构-Classic Yan Wei Min data structure after-school answer, each chapter has a very detailed, very worth learning, help to understand the data structure
matlab-program-_-Yao-Min
- 该文件是matlab的程序,里边程序很全,是姚敏老师编著的《数字图像处理》的代码,希望能对您有帮助-The document is the matlab program, inside the program is very wide, is Yao Min teacher compiled the " Digital Image Processing" code, hoping for your help
MAX-MIN-Ant-System
- 最大最小蚂蚁系统优化算法求解TSP问题,最优化遍历所有城市。-Max Min ant system optimization algorithm for TSP, optimization through all cities.
count-min-sketch
- 信息引索里 压缩数据,略图和 set intersection算法。 Count Min Sketch。 -Information cited Sawrey compressed data, sketches and set intersection algorithms. Count Min Sketch.
min-of-F(x)-by-Particle
- 粒子群算法求函数最小值的例程,理解粒子群算法的基本原理.-get min of F(x) by Particle Swarm Optimization
min-max-DV-HOP
- DV-hop与min-max相结合,使得计算量更小,在最后对结果求精,定位精度更高。-DV- hop combined with min- Max, makes a smaller amount of calculation, at the end of the refinement, positioning accuracy is higher.
max-o-min
- matlab file to find the max and min of two arrays
Dijkstra
- Heaps where the parent key is greater than or equal to (≥) the child keys are called max-heaps those where it is less than or equal to (≤) are called min-heaps. Efficient (logarithmic time) algorithms are known for the two operations needed to implem
min-distance
- 几个比较经典的算法,用来解决最短路径问题(to solve the min-distance problem)