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

搜索资源列表

  1. matlab7.x

    0下载:
  2. 《精通MATLAB7.0混合编程》系统地介绍MATLAB 7.0的混合编程方法和技巧。全书共分为13章。第1章和第2章介绍MATLAB的基础知识,第3章简要介绍MATLAB混合编程,第4章至第9章分别介绍几种典型的混合编程方法,包括C-MEX、MATLAB引擎、MAT数据文件共享、Mideva、Matrix和Add-in。第10章、第11章介绍MATLAB与Delphi和Excel的混合编程。第12章介绍MATLAB COM Builder,第13章以图像处理为例介绍了一个综合应用实例。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1333446
    • 提供者:yixiao
  1. piecewise_eval

    0下载:
  2. LINEINTRGAL Line Integral in a 2D Vector Field. LINEINTRGAL(X,Y,U,V,C) computes the line integral along the lines given in cell array C. X and Y define the coordinates of a rectangular grid over which U and V are defined. X and Y must be monoto
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1567
    • 提供者:左贤君
  1. zhouqi_new

    0下载:
  2. 追赶法解周期性方程 输入:a[],b[],c[],x[] 输出:求解结果X在x[]中-chased cyclical equation method of input : a [], [] b, c [] [] x output : Results for the X x []
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2868
    • 提供者:周远
  1. CubicMultinomialRegress

    0下载:
  2. 一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。 以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。 public override double forecast(double x) 预测函数,根据模型得到预测结果
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3813
    • 提供者:wangyinghao
  1. integral.c

    0下载:
  2. Using 3 methods to integrate the function f(x) = 1/(1+x*x)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:906
    • 提供者:张琦
  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. TVL1_HCS_v1

    2下载:
  2. % May 2010 % This matlab code implements TVL1 based Hybrid Compressive Sensing using LSQR. % Only suitable the small scale data due to the costly storage and computation. % % A - M x N measurement matrix: random sampling alone or hybrid sampling (ran
  3. 所属分类:matlab例程

  1. 有限元一维C++源码

    4下载:
  2. 本程序写出了一个完整的一维有限元程序算列,列子如下 d^2u/dx^2=sin(x); u(0)=0,du(1)=0. u=sin(x);区间[0,2*pi].
  3. 所属分类:数学计算/工程计算

  1. someccode 象棋之马踏棋盘

    0下载:
  2. 一些c程序,象棋之马踏棋盘、把算术表达式转化未逆波兰表达式、保龄球计分规则算法、可进行多达50位的大整数运算(+X)、铁路调度算法,演示了堆栈的基本用法,Some c procedures, horse riding chess board, the arithmetic expressions are not translated into Reverse Polish expression, bowling scoring rules algorithm, can be as many as
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-11-08
    • 文件大小:3349
    • 提供者:
  1. ssim_index

    1下载:
  2. Zhou Wang proposed a new idea of Structural Similarity Index (SSIM )for image quality measurement based on the assumption that the HVS is highly adapted to extract structural information from the viewing field. The Mean Structural Similarity Index (M
  3. 所属分类:matlab例程

    • 发布日期:2017-04-09
    • 文件大小:2091
    • 提供者:ahmed seghir
  1. 04722-x

    0下载:
  2. 数据结构——C语言版配套源代码-Data structure- C language version of matching source code
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:300622
    • 提供者:站长
  1. hunhebianma

    0下载:
  2.  VC + + 与MATLAB 混合编程,可以将VC 优秀的可视化编程能力和MATLAB 强大的计算能力结合起来。 分析了C 语言与MATLAB7. x 在接口的特点,详细介绍了VC + + 6. 0 与MATLAB7. x 混合编程的三种方法: MATLAB 引擎、MATLAB 编译器和MATLAB COM 编译器-VC++ Mixed with MATLAB programming, can be excellent VC Visualization MATLAB programmi
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:278992
    • 提供者:胡辉
  1. c

    0下载:
  2. 判断并输入一元多项式。 2、能够进行两个一元多项式的加法、减法与乘法,并输出结果。 3、结果M(x)中无重复阶项和无零系数项。 4、引用参数交换函数。 -failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1870
    • 提供者:xinkai
  1. DataStructureAlgorithm

    1下载:
  2. 数据结构和算法,非常经典,讲的很详细!第一部分 基础知识 第一章 C++程序设计 第二章 程序性能 第二部分 数据结构 第三章 数据描述 第四章 数组和矩阵 第五章 堆栈 第六章 队列 第七章 跳表和散列 第八章 二叉树和其他树 第九章 优先队列 第十章 竞赛树 第十一章 搜索树 第十二章 图 第三部分 算法设计方法 第十三章 贪婪算法 第十四章 分而治之算法 第十五章 动态规划 第十六章 回
  3. 所属分类:Data structs

    • 发布日期:2016-08-26
    • 文件大小:17229762
    • 提供者:孙继磊
  1. 2finish

    0下载:
  2. matlab的基本实现函数有图 例如求代数方程3x5+4x4+7x3+2x2+9x+12=0的所有根。(利用roots函数)-The basic realization of matlab function has a plan such as the algebraic equation 3x5+4 x4+7 x3+2 x2+9 x+12 = 0 for all roots. (Using the roots function)
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:54653
    • 提供者:huawenlai
  1. TIchinese_A1103

    0下载:
  2. 图象压缩程序,视频想x.264压缩标准的c语言实现,能顺利通过编译并运行 -Image compression process, video compression standard x.264 like c-language implementation, can successfully compile and run the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-21
    • 文件大小:6304122
    • 提供者:zf
  1. femod1

    0下载:
  2. FEMOD1 is an interactive program for the setup, solution, and printout of a two point boundary value problem in a one dimensional region. The finite element method is used. The differential equation has the form: -d/dX ( K(X) dU/dX ) + C(
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:40481
    • 提供者:zhang xiaoping
  1. cos-x

    0下载:
  2. 这个是余玄函数的c++程序,觉的还是蛮重要的基础代码程序-This is Yu Xuan function c++ program, it feels pretty important basis or source program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1258
    • 提供者:杜晓伟
  1. ex

    0下载:
  2. 自己写的 c 语言的e的x次方函数 精度还可以的-Write their own language, e c x-th power function of accuracy can also be the
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:208150
    • 提供者:破破
  1. least-square-method-using-c-language

    0下载:
  2. 该程序通过依次输入已知点个数n,输入已知点的X坐标,输入已知点的Y坐标直接得到经最小二乘法拟合得到的一元线性方程。-The procedure followed by the number of known points in the input n, enter the coordinates of a known point X, Y coordinates of a known point input directly from the least squares fitted by a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:5102
    • 提供者:王帅
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com