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

搜索资源列表

  1. card24

    0下载:
  2. 可以进行分数的24点运算的,因为里面还额外实现了一个分数类。24点必须用VC编译,GCC编译会有问题,这个bug当时没找出来。可能是默认堆栈大小的问题。这个程序从我现在看来,写得很差。-can score 24 points in computing, because it has achieved an additional category scores. 24 points to be compiled with VC, the GCC compiler will create probl
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15411
    • 提供者:
  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. longestCommonSeq

    0下载:
  2. 最长公共序列的C源码,随机生成字符串,GCC编译通过。-public longest sequence of C source code, randomly generated string GCC compile.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1054
    • 提供者:宋达
  1. huffman-src

    0下载:
  2. 8种不同的方式实现了Huffman编码算法,使用Visual Studio .NET(建议使用VS .NET 2003或以上版本)或 gcc 3-eight different ways to achieve the Huffman coding algorithm, Visual Studio.NET (recommended VS.NET 2003 or later) or gcc 3
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:38150
    • 提供者:易飞扬
  1. hashtable

    0下载:
  2. 一个哈希查找算法,用c实现, gcc编译 如果使用vs可能会提示少stdint.h-A hash search algorithm, with c and gcc compiler to achieve, if you are using VS , you may get a "can t find stdint.h",
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:4762
    • 提供者:qz
  1. nQueens

    0下载:
  2. 使用C语言解决n皇后问题,包括递归和非递归的实现源码。运行环境:Linux,g-Using the C language to solve n queens problem, including the recursive and non-recursive implementation of source code. Runtime Environment: Linux, gcc
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:10143
    • 提供者:ajaxhe
  1. Btree

    0下载:
  2. B树的C++实现代码,实现了插入,删除,查找的功能,在VS2008和GCC下通过编译。 B树的实现代码在Btree.h里,TestBtree.cpp是一个非常简单的测试-Implementation code of the Btree
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1809916
    • 提供者:shuho
  1. source

    0下载:
  2. 用gcc实现完整的堆排序、快速排序、归并排序等排序算法-A complete heap sort, quick sort, merge sort sorting algorithm with gcc
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3194
    • 提供者:
  1. array

    0下载:
  2. array接口,提供了动态数组的接口和实现,内有array.c为实现array.h为接口以及makefile。可在gcc下编译通过-array interface and implementation
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:1143
    • 提供者:zeropointer
  1. datastructures

    1下载:
  2. 最全面最实用的数据结构源代码。。gcc完美运行-The most comprehensive and practical data structure of the source code. .
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:25520
    • 提供者:falin
  1. 5th_graph0518cg.tar

    0下载:
  2. 图的邻接矩阵跟邻接表的创建,遍历等,核心是深度优先遍历DFS和广度优先遍历BFS,其中广度优先遍历使用了队列,bfs写了两种方式,详情可以查看注释。使用gcc编译,-Adjacency matrix with the adjacency list creation, traversal, depth-first traversal of the core DFS and breadth-first traversal BFS, breadth-first traversal which uses
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:10319
    • 提供者:chen
  1. algorithms-master

    0下载:
  2. 1. 经典的算法实现 2. 服务器端 3. 正确,易于使用和改造, 一个头文件一个算法,并附带一个demo. 1. 一个算法用一个.h文件表示放到include下.2. 算法演示的demo程序放到src下.3. 程序正确通过后,请发起Pull Requests,代码被验证后入库,并在README中发布新算法实现。 已实现 ( Implemented ): Array shuffle Prime test(trial division) Prime test(Mi
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1636510
    • 提供者:汪小君
  1. cycleList

    0下载:
  2. 一个简易的环形链表程序,支持插入、查找、删除等基本操作,风格简约,gcc下编译通过-A simple circular linked list that supports insert, search, delete, and other basic operations, simple style, gcc compiler through
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3531
    • 提供者:Xie Guannan
  1. BSTtree

    0下载:
  2. 实现了二叉排序树的创建和中序遍历,在GCC上测试通过-realize BST tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1617
    • 提供者:luyun
  1. sequential_search

    0下载:
  2. 顺序存储结构和链式存储结构的顺序查找方法实现,在GCC上测试通过-realization of sequential search, tested on GCC compiler
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1695
    • 提供者:luyun
搜珍网 www.dssz.com