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

搜索资源列表

  1. C++_Tree_container_4.08

    0下载:
  2. C++ STL 中没有树形容器是最大的遗憾! 还好高手总是能及时出现,本源码就是 目前最强大的树型容器标准库!与大家 分享!
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:1242292
    • 提供者:huangyinghui
  1. C++STL

    0下载:
  2. 一本c++ 标准库教程、使用指南,是一本不可多得的C++参考书。
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:17948696
    • 提供者:Soulic
  1. c++liberary

    0下载:
  2. 好像是一位台湾或者是香港学者编写的一步关于c++的标准程序库, 对STL进行了理论与应用上的详细介绍。
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:3412197
    • 提供者:脉冲信号
  1. C++STL

    0下载:
  2. C++标准程序库英文版电子书 ,绝对经典STL入门书籍
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:4446243
    • 提供者:卢亚德
  1. G711_G721_G723

    0下载:
  2. 音频ADPCM编解码器,采用标准C语言编程,实现G.711,G.72 3,16K,24K,32K算法
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:20334
    • 提供者:guobing
  1. wbs

    0下载:
  2. 这里给出的源代码huffman.zip用8种不同的方式实现了Huffman编码算法。这些代码意在演示不同Huffman算法的实现原理,比较算法执行效率的差别,但并没有针对实际应用环境的需求,做更多的空间或效率优化。所有代码以C++语言编写,为了更容易地实现各种数据结构,代码中大量应用了标准C++库和模板技术。——总之,这些代码的作用在于示例和演示;如果大家想把这些代码应用在实际应用中,可能还需要做进一步的调整和优化。-given here, the source code huffman.zip
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:26763
    • 提供者:叶润
  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. BPEsourcecode.zip

    1下载:
  2. CCSDS空间图像图像压缩标准c源代码,内含源文件和测试图像,CCSDS image compression standard space images c source code, including source files and test images
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:369253
    • 提供者:徐上进
  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. 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. TryDCT.rar

    0下载:
  2. 这是一组DCT和iDCT的代码,都是基于x86构架汇编的或标准C的,有使用MMX、3Dnow或者SSE、SSE2,是陈氏算法的变种,可以参考Intel APP Notes 9,This is a group of DCT and IDCT code, are based on the x86 architecture or standard C compilation, with the use of MMX, 3Dnow or SSE, SSE2, is a variant of Chen s
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-09
    • 文件大小:153684
    • 提供者:徐亮
  1. GAFCM

    5下载:
  2. 遗传算法改进的模糊C-均值聚类MATLAB源码 模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最优分类结果。 -Value algorithm (FCM) of the optimization calculations, by the genetic algorithm is the initial cluster centers, and the
  3. 所属分类:matlab例程

    • 发布日期:2012-11-11
    • 文件大小:1514
    • 提供者:孙准
  1. gobang_lowAI

    1下载:
  2. 纯c语言写的五子棋. 标准c程序, 可以在任何编译器上运行. 自带简单的AI系统, 可以和人对弈-Written in pure c language backgammon. Standard c program that can run on any compiler. Comes with a simple AI system that can and human chess
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-06-29
    • 文件大小:2260
    • 提供者:scan
  1. examples

    0下载:
  2. C++标准程序库中的STL源码例子-C++ Standard procedure library STL source examples
  3. 所属分类:STL

    • 发布日期:2017-11-09
    • 文件大小:170258
    • 提供者:刑天
  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. CPP_Standard_Library

    0下载:
  2. C++标准库源代码_C++ STL Source Code 请不要修改任何文件,如果您修改某些文件,会导致库内部的不统一。请参考The C++ Programming Language及 The C++ Standard Library。-C++ Programming Language The C++ Standard Library
  3. 所属分类:STL

    • 发布日期:2017-04-17
    • 文件大小:283113
    • 提供者:hsc
  1. dfs_tree

    0下载:
  2. 标准c++ acm算法实现,DFS求无向图生成树的算法.copy 至vc6.0 可编译-algorithm about dfs
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1339
    • 提供者:fancy
  1. cppreference_cn

    0下载:
  2. 标准c/c++帮助文档,不含stl, 有io,string 等操作-Standard c/c++ help files, non-stl, has io, string, such as operation
  3. 所属分类:STL

    • 发布日期:2017-04-26
    • 文件大小:172513
    • 提供者:李斌
  1. SGAC

    1下载:
  2. 标准遗传算法源码 C语言编程 求解函数优化问题。-Standard genetic algorithm C language programming for Function Optimization.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-28
    • 文件大小:286822
    • 提供者:willee
  1. GA

    0下载:
  2. GA标准遗传算法(c++程序)详细附注啊.CPP GA标准遗传算法(c++程序)详细附注啊.C-failed to translate
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1859
    • 提供者:姚春玲
« 1 23 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com