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

搜索资源列表

  1. CH1-oop-and-class

    0下载:
  2. 中科院研究生院信息学院杨立祥教授vc++面向对象程序设计课件,2010年版!-Chinese Academy of Sciences, Graduate School of Information Science Professor Yang Lixiang vc++ object-oriented programming courseware, the 2010 edition!
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:800341
    • 提供者:
  1. algrithem2010

    0下载:
  2. 算法2010试题,包括算法分析与设计的相关文档,请下载使用,谢谢。-Algorithm 2010 questions, including the algorithm analysis and design of related documents, please download, thank you.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:4126
    • 提供者:just
  1. liebao

    0下载:
  2. 动物世界里猎豹的奔跑总是很让人有速度的美感。这天,猎豹盯上了一只野猪,现在 要捉住它,由于猎豹很好的保护色,所以野猪没发现猎豹。猎豹和野猪在同一条直线上, 他们的坐标分别是 x 和 y,x 是小于等于 y 的。 现在猎豹有两种跑法: 1跑动一格,就是从x到x+1或者x-1; 2跑动一倍,就是从x到2*x。 现在请你找出最少要几步捉到野猪。 ★数据输入 输入第1行给出两个正整数x、y(0<x<=y<=100000),分别表示猎豹的坐
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1588
    • 提供者:刘少东
  1. 2010_Blokus

    0下载:
  2. 一个经典的游戏blokus,测试代码可以去http://www.botzone.org/去测试。 北京大学2010年程序设计实习最终大作业-A classic game blokus, test code can go http://www.botzone.org/ to test. Peking University, 2010 Internship Program final big job
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:252766
    • 提供者:changxin
  1. 2010-DataStruct-PPT14

    0下载:
  2. 数据结构DataStruct 数据结构DataStruct -DataStructDataStructDataStructDataStructDataStruct08 gis schoolwork ppt
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:55298
    • 提供者:小鬼
  1. TString

    0下载:
  2. 一个封装有KMP模式匹配算法的String类示例,VC++ 2010下编译通过。. -A package KMP pattern matching algorithm with the String class example, VC++ 2010 compile. .
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1682426
    • 提供者:王彦之
  1. Introduction-to-Algorithms-3rd

    0下载:
  2. 《算法导论(原书第2版)》一书深入浅出,全面地介绍了计算机算法。对每一个算法的分析既易于理解又十分有趣,并保持了数学严谨性。本书的设计目标全面,适用于多种用途。涵盖的内容有:算法在计算中的作用,概率分析和随机算法的介绍。本书专门讨论了线性规划,介绍了动态规划的两个应用,随机化和线性规划技术的近似算法等,还有有关递归求解、快速排序中用到的划分方法与期望线性时间顺序统计算法,以及对贪心算法元素的讨论。本书还介绍了对强连通子图算法正确性的证明,对哈密顿回路和子集求和问题的NP完全性的证明等内容。全书提
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4960710
    • 提供者:jsp
  1. Board-covering-algorithm

    0下载:
  2. 棋盘覆盖算法,分治法,使用Microsoft Visual Studio 2010编写,控制台程序-Board covering algorithm, divide and conquer method, using Microsoft Visual Studio 2010 written in console application
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:918930
    • 提供者:guan
  1. Dijkstras

    0下载:
  2. Dijkstas algorithm, that uses prim s algo and primarique, fibonacci, it is done with visual studio 2010
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1583
    • 提供者:menikidis
  1. data-structure-homework

    0下载:
  2. 华南理工大学2010级数据结构与算法分析大作业 可供大家分享传阅 -South China University of Technology 2010 Data Structures and Algorithms big job available for everyone to share circulated
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:15034
    • 提供者:yuanyang
  1. fuffmancode

    0下载:
  2. Huffman编码的C++程序,在visual Studio2010下调试运行成功,内有很详细的注释。可自动统计字符的概率并进行相应的编码。-Huffman coding C++ program debugging in Visual Studio 2010 runs successfully, there are very detailed notes. Can automatically statistical probability of a character and make the
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:746338
    • 提供者:赵姣姣
  1. tu

    0下载:
  2. 图的遍历,C语言visual 2010版运行-Graph traversal, C language, visual 2010 edition runs
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:3471218
    • 提供者:王孖丰
  1. pxectree

    0下载:
  2. 排序树,C语言visual 2010版运行-Sort tree, C language, visual 2010 edition run
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:3193701
    • 提供者:王孖丰
  1. Hashtable

    0下载:
  2. 哈希表,C语言visual 2010版运行-Hash table C language visual 2010 edition run
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:2846845
    • 提供者:王孖丰
  1. A-(B^C)

    0下载:
  2. 集合的合并,C语言visual 2010版运行-Collection of the merger, C language, visual 2010 edition run
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:3173808
    • 提供者:王孖丰
  1. identifyword

    0下载:
  2. 一个验证身份证号码有效性的小程序。身份证号码必须是18位,而且前17位必须是数字,最后一位只能是数字或小写字母x,第7到14位是出生年月日,必须符合有效性检测,即年在1900到2010之间,月要在1到12之间,日子要考虑闰年的情况。-Verify the identity card numbers of the effectiveness of the program. Identity card number must be 18, and 17 must be numeric, the la
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:885463
    • 提供者:魏飞
  1. Submit_Final

    0下载:
  2. 波兰计算机程序设计大赛试题Mushroom[B] (http://main.edu.pl/en/archive/pa/2010/grz)-The answer to PA2010 Mushroom[B](http://main.edu.pl/en/archive/pa/2010/grz)
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:1448
    • 提供者:刘奥
  1. CreateInvertedIndex-3

    0下载:
  2. 给出文本文件实现将此文件进行倒排索引的功能,用visual studio 2010开发。-Given text file using this file inverted index function, using visual studio 2010 development.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2105509
    • 提供者:MS.Rong
  1. Gold_Segment

    0下载:
  2. 该程序实现了经典的黄金分割算法,运行平台是Visual Studio 2010.-The program implements the classic golden section algorithm, the platform is running Visual Studio 2010.
  3. 所属分类:Data structs

    • 发布日期:2017-05-18
    • 文件大小:4751756
    • 提供者:王江
搜珍网 www.dssz.com