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

搜索资源列表

  1. fk1

    0下载:
  2. 有关于数据结构中用C语言作为源码的几个线性表,栈和队列的几个例子,其中包括基本的插入、删除、查找等功能-on the data structure used C language as the source of several linear table, stack and queue a few examples, including the basic insert, delete, search functions
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4490
    • 提供者:F.K.
  1. FileOperateion

    0下载:
  2. C语言编写的关于文件的基本 操作的程序源代码,比较实用 -C language of the document prepared by the basic operation of the program source code, more practical
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3436
    • 提供者:bluehat
  1. h264_msvc_build

    0下载:
  2. 我自己做的ffmpeg的h264的decoder的vc++6.0的完整源代码(一个补丁和一个附加的vc工程目录),使用方法在压缩包内。 所依据的版本是2007.1.19 checkout的,修改后的vc版本运行速度与MinGW+gcc编译的最高运行速度基本相当(+/-2%)。 只能使用intel编译器,vc自带的编译器效率太低。 给我加点技术分吧!!!! -I do ffmpeg the h264 the decoder vc 6.0 of the integrity of the
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12709
    • 提供者:qgfhit
  1. haffman_tree

    0下载:
  2. 我的一次数据结构课程设计HUFFMAN树的C++源代码,基本功能有: 1.显示27个字符的haffman编码; 2.输入m个字符,对应27个字符的权值进行haffman编码; 3.输入一串字符,用已经定义的haffman编码输出;-a data structure course design Speed HUFFMAN tree C source code, the basic function : 1. show 27 characters haffman coding; 2. m
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2255
    • 提供者:ARK
  1. campusNavigate

    1下载:
  2. 校园导航程序,数据结构中图的利用的典型例子(我的一次课程实验源代码),本代码用C语言编写; 基本功能: 1.校园景点信息的查询功能。 2.校园景点最短路径查询功能。(求图的最小路径)-campus navigation procedures, the data structure using the map of a typical example (I once Experimental source code), The code in C language; basic fun
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10141
    • 提供者:ARK
  1. Graph-theory-by-amber

    0下载:
  2. amber大牛总结的图论基本术语和算法大略,建议结合源码学习,比较抽象-Daniel summed up the amber basic terminology of graph theory and algorithms rough, combination source learning, abstract
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:513195
    • 提供者:Zsw95
  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. part5

    0下载:
  2. 数据结构c++数据源代码,涵盖了基本的数据结构代码第五部分-Data structure c++ source code, covering the basic data structure code Part V
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:10361
    • 提供者:溪溪
  1. DSDemo

    0下载:
  2. 数据结构,经典算法,C语言和BASIC语言双重代码动态演示程序-Data structure, the classical algorithm, C language and double-source dynamic language BASIC demo program
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:2037014
    • 提供者:zhongsheng
  1. java_sort

    0下载:
  2. java常用的排序算法源码,从最基本的冒泡排序到快速排序,基排序等各种实现 -commonly used sorting algorithm java source code, from the most basic to the Quick Sort Bubble Sort, sort, etc. to achieve the base
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2414
    • 提供者:沈明欣
  1. stackqueue

    0下载:
  2. 数据结构栈和队列基本源代码,并包括银行模拟、中缀表达式计算、列车调度、农夫过河问题等经典数据结构算法。-Stack and queue data structure of the basic source code, and includes Bank of simulation, in the calculation is made up of expressions, the train scheduling, the farmer across the river, such as the
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:12772
    • 提供者:guanjun
  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. datastructure

    0下载:
  2. there are basic source codes of data structure these codes will help study data structure about simple calculator, linkedqueue, nodelist, nodesequence, progression
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:5016
    • 提供者:chan
  1. simplecalculator

    0下载:
  2. there are basic source codes of data structure. these codes will help study data structure. about simple calculator
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:549
    • 提供者:chan
  1. LinkedQueue

    0下载:
  2. there are basic source codes of data structure. these codes will help study data structure. about linkedq-there are basic source codes of data structure. these codes will help study data structure. about linkedqueue
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:833
    • 提供者:chan
  1. NodeList

    0下载:
  2. there are basic source codes of data structure. these codes will help study data structure. about nodelist.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1072
    • 提供者:chan
  1. NodeSequence

    0下载:
  2. there are basic source codes of data structure. these codes will help study data structure. about nodesequence.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:858
    • 提供者:chan
  1. progression

    0下载:
  2. there are basic source codes of data structure. these codes will help study data structure. about progression.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2198
    • 提供者:chan
  1. C-source-program-100-cases-

    0下载:
  2. c经典源程序100例,锻炼基础技能,寻找更好的编程方法。-c classic source 100 cases, the exercise of basic skills, looking for better programming methods.
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:19925
    • 提供者:张达
  1. source

    0下载:
  2. /* 功能: 输入参数:int*p 指向二维数组的首地址,该二维数组第0行的两个数分别表示:总钱数<30000,和希望购买物品的个数<25 该数组从第1行到第m行(1<=j<=m)中给出了编号为j的物品的基本数据,每行有2个非负整数, 表示该物品的价格(<=10000)和该物品的重要度(1~5)。 GetResult表示不超过总钱数的物品的价格与重要度乘积的总和的最大值(<100000000)。
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1483
    • 提供者:lkl
« 12 3 4 5 »
搜珍网 www.dssz.com