组合数学之EVEN法生成排列 学习组合数学的朋友可以参考一下
2021-10-26 18:46:19 922KB 组合数学 EVEN法生成排列 代码
1
Even算法实现生成排列 n为排列中个数
2021-09-28 11:52:02 1KB C++ even 排列
1
东南大学 计算机系 组合数学实验 总集 含代码及报告 闭欧拉迹、EVEN算法、基二算法、逆序、树、最大匹配
1
letter Odd&Even.py
2021-07-02 14:08:42 288B 字母
1
用Chrome插件Visual Event查看Dom绑定的事件 Visual Event简介 Visual Event是一个开源Javascript 书签,能提供绑定在DOM元素上的事件调试信息。Visual Event能显示如下信息: 1、哪一个元素有事件绑定 2、某元素上绑定的事件类型 3、事件触发后运行的代码段 4、定义绑定函数的源文件和行号(仅限于WebKit和Opera浏览器) 除了对调试你自己的代码大有用途,Visual Event还能被用作教学工具,显示发起了多少网站。Visual Event是开源软件(GPLv2),并且在GitHub上有一个Git仓库目录,供你去提交或照你所想的去修改 安装 由于Visual Event是一个小书签,所以在任何网页上安装和运行它都很简单: 1、拖拽右侧的“Visual Event”链接到你的书签栏上:Visual Event 2、载入一个使用了浏览器所能支持的js库的网页 3、点击书签栏中的“Visual Event” 4、查看绑定在文档元素上的事件处理器
1
代码稍微有点儿缺陷,默认是10个数据,用5个进程进行排序。所以其中的比较函数写死了,大家可以自己重新改一下这里。
2020-01-03 11:34:57 4KB MPI ODD_EVEN 奇偶排序
1
Shimon Even's Graph Algorithms, published in 1979, was a seminal introductory book on algorithms read by everyone engaged in the field. This thoroughly revised second edition, with a foreword by Richard M. Karp and notes by Andrew V. Goldberg, continues the exceptional presentation from the first edition and explains algorithms in a formal but simple language with a direct and intuitive presentation. The book begins by covering basic material, including graphs and shortest paths, trees, depth-first-search and breadth-first search. The main part of the book is devoted to network flows and applications of network flows, and it ends with chapters on planar graphs and testing graph planarity.
2020-01-03 11:20:48 1.47MB 算法
1