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

搜索资源列表

  1. TSP的C实现

    0下载:
  2. 人工智能经典问题TSP问题的C语言实现,内含源程序和调试过程生成的文件-AI classic TSP's C language, and includes source code debugging process produces files
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9304
    • 提供者:谭旭刚
  1. C语言的HMM算法库

    0下载:
  2. 一个关于HMM(隐马尔可夫模型)实现的C语言库。是Visual C++数字图像模式识别技术及工程实践的配套源代码-one of HMM (HMM) with the C library. Yes Visual C digital image pattern recognition technology and engineering practice supporting source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8911
    • 提供者:张积存
  1. 数据结构算法集---C++语言实现

    0下载:
  2. 常用的C++数据结构算法,包括队列、堆栈、链表...等.以模板类型式实现-C common data structure algorithms, including queue, stack, etc. List .... To achieve template-type
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7370
    • 提供者:新康
  1. C语言常用源代码

    1下载:
  2. C语言数值计算中常用的函数,如sin(x),cos(x)的实现方式的源代码。-Codes for functions which are used frequently in numerical calculation ,such as sine function,cosine function, written in C language
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:72617
    • 提供者:何培松
  1. c演示系统

    0下载:
  2. 用C语言实现的各种算法及演示,可以结合代码分步观看执行过程-C language algorithms and the various presentations, combining code can watch the step-by-step implementation process
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2156850
    • 提供者:zzc
  1. 四则运算实现(c 语言 数据结构课程设计题)

    1下载:
  2. 四则运算实现(c 语言 数据结构课程设计题)-four Computing (c language curriculum design data structures that)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5480
    • 提供者:和平
  1. 矩阵求逆的c语言算法

    1下载:
  2. 通过利用c语言编程实现了对矩阵求逆的操作,可以大大简化用户的某些操作
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-04-04
    • 文件大小:902
    • 提供者:ja20_09ck
  1. C语言实现PCA

    2下载:
  2. C/C++实现主成分分析,功能完善,非常好用
  3. 所属分类:数值算法/人工智能

    • 发布日期:2010-01-30
    • 文件大小:32502
    • 提供者:plnsgf
  1. SNOW算法实现

    0下载:
  2. SNOW加密算法的c语言实现,产生高质量随机序列。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-05-31
    • 文件大小:2089
    • 提供者:guoleihappy
  1. GA预测模型 C语言实现

    0下载:
  2. 压缩包内附有灰度模型理论,及在此理论上实现的C/C++源码
  3. 所属分类:数值算法/人工智能

    • 发布日期:2011-09-27
    • 文件大小:218438
    • 提供者:laizhaolin
  1. MPI_QuickSort.并行快速排序算法

    0下载:
  2. 并行快速排序算法,基于MPI 2.0 c语言实现,注释很清楚明确。,Parallel QuickSort base on MPI 2.0 in C language.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:2499
    • 提供者:zcc
  1. C-Kalman

    0下载:
  2. 卡拉曼滤波器的c语言实现!非常好!很可以初学者使用!-Karaman filter c language! Very good!
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:19236
    • 提供者:meicale
  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. ID3usingC

    0下载:
  2. ID3决策树算法的C语言实现-ID3 Decision Tree Algorithm in C language implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:4856
    • 提供者:hannychen
  1. MazePath_v4.0

    0下载:
  2. C语言 使用SDL 实现的迷宫求解演示程序。 使用栈,回溯法 包括制作地图,随机生成地图,求解过程演示。-C language realization of the use of SDL demo program to solve the maze. The use of stacks, including the production of backtracking map, randomly generated maps, the solution process demonstra
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:439554
    • 提供者:袁建华
  1. Levenberg-Marquardt_Method

    4下载:
  2. LM算法的c语言实现 拟合的函数为gauss函数-Levenberg-Marquardt Method
  3. 所属分类:Algorithm

    • 发布日期:2017-01-06
    • 文件大小:469638
    • 提供者:TANG
  1. LPC线性预测压缩算法的实现

    1下载:
  2. 线性预测压缩算法的实现。c语言实现,我实验课上写的,可以用codeblocks运行
  3. 所属分类:压缩解压

    • 发布日期:2012-11-03
    • 文件大小:170040
    • 提供者:pigarmy
  1. gmsk_mod_demod

    1下载:
  2. GMSK C语言实现其调制和解调,并提供了仿真程序-gmsk modulation——demodulation
  3. 所属分类:matlab例程

    • 发布日期:2013-12-17
    • 文件大小:3674
    • 提供者:chen yu
  1. entropy

    0下载:
  2. 课堂学习程序,C语言实现计算图像的熵、二阶熵、差分熵。在VC6下运行正常-Classroom learning process, C language realization of the calculation of the entropy of image, second-order entropy, differential entropy. VC6 run in the normal
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:33366
    • 提供者:chenminhao
  1. 20090303LZW

    0下载:
  2. 多媒体课内实验:用C语言实现的LZW压缩和解压算法。-Using C language implementation of the LZW compression and decompression algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:902232
    • 提供者:duyankang
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com