搜索资源列表
XYL
- C语言编程的变量命名法,匈牙利命名法。他可以规范编程的习惯。
Panorama
- Panorama系统程序开发规范之二.pdf,1.匈牙利命名规则 2.Panorama 系统的命名约定 3. 编排 4. 程序开发环境规约 等,规范代码,增加可读性及可维护性。
匈牙利命名法
- 详细的匈牙利命名法
George-Soros
- 乔治·索罗斯(英语:George Soros),本名是捷尔吉·施瓦茨(Gyö rgy Schwartz),匈牙利出生的美国籍犹太裔商人;著名的货币投机家,股票投资者,慈善家和政治行动主义分子。现在他是索罗斯基金管理公司和开放社会研究所主席,是外交事务委员会董事会前成员。他以在格鲁吉亚的玫瑰革命中扮演的角色而闻名世界,在美国以募集大量资金试图阻止乔治·布什的再次当选总统而闻名。 -George Soros (in English: George Soros), whose real nam
fenpei
- 分配问题的实现,是利用匈牙利算法实现的MATLAB代码!-The realization of the distribution is the use of the MATLAB code Hungarian algorithm!
xyl
- 一种为大众所知的编程命名规范, 匈牙利命名法-A programming naming, Known to the public---Hungarian notation
fenpei
- 匈牙利算法,很不错的,,,真不错真不错真不错-Hungarian algorithm, very good, really goodReally goodReally good
xiongyali
- 匈牙利匹配算法,利用匈牙利匹配算法,解决图论中的最大匹配问题,-Hungarian matching algorithm using Hungarian matching algorithm to solve the maximum matching problem in graph theory,
fenpei
- 著名的匈牙利算法matlab代码,用于解决匹配问题-The famous Hungarian algorithm matlab code used to solve the matching problem
匹配算法分析
- 匈牙利算法的应用,匹配选择的问题,利用匈牙利算法求解匹配问题
misrac-datasheet
- 在编程时,变量、函数的命名是一个极其重要的问题。好的命名方法使变量易于记忆且程序可读性大大提高。Microsoft采用匈牙利命名法来命名Windows API函数和变量。匈牙利命名法是由Microsoft的著名开发人员、Excel的主要设计者查尔斯• 西蒙尼在他的博士论文中提出来的,由于西蒙尼的国籍是匈牙利,所以这种命名法叫匈牙利命名法。-name c++
111
- 这是匈牙利算法的说明PPT,写的非常好对初学者非常有帮助-This is a descr iption of the Hungarian algorithm PPT, very well written is very helpful for beginners
Bipartite-graph-matching
- 自己的笔记,二分图匹配详解,是用匈牙利算法解的。-Own notes, bipartite graph matching explain, with the Hungarian algorithm solution.
dijkstra-floyd-...
- dijkstra floyd 匈牙利算法 最小流算法-dijkstra floyd minimum flow algorithm Hungarian algorithm
Hungary-algorithm
- “匈牙利算法”可以用于求解多种形式的指派 问题,其基本思想是寻找独立1元素组,而独立1 元素组与图论中对集是一个等价概念,所以与图论中求解赋权二分图最优对集、最大对集的思想是一脉相承的。 -Hungary algorithm