搜索资源列表
ACM竞赛算法
- 此文档是ACM(国际大学生程序竞赛)很全的算法学习文档,包含枚举,贪心,动态规划,几何,图论等许多算法,相信对你会有很大帮助。
进化算法-竞赛争冠算法函数优化程序 v100801
- 该程序是在自创的无约束优化的竞赛争冠算法(旧称竞技取冠算法)函数优化程序基础上,开发出来的有约束优化程序.程序采用罚函数法实现有约束优化的,但罚因子(惩罚系数)的处理方法有别于其它罚函数法.该程序证明这种惩罚系数处理方法是有效的.该法调整惩罚系数简单,粗放,一般应用默认值即可.该程序普适性较好,进化参数调整简单,不敏感,全局最优解的搜索能力较强,数据重现性(鲁棒性)较好,获得结果精度较高,不足是有时评价函数调用次数稍多些.
acm国际大学生程序设计竞赛试题与解析(一)
- acm国际大学生程序设计竞赛试题与解析(一) ginger547的算法系列资料-acm International Collegiate Programming Contest questions and Analysis (1) the algorithm ginger547 series information
实用算法的分析与程序设计
- 本书总结了历届国际奥林匹克竞赛(IOI)的试题特点及我国参赛选手的培训经验。书中许多例题取自历届大赛的试题及中国队选手的训练题目,针对问题讲解了解题的关键思路及如何灵活运用有关的算法知识。-the book summarizes the successive international Olympiad (IOI) and the characteristics of the questions my players training
国际大学生程序设计竞赛题解
- 要想看看自己的编程水平有多高。除了开发项目和做出象样子的软件以外,还有一个很好的办法就是参加比赛.而国际大学生程序设计竞赛题解,为你提供了检验自己的一个很好的挑战。里面不仅有大量的例题,还有各种算法的分析和与实例的结合。是提高英文和编程能力的绝对好书了-To look at our own programming level is very high. In addition to development projects and to
C程序设计竞赛训练题
- 一套C语言程序设计竞赛训练题,包含简单的算法练习(A set of C language programming contest training exercises, including simple algorithm exercises)
2.曾棕根.ACM程序设计
- ACM算法竞赛教程,基于c++语言,可以很好地训练自己的算法设计水平(ACM algorithm competition tutorial)
ACM国际大学生程序设计竞赛 算法与实现 俞勇
- 此为部分acm算法模板,对算法学习有帮助(This is part of the ACM algorithm template, algorithm learning helpful)
APM航向姿态算法分析
- APM姿态算法分析,竞赛参考资料,可以用于无人机等等(UAV and other attitude algorithms)
suanfacode
- 算法竞赛入门经典源码,比较适合学习算法的同学借鉴(Algorithm competition classic source code, more suitable for learning algorithms for students to draw on)
算法竞赛
- 算法竞赛,里面包含了所有算法,适合算法初学者(Algorithm competition, which contains all the algorithms, suitable for beginners)
算法竞赛入门经典代码仓库
- 诸多经典的算法,可以从入门小白做起快速掌握了解其主要内容(Many classic algorithms, you can start from the small white, quickly grasp the main understanding of its content)
算法竞赛入门经典 第2版
- 刘汝佳的算法竞赛入门经典第二版 高清非扫描。(Algorithm competition portal classic)
入门经典
- 算法竞赛入门经典书籍里面习题的源代码。供大家学习使用。(Algorithm competition classic books, the source code of exercises. For everyone to learn to use.)
几大常见数学问题的解决窍门
- 整理的几个竞赛中很常见的算法,并加以分析,希望能对他人有所帮助。(This is a very common algorithm that has been compiled for several contests and analyzed, hoping to help others.)
算法竞赛入门经典完整版
- 法竞赛入门资料,帮助快速练习算法,掌握算法核心思想(Algorithm competition introductory information to help fast practice algorithm)
算法竞赛-入门经典-作者刘汝佳
- 算法竞赛,语言是C++,刘汝佳写的,什么破平台,烦死了。(Algorithm competition)
数模竞赛中常用的十大算法讲义
- 十大算法讲义,对于matlab使用者非常有用(Ten big algorithm Lecture Notes)
算法竞赛入门经典源代码
- 把c/c++语言、算法和解题有机地结合在一起,淡化理论,注重学习方法和实践技巧(Combine c/c++ language, algorithm and problem solving organically together, play down the theory, and pay attention to learning methods and practical skills.)
[挑战程序设计竞赛(第2版)]
- 《挑战程序设计竞赛(第2版)》对程序设计竞赛中的基础算法和经典问题进行了汇总,分为准备篇、初级篇、中级篇与高级篇4章。作者结合自己丰富的参赛经验,对严格筛选的110 多道各类试题进行了由浅入深、由易及难的细致讲解,并介绍了许多实用技巧。每章后附有习题,供读者练习,巩固所学。(The challenge Programming Contest (Second Edition) summarizes the basic algorithm