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

搜索资源列表

  1. tuxiangchuli

    0下载:
  2. 一、 课程设计题目: 用C/C++语言编写灰度图像霍夫曼编码的程序 二、 设计内容及要求: 1、 用C/C++语言完成设计,在计算机上调试程序; 2、 上机课时:8课时; 3、 列出设计结果,并提交课程设计报告。 三、 设计方法与步骤: 1、 统计一幅BMP格式的灰度图像的概率,并显示相应的灰度值和概率; 2、 对这幅图像做霍夫曼编码;并列出编码结果。 3、 计算平均码长和熵值,算出编码效率。 4、 所有的结果都要求显示出来。 -First, the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:764938
    • 提供者:SANMIL
  1. BP

    0下载:
  2. c语言实现的BP神经网络,能够以任意精度拟合一个函数-c language to achieve the BP neural network, able to fit a function of arbitrary precision
  3. 所属分类:AI-NN-PR

  1. Spline

    0下载:
  2. C语言编写,用追赶法解三弯距方程来实现三次B样条插值。很有使用价值-C language, used to catch up with Method three bends away from the equation to achieve three B-spline interpolation. Very useful
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:1340
    • 提供者:
  1. SGAC

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

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

    2下载:
  2. C语言编写的遗传算法NSGA2,可以直接套用函数运算-C language NSGA2 genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:283728
    • 提供者:最爱爽肤水
  1. juzheng

    0下载:
  2. C语言实现数组计算,算法简单,容易阅读,适合C语言初学者使用。-C language realization of the array, the algorithm is simple, easy-to-read, suitable for beginners to use C language.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3291
    • 提供者:kaka
  1. huffman

    0下载:
  2. 数据压缩,c语言,huffman编码,vc实现-Data compression, c language, huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-27
    • 文件大小:13036
    • 提供者:dyg
  1. shitanfa

    0下载:
  2. 黄金分割法 C语言 很不错的哦 大家-Golden section method C language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:584
    • 提供者:guyadong
  1. paixu

    0下载:
  2. C语言描述的排序问题,排序是C语言里常见的问题,此代码详尽.-C language descr iption of the scheduling problem, is the C language in order to frequently asked questions, the detailed code.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:41247
    • 提供者:李婷
  1. stack_base_operates1.1

    0下载:
  2. C语言编程 栈实现 括号匹配检查 包括创建元素、删除、等一些基本操作-C programming language stack brackets to match the achievement of inspection, including the creation of the element, delete, and so some of the basic operation
  3. 所属分类:Data structs

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

    0下载:
  2. 用c 语言编写的各种函数,比如 冒泡排序,选择排序, 汉诺塔算法-Written by c various functions, such as Bubble Sort, Selection Sort, Tower of Hanoi algorithm, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:4518416
    • 提供者:xiaoqing
  1. Tree

    0下载:
  2. C语言写的二叉树基本算法,可以用 作数据结构学习的参考资料-C language written in the basic binary tree algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:3476
    • 提供者:吴超前
  1. Simpson

    0下载:
  2. 复化辛普森求积公式 C语言源代码 vc++测试成功-Complex Simpson quadrature formula of C language source code for vc++ to test the success of
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:688
    • 提供者:zzy
  1. KnapsackProblemCLanguagesSourceCode)

    0下载:
  2. 背包问题(贪婪算法)c语言源代码。希望有帮助!-Knapsack problem (greedy algorithms) c language source code. Hope that helps!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1099
    • 提供者:wang_yufang
  1. matrix_invers

    0下载:
  2. C语言写的矩阵处理算法 主要实现了求逆和线性方程组的求解-Matrix written in C language processing algorithms to achieve a major inversion and solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2002
    • 提供者:张士广
  1. dashuxiangcheng

    0下载:
  2. 大数相乘,c语言编写,有关的数据结构课程设计可以借鉴一下,-Multiplication of large numbers, c language, the curriculum design of the data structure you can learn from, huh, huh
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:619
    • 提供者:杨凌伟
  1. C_suanhua

    0下载:
  2. c语言经典算法 数据结构实力经典分析,描述如何解决类似问题的大概思路-c language data structure of the classical algorithm classical strength analysis, descr iption of how to solve similar problems, ideas about
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:10441
    • 提供者:方式
  1. suanfayushujujiedoudaan

    1下载:
  2. 算法与数据结构c语言版第二版本的课后练习的答案-Algorithm and data structure of c language version of the second version of the answer to after-school practice
  3. 所属分类:Data structs

    • 发布日期:2016-07-09
    • 文件大小:1231628
    • 提供者:王文君
  1. shujujiegou(forc)

    0下载:
  2. 数据结构(C语言版严蔚敏著) PDF版本-Data structure (C-min YAN Wei-language version of book) PDF version
  3. 所属分类:Data structs

    • 发布日期:2017-05-23
    • 文件大小:7543664
    • 提供者:lovelamb
  1. FFT

    0下载:
  2. C语言的FFT(快速傅里叶变换),其中碟形结的复数运算用一个“类”来实现,使得程序简单易懂,可移植性高-C-FFT (fast Fourier transform), in which the plural disc-end computing to a new " category" to achieve, making the procedure easy-to-read, high portability
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1268
    • 提供者:王天
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com