Description: hga是一种混合遗传算法c程序源代码,但是只包括了核心的算法部分,还没有完善。
gauss为电路试验中的高斯消去法。
GRKT10,Lagrange,Euler分别是数值计算中龙格-库塔法,拉个朗日法以及改进欧拉法的c程序实现
上述程序都是本人工作学习过程中自己编写的,本人只是一个程序新手,希望在本站能更好的学习-Unit is a mixed genetic algorithm c source code, however, covered only the core of the algorithm, and also not perfect. Gauss test circuit for the Gaussian Elimination Act. GRKT10, Lagrange, Euler were numerical calculation Runge - Kutta method, pull Colon day France and the improvement of Euler Law c achieve the above procedure I work procedures are learning process of their preparation, I was just a procedural novices, the site can be a better learning Platform: |
Size: 7451 |
Author:阿波 |
Hits:
Description: 一个很好的算法练习:
问题描述:对于给定的图G,经过图中每条边恰好2 次的回路称为图G 的双Euler 回路。
编程任务:对于给定的图G,编程计算图G 的双Euler 回路。
-a good algorithm practice : Problem description : for a given graph G, After map each side exactly two times the loop known as the G-Euler circuit. Programming tasks : for a given graph G, the program calculated the G-Euler circuit. Platform: |
Size: 2406 |
Author:韦国立 |
Hits:
Description: hga是一种混合遗传算法c程序源代码,但是只包括了核心的算法部分,还没有完善。
gauss为电路试验中的高斯消去法。
GRKT10,Lagrange,Euler分别是数值计算中龙格-库塔法,拉个朗日法以及改进欧拉法的c程序实现
上述程序都是本人工作学习过程中自己编写的,本人只是一个程序新手,希望在本站能更好的学习-Unit is a mixed genetic algorithm c source code, however, covered only the core of the algorithm, and also not perfect. Gauss test circuit for the Gaussian Elimination Act. GRKT10, Lagrange, Euler were numerical calculation Runge- Kutta method, pull Colon day France and the improvement of Euler Law c achieve the above procedure I work procedures are learning process of their preparation, I was just a procedural novices, the site can be a better learning Platform: |
Size: 7168 |
Author:阿波 |
Hits:
Description: 一个很好的算法练习:
问题描述:对于给定的图G,经过图中每条边恰好2 次的回路称为图G 的双Euler 回路。
编程任务:对于给定的图G,编程计算图G 的双Euler 回路。
-a good algorithm practice : Problem description : for a given graph G, After map each side exactly two times the loop known as the G-Euler circuit. Programming tasks : for a given graph G, the program calculated the G-Euler circuit. Platform: |
Size: 2048 |
Author: |
Hits:
Description: 用C++实现的fleury算法查找欧拉回路,已经编译好,解压缩后可以直接运行-With C++ Realized fleury algorithm to find Euler circuit, has been compiled, and can be extracted directly run Platform: |
Size: 273408 |
Author:王文剑 |
Hits:
Description: 欧拉回路问题的求解,算法是删边,由于欧拉回路的算法较多,此为其中一个较为简单的-Euler circuit problem solving, algorithm is deleted edge, due to Euler circuit algorithm more, this is one of the more simple Platform: |
Size: 166912 |
Author:蒋军 |
Hits:
Description: The preparation of Euler circuit algorithm, bipartite graph of the curriculum design, implementation, use of credit to the path to achieve Platform: |
Size: 152576 |
Author:小小 |
Hits:
Description: c++写的一些排序算法和欧拉回路的算法,有插入,折半,冒泡,堆,希尔,快速排序-c++ to write some of the sorting algorithm and Euler circuit algorithm Platform: |
Size: 5120 |
Author:李越 |
Hits:
Description: 国家集训队2007论文集
Day1
北京 高逸涵 与圆有关的离散化
四川2 王晓珂 解析一类组合游戏
湖南 仇荣琦 欧拉回路性质与应用探究
广东 余江伟 如何解决动态统计问题
福建 杨 沐 浅析信息学中的“分”与“合”
浙江 李宇骞 浅谈信息学竞赛中的线性规划——简洁高效的单纯形法实现与应用
湖南 袁昕颢 动态树及其应用
陕西 杨 哲 凸完全单调性的加强与应用
上海 王欣上 浅谈基于分层思想的网络流算法
广东 陈启峰 Size Balanced Tree
Day2
安徽 杨 弋 Hash在信息学竞赛中的一类应用
四川1 古 楠 平面嵌入
湖南 郭华阳 RMQ与LCA问题
浙江 刘雨辰 对拟阵的初步研究
湖南 陈 雪 问题中的变与不变
四川1 何 森 浅谈数据的合理组织
福建 胡伯涛 最小割模型在信息学竞赛中的应用
江苏 陈瑜希 多角度思考创造性思维——运用树型动态规划解题的思路和方法探析
安徽 周 冬 生成树的计数及其应用
广东 刘家骅 浅谈随机化在信息学竞赛中的应用
-Proceedings of the National Team 2007
Day1
Beijing Manhattan culvert and associated discrete round
Sichuan 2 Wangxiao Ke resolve a class combination game
Hunan Chourong Qi Euler circuit explore the nature and application
Guangdong Yu Jiangwei how to solve the problem of dynamic statistical
Fujian Yang Mu bioinformatics analysis of the "stars" and "together"
Zhejiang Li Yu Qian of Information Science contest linear programming- simple and efficient implementation and application of the simplex method
Hunan Yuan Xin Hao dynamic tree and its application
Shaanxi Zhe.Semantic strengthen and application of convex totally monotone
Network flow algorithm based on hierarchical thinking Talking Wang Xin Shanghai
Guangdong Chen Qifeng Size Balanced Tree
Day2
Anhui Yang Yi Hash contest in informatics in a class of applications
Sichuan Nan plane embedded in an ancient
Hunan Guohua Yang RMQ and LCA problems
A preliminary study of Zhejiang 刘雨辰 matroid
Hunan Chen Xue issues changed an Platform: |
Size: 5550080 |
Author:sxy |
Hits:
Description: 求单源最短路径的Dijkstra算法的Matlab程序
求Euler回路的Fleury算法的Matlab程序
求最小生成树的Prim算法的Matlab程序
求Huffman树的Matlab程序
最大流算法Matlab程序
求任意两点间最短路的Floyd算法的Matlab程序
-Seeking single-source shortest path Dijkstra algorithm Matlab program
Euler circuit Fleury seeking algorithm Matlab program
Seeking Prim minimum spanning tree algorithm Matlab program
Matlab program seeking Huffman tree
The maximum flow algorithm Matlab program
Seeking the shortest path between any two points of the Floyd algorithm Matlab program
Platform: |
Size: 10240 |
Author:liulang |
Hits:
Description: 用C++实现的fleury算法查找欧拉回路,已经编译好,解压缩后可以直接运行-With C++ Realized fleury algorithm to find Euler circuit, has been compiled, and can be extracted directly run Platform: |
Size: 9216 |
Author:ren517395 |
Hits: