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

搜索资源列表

  1. 10-algorithm-C-language-source-code

    0下载:
  2. 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格-10 algorithm C language source code: Lagrange, Newton interpolation, Gaussian, Romberg
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:7443
    • 提供者:方琪
  1. randn

    0下载:
  2. 正态随机数的产生 C语言源代码+原理文档 可设定产生随机数的范围-Normal random number generation+ principle of the C language source code documentation can be set to generate a random number of range
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:220026
    • 提供者:笑傲江湖
  1. The-maximum-problem

    0下载:
  2. 最大值问题,程序设计C语言源代码,很有用,没有报告-The maximum problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:171149
    • 提供者:xierikang
  1. ap-CPP

    1下载:
  2. 实现AP聚类分析的c语言源代码 包含3个程序文件和一份测试数据-ap cluster c++
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:6673
    • 提供者:wangshuai
  1. C-numerical-algorithm-source-code

    0下载:
  2. C语言经典数值算法源代码,我收集了好久才收集到的 分享出来了哦-C Classical numerical algorithm source code.rar,I collected a long time to gather to share out 。
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:25274
    • 提供者:李志勇
  1. newton-Interpolation

    0下载:
  2. 数值计算基础牛顿插值法c语言源代码,有运行截图-The numerical calculation basis of Newton interpolation c language source code, run shot
  3. 所属分类:Algorithm

    • 发布日期:2017-11-06
    • 文件大小:65264
    • 提供者:liushuang
  1. espeedforGSM

    0下载:
  2. 这是GSM增强型全速率语音编解码的C语言源代码,很不错的。-This is the GSM Enhanced Full Rate Codec C language source code, very good.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-20
    • 文件大小:282602
    • 提供者:hxl
  1. calculator

    0下载:
  2. 这是一个支持数学表达式的c语言源代码(使用栈实现的)-This is a support to the mathematical expression of the c language source code (using the stack to achieve)
  3. 所属分类:Data structs

    • 发布日期:2017-12-07
    • 文件大小:2311
    • 提供者:蓝天
  1. calculatorDouble

    0下载:
  2. 这是一个输入数学表达式回车后能计算结果的c语言源代码(使用数据结构实现)-This is an input mathematical expressions carriage return after the calculation results of the c language source code (using the data structure to achieve)
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:2485
    • 提供者:蓝天
  1. 178_c

    0下载:
  2. 178个经典c语言源代码。很简单但是也简洁的程序代码!-178
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-13
    • 文件大小:82342
    • 提供者:启点
  1. beibao

    0下载:
  2. 一个 数据结构 关于背包问题的求解 c语言源代码-A knapsack problem solving on c language source code
  3. 所属分类:Data structs

    • 发布日期:2017-12-06
    • 文件大小:10011
    • 提供者:邓刚
  1. erchashu

    0下载:
  2. 一个数据结构的关于 二叉排序树的 实现的c语言源代码-A data structure on the binary sort tree implementation of the c language source code
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:8476
    • 提供者:邓刚
  1. 02BinarySortTree

    0下载:
  2. 数据结构中查找算法当中利用二叉排序树进行查找的算法的C语言源代码,非常实用-Data structure search algorithm which use binary sort tree search algorithm in C language source code, very useful
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1560
    • 提供者:zb
  1. 04BTree

    0下载:
  2. 数据结构的查找算法当中利用B树来查找的算法。包括B树的数据结构,非常实用的C语言源代码-Data structure in which the use of B-tree search algorithm to find algorithms. Including the B-tree data structure, a very practical C language source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2162
    • 提供者:zb
  1. 03AVLTree

    0下载:
  2. 数据结构的查找算法当中利用平衡树AVL树来进行查找的内容,包括AVL树的数据结构定义,非常实用的C语言源代码-Data structure in which the use of balanced tree search algorithm AVL tree to find content, including AVL tree data structure definition, a very practical C language source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1900
    • 提供者:zb
  1. LRU--algorithm

    0下载:
  2. LRU 算法 操作系统大作业C语言源代码-LRU algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1863
    • 提供者:
  1. Bankers-algorithm

    0下载:
  2. 银行家算法 操作系统大作业C++语言源代码-Banker s algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1777
    • 提供者:
  1. 17

    0下载:
  2. 建立快速傅利叶变换 C 语言源代码 17K-Establishment of Fast Fourier Transform C language source code for 17K
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:17840
    • 提供者:陈小文
  1. Gsxy01

    0下载:
  2. Gsxy01是关于计算方法中的高斯消元法的c语言源代码,对于正在学习计算方法中的学生们有极大帮助的-Gsxy01 is about the calculation method of Gaussian elimination of c language source code for the calculation methods are learning a great help for students
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:161992
    • 提供者:little zan
  1. LADING_MATRIX_SA13006029

    0下载:
  2. 拉丁矩阵问题的C语言源代码 计算机算法设计与分析中的题目-C language source code for a computer algorithm design and analysis of the topic Latin matrix problems
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:985442
    • 提供者:冰仔
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 25 »
搜珍网 www.dssz.com