CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 算法竞赛

搜索资源列表

  1. 国际大学生程序设计竞赛题解

    0下载:
  2. 要想看看自己的编程水平有多高。除了开发项目和做出象样子的软件以外,还有一个很好的办法就是参加比赛.而国际大学生程序设计竞赛题解,为你提供了检验自己的一个很好的挑战。里面不仅有大量的例题,还有各种算法的分析和与实例的结合。是提高英文和编程能力的绝对好书了-To look at our own programming level is very high. In addition to development projects and to make the software look like t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1880102
    • 提供者:srgr
  1. 图论算法库 C++ 语言实现

    0下载:
  2. 图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10202
    • 提供者:罗鹏魁
  1. 1993-1996美国计算机程序设计竞赛试题与解析

    0下载:
  2. 1993-1996美国计算机程序设计竞赛试题与解析 ginger547的算法系列资料-1993-1996 American Computer Programming Contest questions and parsing algorithm ginger547 series information
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2994122
    • 提供者:王健旭
  1. acm国际大学生程序设计竞赛试题与解析(一)

    0下载:
  2. acm国际大学生程序设计竞赛试题与解析(一) ginger547的算法系列资料-acm International Collegiate Programming Contest questions and Analysis (1) the algorithm ginger547 series information
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1931930
    • 提供者:王健旭
  1. 递推关系的建立及在信息学竞赛中的应用

    0下载:
  2. 递推关系的建立及在信息学竞赛中的应用 欢迎下载ginger547的算法资料-recurrence relations and the establishment of the Information Science Contest welcome to download the application of the algorithm information ginger547
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:44816
    • 提供者:王健旭
  1. 实用算法的分析与程序设计

    0下载:
  2. 本书总结了历届国际奥林匹克竞赛(IOI)的试题特点及我国参赛选手的培训经验。书中许多例题取自历届大赛的试题及中国队选手的训练题目,针对问题讲解了解题的关键思路及如何灵活运用有关的算法知识。-the book summarizes the successive international Olympiad (IOI) and the characteristics of the questions my players training experience. Many examples from
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10832215
    • 提供者:石争辉
  1. 07shumojinshai

    0下载:
  2. 2007高教社杯全国大学生数学建模竞赛题目 开发一个解决公交线路选择问题的自主查询计算机系统。 为了设计这样一个系统,其核心是线路选择的模型与算法, 包括相关数据-2007 China Undergraduate Mathematical Contest in Modeling the subject to develop a solution to the issue of bus lines to choose their own inquiries computer syste
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:45817
    • 提供者:qin
  1. ant_colony_algorithm_TSP

    0下载:
  2. 在大学生或者研究生数学建模竞赛中旅行商优化问题是一个很重要而又难解决的问题,本人自编程蚁群算法智能程序很好的解决此问题。-University students or graduate students in the Mathematical Contest in Modeling in the traveling salesman optimization problem is a very important and difficult to resolve the problem, I s
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2663
    • 提供者:gjj
  1. ACM

    0下载:
  2. acm是一门相当富有技术含量的大学生竞赛,这是其中的一些常见算法教程,希望对大家有帮助-acm is a ativity for university students
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-30
    • 文件大小:12577928
    • 提供者:zhuo
  1. computation_geometry_lib

    0下载:
  2. 计算常见的几何算法问题, 参加竞赛常用的算法,都经过了测试,欢迎大家使用,C代码-computation geometry lib
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:27198
    • 提供者:keenas
  1. DataStructureAlgorithm

    1下载:
  2. 数据结构和算法,非常经典,讲的很详细!第一部分 基础知识 第一章 C++程序设计 第二章 程序性能 第二部分 数据结构 第三章 数据描述 第四章 数组和矩阵 第五章 堆栈 第六章 队列 第七章 跳表和散列 第八章 二叉树和其他树 第九章 优先队列 第十章 竞赛树 第十一章 搜索树 第十二章 图 第三部分 算法设计方法 第十三章 贪婪算法 第十四章 分而治之算法 第十五章 动态规划 第十六章 回
  3. 所属分类:Data structs

    • 发布日期:2016-08-26
    • 文件大小:17229762
    • 提供者:孙继磊
  1. acm

    0下载:
  2. 字符串处理,动态规划,高精度个人小结,对初学算法竞赛有用-String handling, dynamic programming, high-precision individual summaries, helpful for beginners algorithm competition
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:9632
    • 提供者:小一
  1. The-first-three-arraysaalgorithms

    0下载:
  2. VB入门项目教学法:第3篇 数组与算法——竞赛评分程序-Getting Started VB Project Approach: The first three arrays and algorithms- competition score program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:223823
    • 提供者:haha
  1. 算法竞赛

    0下载:
  2. 算法竞赛,里面包含了所有算法,适合算法初学者(Algorithm competition, which contains all the algorithms, suitable for beginners)
  3. 所属分类:数据结构

    • 发布日期:2017-12-29
    • 文件大小:217088
    • 提供者:zhugfjds
  1. 算法竞赛入门经典代码仓库

    0下载:
  2. 诸多经典的算法,可以从入门小白做起快速掌握了解其主要内容(Many classic algorithms, you can start from the small white, quickly grasp the main understanding of its content)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-23
    • 文件大小:68608
    • 提供者:萧萧瑟瑟
  1. 算法竞赛入门经典 第2版

    0下载:
  2. 刘汝佳的算法竞赛入门经典第二版 高清非扫描。(Algorithm competition portal classic)
  3. 所属分类:数据结构

    • 发布日期:2017-12-24
    • 文件大小:9724928
    • 提供者:Thomas98
  1. 数模竞赛中常用的十大算法讲义

    0下载:
  2. 十大算法讲义,对于matlab使用者非常有用(Ten big algorithm Lecture Notes)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:440320
    • 提供者:KimLu
  1. [挑战程序设计竞赛(第2版)]

    0下载:
  2. 《挑战程序设计竞赛(第2版)》对程序设计竞赛中的基础算法和经典问题进行了汇总,分为准备篇、初级篇、中级篇与高级篇4章。作者结合自己丰富的参赛经验,对严格筛选的110 多道各类试题进行了由浅入深、由易及难的细致讲解,并介绍了许多实用技巧。每章后附有习题,供读者练习,巩固所学。(The challenge Programming Contest (Second Edition) summarizes the basic algorithm and classic problems in the pr
  3. 所属分类:数据结构

    • 发布日期:2018-04-22
    • 文件大小:72514560
    • 提供者:蛮吉是魁拔
  1. basic algorithm

    0下载:
  2. acm竞赛的基础算法简介,包含贪心法,二分法,倍增法,优先队列以及大量习题。(The basic algorithms of ACM competition include greedy, dichotomous, multiplier, priority queues and a large number of exercises.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-29
    • 文件大小:377856
    • 提供者:kdjlyy
  1. 美赛程序算法分类详解

    3下载:
  2. 美赛 人员疏散模型 元胞自动机 美国大学生数学建模竞赛MATLAB示例程序(Evacuation Model Based on Cellular Automata)
  3. 所属分类:matlab例程

    • 发布日期:2020-01-12
    • 文件大小:1507328
    • 提供者:ACATSP
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com