CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 算法 数据结构

搜索资源列表

  1. 数据结构算法与应用C

    0下载:
  2. 一本关于代码的书,很有用.,看看对自己帮助很大-a code on the book useful. See their great help
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:1825039
    • 提供者:方家伟
  1. 循环队列

    0下载:
  2. 数据结构的一个算法,请参考,可以改进。happyforever@people.com.cn-data structure of an algorithm, please refer to, can be improved. Happyforever@people.com.cn
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5784
    • 提供者:yxw
  1. 十进制转八进制(用VC编写)

    1下载:
  2. 利用数据结构中的算法 在VC环境下编写十进制转八进制-use data structure algorithms in VC metric prepared to octal
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10909
    • 提供者:代价
  1. 7-302-11998-8y

    0下载:
  2. 数据结构与算法——C++版(第3版)源文件-data structures and algorithms -- C version (version 3) Source
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:56320
    • 提供者:于杰
  1. other

    0下载:
  2. 数据结构算法演示版,简单易学,截面更人性化,多多关照-data structure algorithms demo, easy, section more humanized, to take care of
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:90110
    • 提供者:张伊圣
  1. supcode_6038

    0下载:
  2. 一些常用数据结构和算法的实现,比较完整,测试可用!还是不错的-some commonly used data structures and algorithms to achieve more comprehensive testing available! Good or
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:347138
    • 提供者:张南
  1. shortpath-ron

    0下载:
  2. C实现二叉排序树的各种算法,了解数据结构中的树。-C fork order to achieve two tree algorithms, understanding of data structure of the trees.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18973
    • 提供者:李海
  1. KeyPath

    0下载:
  2. 数据结构中关键路径算法的实现与应用。介绍求关键路经的算法,对于给出的事件结点网络,要求求出从起点到终点的所有路径,经分析、比较后找出长读最大的路径,从而得出求关键路径的算法。-data structure Critical Path algorithm implementation and application. Introduced for passing key algorithm is given for the incident node network requirements de
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4584
    • 提供者:周善人
  1. CSkyRainReg

    0下载:
  2. 《数据结构》中二叉树的常用算法的练习。包括排序、兄弟-孩子链表的建立,查找等。-"data structure," the binary tree algorithm commonly used in practice. Includes sorting, brother-child Chain establishment, such as search.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:31016
    • 提供者:zxp
  1. GAyutuxing

    0下载:
  2. 这是个遗传算法的数据结构,该算法用在提取图形特征方面。 -this is a genetic algorithm data structure, the algorithm used in the extraction graphics characteristics.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:41734
    • 提供者:陈智
  1. blackredtree

    0下载:
  2. 研究生课程设计内容,有助于学习算法分析与数据结构等内容,体积很小!-postgraduate courses design elements that contribute to learning algorithm analysis and data structure, small size!
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:47536
    • 提供者:时蕾
  1. loadcode

    0下载:
  2. 在MATLAB中编写实现图像的不同级别小波分解算法;2选择合适的小波基;3对经典的几幅黑白和彩色图像进行DWT变换;4实现零树、基于塔式网格矢量量化、基于LBG算法、基于标量量化等小波变换编码;5得到分析比较结果。达到的目的:1综合训练学生编程的能力;2对高数、计算方法、程序设计、数据结构、算法、数字图像处理等课程的复习和运用;3可培养学生的算法设计和分析能力。-in MATLAB prepared to achieve different levels of image wavelet dec
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:34727
    • 提供者:aa
  1. C++ChangyongSuanFa

    0下载:
  2. 数据结构的比较齐全的常用算法。共学习数据结构和C++的同学们使用-data structure of a subset of commonly used algorithm. A total of learning C data structures and the use of students
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:291588
    • 提供者:史磊
  1. datastruct_lzw

    0下载:
  2. 一个数据结构课程之后自己编写的lzw压缩算法-a data structure courses to prepare themselves to the 4,558,302 Compression Algorithm
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:47383
    • 提供者:段云
  1. ExampleOfStack

    0下载:
  2. 迷宫算法(数据结构的一个大作业)。 堆栈的使用及路径的搜索。另外包括一些菜单的添加,怎样使用自定义运用程序的图标。-maze algorithm (data structure of a large operations). Stack and the use of the search path. Also include the addition of some menu, and how to use the definition of the procedures for use o
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:65279
    • 提供者:李冰海
  1. EightQueens

    0下载:
  2. 数据结构课程设计-八皇后算法的实现。 使用链表堆栈来实现的,涉及到一些界面编程的内容。具体也不太记得了,因为这是一年前做的了。希望广大朋友能支持一下,提供一些游戏源码参考一下。本人这学期的项目实践是开发斗兽棋这个小游戏。-curriculum design data structure-eight of the Queen's algorithm to achieve. Use Chain stack to achieve, involving some interface prog
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:138093
    • 提供者:李冰海
  1. Intra3D-Software

    3下载:
  2. 基于OpenGL与Windows的交互式三维图形技术以及程序设计。结合配套软件─—交互式三维图形软件开发工具Intra3D 2.0: (1)3D C++ 类库与COM对象库系统设计; (2)3D 交互算法与数据结构设计; (3)3D 图形用户界面设计; (4)使用Visual C++ 和Intra3D 2.0 C++ 类库编写交互式3D 应用程序; (5)使用Visual Basic和Intra3D 2.0 COM类库编写交互式3D 应用程序。 Intra3D 2.0是免
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:5507076
    • 提供者:胡锦涛
  1. dyezisuanfa

    0下载:
  2. 一个叶子算法程序,是简单的数据结构程序 ,实现-leaves an algorithm is simple procedures for the data structure to achieve
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1575
    • 提供者:陈智
  1. CProgram

    0下载:
  2. 实现了很多的数据结构算法,适合与想学习数据结构编程的读者。-achieve a lot of data structure algorithms, fit and want to learn data structure programming readers.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:266968
    • 提供者:lilong
  1. c_CourseDesign_source

    0下载:
  2. C课程设计源代码。适合用来巩固、提高自己的C语言编程能力,内容包括小游戏、数值算法、管理系统、数据结构等。-C source code. Suited to consolidate and increase their ability to C language programming, including mini-games, numerical algorithm, management systems, data structures, etc.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1423561
    • 提供者:皮皮狗
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com