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

搜索资源列表

  1. Interview

    0下载:
  2. 网上流传的5个面试题目,采用C#语言编写。题目如下: 一、设计一个自然数数组,包含50个范围在(0,200)的自然数,并从小到大排列,随机产生一个范围在(0,200)自然数,去数组中用二分查找法查找,如果存在返回值并获取这个数在数组中的位置(第几个);如果不存在,返回假。 要求: 1。编写初始化数组。并提供借口显示数组序号和内容; 2。对数组排序,并提供接口显示数据需要和内容; 3。随机产生自然数; 4。用二分法查找随机数。 二、设计一个程序,当主窗口显示时,从窗口客
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:73250
    • 提供者:李拓
  1. 自然对流LBM程序

    7下载:
  2. 用LBM算法编写的自然对流小程序,两端温差造成自然对流,编程语言为Visual C++
  3. 所属分类:数学计算/工程计算

  1. theCcodeofleastaquaremethod

    0下载:
  2. 最小二乘一次完成算法的c语言程序,调试没有问题。-A complete least-squares algorithm c language programming, debugging there is no problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:8912
    • 提供者:陈涛
  1. 15Mysteries

    0下载:
  2. 15谜问题,用C语言开发的一个小程序,可以自动判断由出事状态是否能够到达最终状态,如果能的话将给出具体的行走路径。-15 Mysteries of the problem, using C language to develop a small program, you can automatically determine whether a state from the accident to reach the final state, if so will give concrete w
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:9025
    • 提供者:王栩
  1. Least_squares_method_procedure

    0下载:
  2. 一个最小二乘法程序,用C语言编写-A least squares procedure, using C language! ! ! !
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:302704
    • 提供者:winky
  1. smoot

    0下载:
  2. 最小二乘法拟合是一种曲线拟合方法,它不要求近似曲线过已知点,只要求尽可能反应数据点的基本趋势。这是它的C语言程序-Least square method is a curve fitting method, which does not require similar curves have been known, the only response to the extent possible, the basic trend of data points. This is the C lan
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1325
    • 提供者:张霄霄
  1. 05

    0下载:
  2. 用C语言编写一个用最小二乘法曲线拟合的程序-With the C language using a least squares curve fitting procedure
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1336
    • 提供者:刘志卫
  1. 618

    2下载:
  2. 本程序用C语言编辑 利用非线性最小二乘法来拟合模型,并对其进行PID控制-The program uses C language to edit using nonlinear least squares fitting model, and gain PID control
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:3457
    • 提供者:Christine
  1. NumericalRecipesinCWilliam.H

    3下载:
  2. 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语
  3. 所属分类:Algorithm

    • 发布日期:2014-05-08
    • 文件大小:40422400
    • 提供者:何夕
  1. Least-squares

    0下载:
  2. 在visual c++6.0的环境下,使用C++语言编写的最小二乘法程序。-In visual c++6.0 environment, using C++ language least squares procedure.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:150541
    • 提供者:魏兴云
  1. Simple-Kalman-Filter-in-C

    0下载:
  2. C语言编写的小程序,主要功能是仿真卡尔曼滤波算法。-Small program written in C, the main function is to simulate the Kalman filter algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:870
    • 提供者:Myname
  1. c

    0下载:
  2. 正交多项式法计算最小二乘法拟合的c语言程序-Orthogonal polynomial method to calculate the least-squares fitting of c language program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1449
    • 提供者:刘洋
  1. Numerical-Calculation-in-C-language

    0下载:
  2. 数值计算中经典方法的C语言通用程序。包含LU分解法,复化辛普森法,改进欧拉法,拉格朗日插值法,列主元素法,牛顿迭代法,最小二乘法拟合和四阶龙格-库塔法,支持文件读写。-The code is the classic method of numerical calculation of the C language common procedures. Including LU decomposition, re-oriented Simpson method, Improved Euler me
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:9504
    • 提供者:张震岳
  1. solution

    0下载:
  2. 解一元二次方程的c语言小程序,演示解一元二次方程的过程-Solving a quadratic equation c language small program that demonstrates the process of solving a quadratic equation
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:784
    • 提供者:Alice
  1. Numerical-Recipes

    0下载:
  2. 内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语言实用程序。-Include: solving lin
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:399533
    • 提供者:Zhao Jinwei
  1. shujuronghe

    0下载:
  2. 数据融合在故障诊断中的应用C语言小程序,采用D-S数据理论-Data Fusion Fault Diagnosis C language small program data using D-S theory
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2131
    • 提供者:yanzhiye1025
  1. C语言股票成本计算器

    0下载:
  2. 适用于目前的上证和深证股票的成本计算,纯C语言源码,可以作为初学者学习参考,控制台小程序.(simple pure C code for stock cost calc.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-19
    • 文件大小:6144
    • 提供者:弹丸一击
  1. C语言程序

    0下载:
  2. C语言小程序,仅供初学者参考学习,不喜勿喷(Simple C program, only for the freshman to study, best wishes.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-27
    • 文件大小:143360
    • 提供者:落花听雨
  1. Matrix

    2下载:
  2. 最小二乘法的c语言程序,能求解多元方程组,具有良好的效果(The C language program of the least square method can solve the multiple equations. It has good effect.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:antszone
  1. 程序代码

    0下载:
  2. 用C语言编程实现神经网络的构建和训练的程序代码 以及matlab编程实现偏最小二乘法(Programming and training program code in C language;Matlab programming for partial least square method)
  3. 所属分类:数学计算

    • 发布日期:2018-05-03
    • 文件大小:1510400
    • 提供者:qingman
« 12 »
搜珍网 www.dssz.com