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

搜索资源列表

  1. C_24

    0下载:
  2. 简单的一个计算24点的c语言程序-a simple calculation of 24 points c Language Program
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1443
    • 提供者:梁伟
  1. funct

    0下载:
  2. 一些迭代求根法的C语言程序(简单迭代法、割线法、二分法等)\\些迭代求根法的C语言程序(简单迭代法、割线法、二分法等)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5244
    • 提供者:高天
  1. polyfit

    0下载:
  2. C语言的曲线拟合程序,并附有最简单的调用演示程序-C-curve fitting procedure, together with the most simple demonstration program called
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:3549622
    • 提供者:侯俊丞
  1. 01131516409

    0下载:
  2. 简单的一元多项式计算器,C语言,包含程序原代码和课程设计文挡-One simple polynomial calculator, C language, contains procedures for the original code and curriculum design text block
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:7567
    • 提供者:hj
  1. dualsimplex

    0下载:
  2. 这是关于对偶单纯算法的c语言程序,也是非常简单易懂,是运筹中常用的-dual simplex method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:974
    • 提供者:linda
  1. core

    0下载:
  2. 属性约简是粗糙集理论中的一个重要内容,其核心任务是得到属性集的核。本文提出了一种基于二进制运算 的属性核求解算法,该算法简单直观且易于实现。我们通过设计C语言程序验证了算法的有效性。 -Attribute reduction is considered one of the most important contents of the rough set theory,and core obtai- ning plays an essential role in attribute
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:37721
    • 提供者:雨梦缘
  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. szz

    0下载:
  2. 这是个基于单片机数字钟的C语言程序,实现方便,电路简单。-This is a digital clock based on single chip C-language program to achieve convenient and simple circuit.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:974
    • 提供者:王龙
  1. huffman1102.tar

    0下载:
  2. 自己编写的一个简单的C语言实现的HUFFMAN编码实现的小程序,适合初学者。-I have written a simple C-language implementation of HUFFMAN coding a small program, suitable for beginners.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:17996
    • 提供者:kobe
  1. huanfang

    0下载:
  2. 一个简单的 C 语言程序,不过确实是原创哦。给出任意阶的幻方,当给定阶数,一般输出前十个,也可以算出一共有多少解。具体在注释里有,我上传的是txt文件。-A simple C language program, but is really original oh. Magic square of any order is given, when the given order of the general output of the first ten, you can also figure
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:659
    • 提供者:zhou
  1. fft.c

    1下载:
  2. 快速傅立叶变换的c语言开发程序,简单易懂。-fft
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:1226
    • 提供者:钟晓宁
  1. Use_FFT_ToMake_IFFT

    0下载:
  2. 用DEV C++实现的简单的用FFT实现IFFT的c语言程序。-DEV C++ implementation with a simple implementation with the FFT IFFT of the c language program.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1060
    • 提供者:ZHUDE
  1. marshb

    0下载:
  2. 几个基本的C语言程序实现简单加法,字符判断等。-Simple addition, character judgments, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7650
    • 提供者:黄斌
  1. FFT-about-C

    0下载:
  2. fft 的c语言实现方法 程序较简单,使用于初学者-fast fourier transform about C
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:797
    • 提供者:姜宏帅
  1. myGui

    0下载:
  2. 一个简单的乌龟画图的C语言程序,包括主程序和头文件-myGui.cpp Defines the entry point for the console application.
  3. 所属分类:Algorithm

    • 发布日期:2016-01-25
    • 文件大小:21504
    • 提供者:熊熊
  1. n_jiecheng

    0下载:
  2. 简单的C语言程序,很基本,计算任意自然数的阶乘。-Simple C language program, very basic, calculation of any natural number factorial.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:709
    • 提供者:赵小二
  1. m_atrix

    0下载:
  2. 简单的C语言程序,用来进行矩阵的直接相加减,乘除等运算。-Simple C language program, used to direct the matrix of the phase to add and subtract, such as the mentalistic operation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1801
    • 提供者:赵小二
  1. bubble

    0下载:
  2. 这是一个关于冒泡法排序算法的简单的C语言程序-Bubble sort algorithm method
  3. 所属分类:ELanguage

    • 发布日期:2017-12-05
    • 文件大小:527
    • 提供者:陈华
  1. c

    0下载:
  2. 一个简单的粒子群算法的C语言程序,不足之处欢迎大家指正-A simple particle swarm algorithm C language program, deficiencies welcome.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:13207
    • 提供者:liruiqi
  1. C语言描述PID算法程序

    0下载:
  2. C语言实现PID算法的程序代码,简单易懂(Implementation of PID algorithm in C language)
  3. 所属分类:人工智能/神经网络/深度学习

« 12 3 4 5 6 7 »
搜珍网 www.dssz.com