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

搜索资源列表

  1. letoucaipiao

    2下载:
  2. 一些关于乐透彩票的基本算法,后面的程序都是用VB编的,同大家都用这VB吧!有兴趣的朋友可以来看看,讨论一下!没有这方面兴趣的朋友,我想也可以看看的,这里面有许多的算法真得很实用。-some lottery tickets on the basic algorithm, as the procedures are using VB series, we have used with this VB! Interested friends can come to see, discuss! No s
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3072
    • 提供者:得得
  1. hudong6

    0下载:
  2. 掌握串的堆存储及串的基本操作算法。 掌握串的匹配算法。 -master sculptors Series storage and strings of the basic algorithm. The master string matching algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:48458
    • 提供者:hd0178
  1. fesdf

    0下载:
  2. 一种基本算法! 现有一个酒店有100个房间,依次编号为1到100,第一个服务员经过,将所有房间门关上;第二个服务员经过将所有编号为2的倍数房门打开;第三个服务员经过将所有编号为3倍数的房门打开的关上,关闭的打开。依此类推;输入一个100以内的正整数N,输出第N服务员经过之后,所有房间的状态。-a basic algorithm! An existing 100 hotel rooms, followed by No. 1-100, after an attendant, all rooms wi
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4989
    • 提供者:庆中
  1. 算法(插入,删除)

    0下载:
  2. 一个些基本算法。有关于数组元素插入,删除等。可以加我QQ:254760008-a more basic algorithm. On the array element insertion, deletion and so on. Can I QQ : 254760008
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2228
    • 提供者:庆中
  1. 队列相关的所有基本算法

    1下载:
  2. 队列相关的所有基本算法,西电的老师写的,与吴伟民数据结构课本完全一致,用C实现-cohort of all the basic algorithm, the West -- written by the teachers, and textbooks Xiulan WU Weimin data structure is fully consistent with achieving C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12495
    • 提供者:李雷
  1. 数据结构计算器

    0下载:
  2. 数据结构基本算法设计 用C++实现一个计算器,计算器需具有基本的功能-basic algorithm data structure design to achieve a C calculator, calculator should have the basic functions
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10856
    • 提供者:孙锋志
  1. 数据结构车务管理

    0下载:
  2. 用数据结构实现基本算法 用C++实现车务管理,需用到栈基本数据结构-data structure used to achieve basic algorithm to achieve C bus services management, needed to stack the basic data structure
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9099
    • 提供者:孙锋志
  1. 数据结构任务分配

    1下载:
  2. 用数据结构实现基本算法 用C++实现任务分配功能-data structure used to achieve basic algorithm C Task allocation functions
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3863
    • 提供者:孙锋志
  1. bak

    0下载:
  2. 数据结构中链表算法的PPT,包括伪代码和基本原理,内容很详细-Data structure linked list algorithm PPT, including pseudo-code and the basic principles of the content in detail
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:39126
    • 提供者:士大夫
  1. UnDirectGraph

    0下载:
  2. 本程序实现了《数据结构》课本中无向图的基本算法,包括图的构造、图的深度、广度优先遍历算法、用Prim、Kruskal算法构造最小生成树以及分别用Dijkstra、Floyd算法求源点到所有顶点、图中任意两点间的最短路径,并给出具体的路径 -This procedure achieved a " data structure" textbooks undirected graph the basic algorithm, including graphs, graph depth
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:39789
    • 提供者:王广友
  1. template

    0下载:
  2. ACM及各类基本算法模板,包括数据结构,计算几何,字符串,图论,数学,高精度等许多常用模板-ACM basic algorithm and various templates, including data structures, computational geometry, string, graph theory, mathematics, high-precision, and many other commonly used templates
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2230459
    • 提供者:陈澄
  1. analysys-and-design-of-algorithm-ppt

    0下载:
  2. 我上课用的计算机算法设计与分析的电子教案,内容包括了最基本的分治法,贪心法,动态规划法,-I class computer algorithms used in design and analysis of electronic lesson plans, including the most basic sub-rule law, greedy method, dynamic programming method,
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1412829
    • 提供者:周先生
  1. FourArithmetic

    0下载:
  2. 精心编写的带有4个基本算法的程序,能加深大家对希尔排序、冒泡排序、快速排序、选择排序的理解,并清楚其中的区别,以及算法优劣性-Carefully prepared with a basic algorithm for four procedures, to strengthen the U.S. on the Hill sort, bubble sort, quick sort, selection sort of understanding, and clearly one of the di
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:900449
    • 提供者:胡庆恩
  1. DataStructureWithC

    0下载:
  2. 基于C语言的数据结构算法描述,包括常用的基础算法,适合初学者使用。-Based on the C language descr iption of the data structure algorithms, including the commonly used basic algorithm, suitable for beginners to use.
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:216007
    • 提供者:wang qu
  1. dijkstra

    0下载:
  2. dijkstra算法源代码,实现了dijkstra算法,并附有一个简单路网文件-dijkstra algorithm source code, to achieve the dijkstra algorithm, together with a simple network file
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4004
    • 提供者:姜智勇
  1. data-structure-algorithm(CPP)

    0下载:
  2. 数据结构算法,都是基本算法,供大家学习。使用c++面向对象形式编写,各种算法都封装在各自的类里,如果想增加功能,在相应的类里增加函数即可。-Data structure algorithms, are the basic algorithm, for all to learn. Using c++ object-oriented form of writing, various algorithms are encapsulated in their own class, if you want
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:6647
    • 提供者:tony
  1. Combination-logic-algorithm

    0下载:
  2. 本文介绍了组合逻辑的基本算法,以及c代码-This article describes the basic algorithm of combinatorial logic, and c code
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:359717
    • 提供者:lipeng
  1. Algorithm-code

    0下载:
  2. 这个压缩包中包括算法中的一些基本算法源代码。如二分排序,合并排序,最长公共子序列,最有装载,活动安排问题。-Some of the basic algorithm of the algorithm source code. Such as sort, merge sort, the longest common subsequence, the most loaded, activity arrangements.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:69876
    • 提供者:yiling
  1. algorithm

    0下载:
  2. 北邮算法设计课件,主要讲解了很多基本的算法,很有用-The BUPT algorithm design courseware, to explain many of the basic algorithm, is useful
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3291700
    • 提供者:ycc
  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
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com