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

搜索资源列表

  1. _inline

    0下载:
  2. Inline函数的使用,这是C++与C中函数不一样的地方,所以专门写出来供参考-Inline Functions, this is C and C function is not the same place, so specifically written for reference
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2965
    • 提供者:亿摆
  1. dwt_hh_Source

    0下载:
  2. DWT变换源代码,As a special exception, you may use this file as part of a free software library without restriction. Specifically, if other files instantiate templates or use macros or inline functions from this file, or you compile this file and li
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4799
    • 提供者:王君
  1. inline

    0下载:
  2. 线性内插器的matlab程序,调试过了 没什么问题-linear interpolation of Matlab procedures, a little too debugging problems
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4009
    • 提供者:
  1. newton method

    0下载:
  2. function p=newton(f_str,df_str,p0) tol=0.00001; f = inline(f_str); df= inline(df_str); while 1 p=p0-f(p0)/df(p0); if abs(p-p0)<tol, break; end p0=p; disp(p0); end disp(p)
  3. 所属分类:matlab例程

    • 发布日期:2014-11-13
    • 文件大小:216
    • 提供者:su2900hk
  1. secant

    0下载:
  2. In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.-The secant iteration to find the zero of some non-linear function converges to zero if
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:938
    • 提供者:王怀东
  1. rle_comp

    0下载:
  2. A fast RLE encoding and decoding implementation. It uses inline assembly functions.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:66369
    • 提供者:developer
  1. Archive

    4下载:
  2. duffing方程用于微弱信号检测的matlab程序。包含两种方法,一种是inline,一种是@fan。-duffing equation for weak signal detection matlab program. Contains two methods, one is inline, one is @ fan.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1412
    • 提供者:
  1. FBG

    1下载:
  2. FBG反射谱,要用的人会非常需要,需要的人可以看看,很不错的-FBG id1=fopen( lambdaCMT.txt , wt ) fid2=fopen( rhoCMT.txt , wt ) f1=inline( -i.*delta.*y1-k.*y2 , t , lambda , wk , delta , k , y1 , y2 ) f2=inline( -k.*y1+i.*delta.*y2 , t , lambda , wk , delta , k
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:927
    • 提供者:Xiaojun
  1. begoodatMATLAB6.5

    0下载:
  2. 本书第一章系统讲述 MATLAB6.5 的集成工作平台,引导读者初会MATLAB 基本用法。 第二、三章系统叙述MATLAB6.1 的四大基本数据类型(数值数组、字符串数组、元胞数组、构架数组),至于其它扩展数据类型(函数句柄、符号数据、内联函数、unit 数组、稀疏类)则另辟章节专述。此后,本书用九个独立章分述MATLAB6.5 的数值计算、符号计算、函数和数据可视、面向对象编程、GUI 交互操作界面设计、EXE 独立应用程序生成、实现不同软件平台交互的API、M-book 数据图形文字环
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3465145
    • 提供者:yyj
  1. creatimage

    0下载:
  2. createimage函数实现当前零水平集(演化曲线)在原图上的显示和嵌入函数u的重新初始-Createimage functions implementing the current zero level set (curve evolution in the display on the original) and inline function u initial again
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:775
    • 提供者:TAYLOR
  1. Untitled2

    0下载:
  2. 给出了内联函数及创建的方法,绘制了图像并介绍了获取图像坐标的函数-Inline functions are given and the method to create and draw a picture and describes the function to obtain the image coordinates
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:940
    • 提供者:guohui
  1. MosaicKit

    0下载:
  2. 一种图像拼接技术,是一个内嵌拼接。基于特征点的图像内嵌技术,里面有测试图像。-An image display technology, is an inline splice. Image based on feature points embedded technology, there are test images. Embedded image
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:82430
    • 提供者:谷继红
  1. learning-matlab6.5

    0下载:
  2. 本书第一章系统讲述 MATLAB6.5 的集成工作平台,引导者初会MATLAB 基本用法。第二、三章系统叙述MATLAB6.1 的四大基本数据类型(数值数组、字符串数组、元胞数组、构架数组),至于其它扩展数据类型(函数句柄、符号数据、内联函数、unit 数组、稀疏类)则另辟章节专述。此后,本书用九个独立章分述MATLAB6.5 的数值计算、符号计算、函数和数据可视、面向对象编程、GUI 交互操作界面 设计、EXE 独立应用程序生成、实现不同软件平台交互的API、M-book 数据图形文字环境
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3457380
    • 提供者:zhangting
  1. code

    0下载:
  2. 自定义二维测线质量检查,并计算地震勘探侧线在延偏方向和垂偏方向的放养误差统计-The code is for the surveying mothed to calculate the distance with the inline and crossline fisrection
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:3204
    • 提供者:somnus
  1. niantanxingpianyi

    0下载:
  2. 程序用来计算三维粘弹性偏移和数据建模,二维.三维数据均可处理- the programe is for 3-D onestep post_stack visco_elastic time migration and modelling ,input data major key may be INLINE XLINE(for 3D data) or CDP(for 2D data)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:99272
    • 提供者:金子奇
  1. inline-lsqcurvefit-matlab-code

    1下载:
  2. Matlab inline-lsqcurvefit 参数拟合例子的源代码-Matlab inline-lsqcurvefit parameter fitting examples of source code
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2900
    • 提供者:lulxf
  1. programming-in-matlab-2

    0下载:
  2. This tutorial is intended for those who want to learn basics of MATLAB programming language. Even with a limited knowledge of this language a beginning programmer can write his/her own computer code for solving problems that are complex enough to
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:442257
    • 提供者:ali
  1. LDPC-PEG算法构造H矩阵

    2下载:
  2. LDPC-PEG算法构造H矩阵源码程序,matlab源码程序 clear all; clc; %输入编码参数,m:校验节点数目,n:变量节点数目(注意码率R不一定为1/2) %构造任意码率的LDPC校验矩阵 m=input('The number of check nodes:'); n=input('The number of variable nodes:'); h=zeros(m,n); %给定变量节点度分布序列 dv=0.38354*x+0.04237*x^2+0.5740
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-10-18
    • 文件大小:1024
    • 提供者:MATLAB编程
搜珍网 www.dssz.com