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

搜索资源列表

  1. TryDCT.rar

    0下载:
  2. 这是一组DCT和iDCT的代码,都是基于x86构架汇编的或标准C的,有使用MMX、3Dnow或者SSE、SSE2,是陈氏算法的变种,可以参考Intel APP Notes 922
  3. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:155603
    • 提供者:
  1. DES标准C源代码.zip

    0下载:
  2. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:25378
    • 提供者:
  1. FreeImage361

    0下载:
  2. 最棒的三大计算机视觉、图像图形函数库之一,C语言版本,支持标准C-best of the three major computer vision, image and graphics functions, one C-language version supports standard C
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. 标准C写的数据直线拟合,最小二乘法处理,自己写的-write C standard linear data fitting, least squares method, wrote it myself
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1356
    • 提供者:李馨帆
  1. naivebaysianclassify

    2下载:
  2. C语言的朴素贝叶斯分类器代码,是标准C编写的,希望对大家有帮助-C language Naive Bayesian classifier code, prepared by the C standard, and I hope to be helpful
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:135157
    • 提供者:handman
  1. secalg

    0下载:
  2. 一组安全仅仅使用标准C且没有进行文件操作,内存分配的安全算法,包含md5和blowfish,可以编译成应用程序或者驱动程序使用的库.-a security group to use only standard C without documentation operation, the safety of memory allocation algorithms includes md5 and blowfish, can be compiled into applications or dri
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:17807
    • 提供者:楚狂人
  1. imdi

    1下载:
  2.   这是一个高速多维插值算法。当我们建模以后,原始的算法可能极为复杂和低速,在现有的计算条件下要得到最终的结果甚至要让我们等白了头,而该模块可以让复杂低速的计算变得简单迅速,甚至瞬间得到结果。它的原理是通过原始模型算法计算出有限的栅格节点,构建出一个多维栅格,而后可以无限次的对多维输入值瞬间得出对应的输出值,而得到的结果跟通过原始算法得到的结果相差无几。   并且,该模块还提供了对输入、输出值的校准功能。   该模块限定的输入、输出值为8位或16位的整数,浮点的计算也可以先变换为整数后再
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:84795
    • 提供者:caotings
  1. vcwork

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

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

    0下载:
  2. 16点的傅立叶算法,用标准C语言编写,并对计算速度进行了优化,比常规算法快很多
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:875
    • 提供者:殷喆
  1. 24p

    0下载:
  2. 24点傅立叶算法,用标准C编写,对执行速度进行了优化
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1586
    • 提供者:殷喆
  1. muparser_v128.tar

    0下载:
  2. 用于计算逻辑与算术表达式,支持标准C++,可在UNIX,LINUX,Windows下编译通过,性能优良
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:623299
    • 提供者:jfish
  1. g729a

    1下载:
  2. 一份不错的经编译调试通过的G729A标准 C语言源代码!
  3. 所属分类:压缩解压

    • 发布日期:2014-01-17
    • 文件大小:2000425
    • 提供者:万可妮
  1. 100道C语言经典实例

    0下载:
  2. 用标准C语言解决100道经典数学问题,堪称经典,是C程序开发员必备的C源码库,具有很强的参考价值。-using standard C language to solve 100 classical mathematical problems for his classic, C procedures required developers of C source code library, and has a strong reference value.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:26522
    • 提供者:唐伟龙
  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. C++Standard

    0下载:
  2. 介绍标准C++的一本好书。主要是STL等内容,包括了堆栈的讲解。-Standard C++
  3. 所属分类:STL

    • 发布日期:2017-05-10
    • 文件大小:2329811
    • 提供者:lihui
  1. emd

    3下载:
  2. duke大学标准C的emd源码,可直接调用。-The EMD resource of duke.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7893
    • 提供者:yujin liu
  1. JPEG-C

    0下载:
  2. jpeg解码:具有jpeg解码功能,标准C语言-jpeg decode
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:5638
    • 提供者:蔡简
  1. fft

    0下载:
  2. 标准C语言程序,对输入的二维矩阵进行快速傅里叶变换。是一种速度很快的FFT算法。因项目需求编写,完全可用。(Standard C language program, the input two-dimensional matrix fast Fourier transform. Is a fast FFT algorithm. Prepared for the project needs, fully operational.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-23
    • 文件大小:1024
    • 提供者:cjx_lhkfw
  1. C++STL(2th)

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

    • 发布日期:2018-04-30
    • 文件大小:21344256
    • 提供者:billson_
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com