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

搜索资源列表

  1. DSAAcodes

    0下载:
  2. 《数据结构、算法与应用》从C++语言应用角度列举了要点,以大量示例实现了表、树、图数据结构,最后实证了各种典型算法。以标准C++语法,模板化设计,符合软工思想。此内容为源码。-"data structures, algorithms and applications" from the perspective of C language application listed on the main points, a large number of examples to a
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:260270
    • 提供者:ldl
  1. tree-2.03

    0下载:
  2. 一个德国人Kasper Peeters用C++ template写的tree的STL实现,并和STL其他容器vector,map一样,提供标准STL接口,供用户调用。非常有参考价值,说明文档参见tree.pdf。-a German Kasper Peeters C template to write the tree S TL realized, and other containers and STL vector, map, providing standard STL interface,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:196141
    • 提供者:陈铤杰
  1. vcwork

    0下载:
  2. 上传几个数据结构源代码,比较简单。用标准c++写的。-upload a few data source code structure, relatively simple. Standard c writes.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:35342
    • 提供者:zhao
  1. list

    0下载:
  2. C语言编写的标准链表模板。包含链表的9种基本操作,链表的创建,判断,结点的增加、删除、查找,链表的删除等。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1715
    • 提供者:KiD
  1. GraphTrace.rar

    0下载:
  2. 用标准C++完成对图的深/广度优先搜索,使用邻接多重表的存储结构,Using standard C++ Completion of the map deep/breadth-first search, the use of the adjacent multi-table storage structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:271388
    • 提供者:张恒
  1. clist-1.5.4-release

    0下载:
  2. CList是一个标准C++的列表存储和维护的模板库,它所有的类都在一个头文件里,而且位于同一个命名空间。压缩包里有详细的文档说明怎么使用这个库。-CList is a list storage and manipulation template library written in standard C++. All classes can be included with#include <ta0kira/clist.hpp> after the library is instal
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:169550
    • 提供者:james
  1. fzdj.rar

    0下载:
  2. 分支定界算法C语言实现源程序,标准C源代码,直接可以运行,程序有详细的说明,Branch and bound algorithm for C language source code implementation, the standard C source code can run directly, the program has a detailed descr iption of
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:146476
    • 提供者:wanghao
  1. List.rar

    0下载:
  2. 单向链表的标准c++实现范例 数据结构 面向对象 生成函数 复制函数 赋值函数 操作符重载,The standard one-way linked list c++ to achieve an example of object-oriented data structure constructor function Copy function overloaded assignment operator function
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1066
    • 提供者:yuebob
  1. C++

    0下载:
  2. 标准答案习题1 1.1 简述C++语言程序的结构特点。 答: (1)C++程序由一个或多个函数组成,其中至少有一个主函数main(),程序从主函数开始执行,由主函数来调用其他函数。-Standard answer to Exercise 11.1 on C++ Language program structural characteristics. Answer: (1) C++ Procedures by one or more functions, of which at lea
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:40570
    • 提供者:张建军
  1. 2xtree

    0下载:
  2. 标准c实现的排序二叉树,该代码从实际运行的程序代码中分离出来,用C++思想稍为封装一下,也能形成自己的排序二叉树操作类-Order to achieve the standard c binary tree, the code actually runs code from separating, using C++ thinking about a little package can also form their own sort binary tree class action
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2521
    • 提供者:huxiang
  1. hash2

    0下载:
  2. 标准C的Hash表实现,采用环形队列加顺推的原理,实现高效的HASH表,参考暴雪游戏的实现原理,原创-Standard C, Hash table implementation, pushed along by the ring plus the principle of the queue, to achieve efficient HASH table, refer to the realization of the principle of Blizzard games, original
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:12873
    • 提供者:Andrew Huang
  1. test_conf

    0下载:
  2. 标准C实现配置文件处理代码,可以识别出各种错误格式,非常合适嵌入式编程中使用-Standard C to achieve the configuration file handling code, you can identify a variety of error formats, very appropriate use of embedded programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:3971
    • 提供者:Andrew Huang
  1. 4

    0下载:
  2. 字符串数据的组织和处理 标准C++库的使用。 指针的使用方法。 通过debug观察指针约内容及其所指的对象的内容。 通过动态内存分配实现动念数组,并体会指针在其中的作用 -String data organization and processing of standard C++ libraries use. Pointer is used. Observation about the contents of the debug pointer and the conten
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:5768
    • 提供者:dfaga
  1. btree

    0下载:
  2. 标准C++的B树实现,使用类和模板,具有通用和代表性。-A c++ implementation OF b tree, which is generic and representative.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:11926
    • 提供者:
  1. High-Qulity-C

    0下载:
  2. 高质量c语言标准华为内部规范,各种语句的缺陷与注意事项-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:427979
    • 提供者:周明成
  1. sorts

    0下载:
  2. 插入、合并、快速、冒泡、桶排序性能分析 标准C++代码,运用面向对象的设计理念,整体结构紧凑富有逻辑性 具体算法参照《算法导论》第四版 vs2010下可以正常运行 其他环境下,请自行建立工程,并拷贝sorts目录下sorts.cpp CalTime.h CalTime.cpp的内容 -Insert, merge, quick, bubble, bucket sort performance analysis Standard C code, the use of
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3653599
    • 提供者:Beef
  1. example33

    0下载:
  2. 使用标准C采用数组实现栈的非递归算法进行迷宫问题的求解-Demo C program for maze It shows how to realize stack using standard C
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2663
    • 提供者:林镇安
  1. WordChecker_final_2

    0下载:
  2. 英文单词的检查,使用二叉树数据结构。标准C++完成-Word Chenker
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:388457
    • 提供者:bobyisland
  1. libcstl-2.0.3.tar

    0下载:
  2. libcstl是使用标准C编写的一个通用的数据结构和常用的算法库,它模仿SGI STL的接口和实现-libcstl is written in standard C, a common data structures and algorithms library, which mimics the SGI STL interface and implementation
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4189070
    • 提供者:wangyi
  1. C++STL(2th)

    0下载:
  2. STL标准模板库介绍,各种数据结构的使用,C++语言的实现(Introduction of Standard Template Library)
  3. 所属分类:数据结构

    • 发布日期:2018-04-30
    • 文件大小:21344256
    • 提供者:billson_
« 12 3 »
搜珍网 www.dssz.com