搜索资源列表

  1. FlightSln

    0下载:
  2. 根据起降城市,查询到起降时间,以及航次的具体信息.-under TOL cities, inquiries that take-off and landing time, and trip-specific information.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:221155
    • 提供者:李明
  1. TVAL3

    0下载:
  2. %TVDENOISE Total variation grayscale and color image denoising % u = TVDENOISE(f,lambda) denoises the input image f. The smaller % the parameter lambda, the stronger the denoising. % % The output u approximately minimize
  3. 所属分类:matlab例程

  1. TVL1_HCS_v1

    0下载:
  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
  3. 所属分类:matlab例程

  1. FlightSln

    0下载:
  2. 根据起降城市,查询到起降时间,以及航次的具体信息.-under TOL cities, inquiries that take-off and landing time, and trip-specific information.
  3. 所属分类:软件工程

    • 发布日期:2024-05-30
    • 文件大小:275456
    • 提供者:李明
  1. tolua++

    0下载:
  2. tolua++是一个对lua进行封装调用的工具,可以自动绑定C++类和函数,代码很值得研究-tolua++ is a package called lua tools can automatically bind C++ category and function, the code is worth studying
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-30
    • 文件大小:452608
    • 提供者:leonliu
  1. tolua-5.1b.tar

    0下载:
  2. 脚本编程语言,Tolua编译器核心。是lua脚本语言的派生-scr ipt programming language, Tolua compiler core. Lua scr ipting language is a derivative
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-30
    • 文件大小:69632
    • 提供者:heronic
  1. Extending_Anisotropic_Operators_to_Recover_Smooth_

    0下载:
  2. 采用各向异性方法 填补一个缺损的轮廓,从而可以得到一个光滑完整的轮廓。- Completed contours correspond to ridges of an extension (ext) of the characteristic function of the uncompleted curve. Anisotropic extension is performed on the characteristic fu
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-30
    • 文件大小:8192
    • 提供者:yishui pan
  1. ALG021

    0下载:
  2. 解方程,具体见英文描述,给一个连续方程,解出f(x) = 0 在一定范围的解- To find a solution to f(x) = 0 given the continuous function f on the interval [a,b], where f(a) and f(b) have opposite signs: INPUT: endpoints a,b toleran
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者:rdchkww
  1. ALG022

    0下载:
  2. 解方程,给出一个连续函数接f(x)=0的值,前提是给一个附近的值- FIXED-POINT ALGORITHM 2.2 To find a solution to p = g(p) given an initial approximation p0 INPUT: initial approximation p0 tolerance TOL maximu
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者:rdchkww
  1. ALG023

    0下载:
  2. NEWTON-RAPHSON求解一个连续方程,f(X)=0,前提给一个初始值- NEWTON-RAPHSON ALGORITHM 2.3 To find a solution to f(x) = 0 given an initial approximation p0: INPUT: initial approximation p0 toleranc
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者:rdchkww
  1. ALG024

    0下载:
  2. SECANT法求解一个连续方程,f(x) = 0,给两个初始值- SECANT ALGORITHM 2.4 To find a solution to the equation f(x) = 0 given initial approximations p0 and p1: INPUT: initial approximation p0, p1 tolerance TOL
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者:rdchkww
  1. ALG025

    0下载:
  2. 解方程,给出一个连续函数接f(x)=0的值,前提是给两个附近的值,且符号相反 - METHOD OF FALSE POSITION ALGORITHM 2.5 To find a solution to f(x) = 0 given the continuous function f on the interval [p0,p1], where f(p0) and f(p1) have o
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者:rdchkww
  1. fixed_point_systems

    0下载:
  2. Fixed-point for functions of several variables -Function fixed_point_systems(x0, N) approximates the solution of a system of nonlinear equations F(x) = (f1(x), f2(x), ..., fn(x)) = 0 rewritten in the fixed-point form x =
  3. 所属分类:matlab例程

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者:王怀东
  1. fixed_point

    0下载:
  2. Fixed-Point iteration-Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0,
  3. 所属分类:matlab例程

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者:王怀东
  1. RBFNN

    0下载:
  2. Three function for RBF neural network, using OLS,Rand and SGA function [newcenter,sigma,W,yh,rmse]=rbfols(p,t,tol) p 為輸入資料點,N×K矩陣,N是輸入資料維度,K是資料點數 t 為目標輸出值,1×K矩陣 tol 為指定容忍度或正確率 centers選定中心點,N×nc矩陣 sig
  3. 所属分类:matlab例程

    • 发布日期:2024-05-30
    • 文件大小:2048
    • 提供者:aaronwu
  1. Rombegrg

    0下载:
  2. 录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。 编写函数f(x)的代码如下: Romberg算法¨ function z=f(x) if (x~=0) z=sin(x)/x else z=1 end 备注:在实验代码中,首先输入必要的变量的值如下: a=0 b=1 tol=1e-8 待查询检查通过,开始输入执行代码 设置格式format
  3. 所属分类:matlab例程

    • 发布日期:2024-05-30
    • 文件大小:21504
    • 提供者:kice
  1. velocity_triangulation

    0下载:
  2. Descr iption This function finds the velocity of a 2-dimensional planar wave from at least 2 sensors, by specifying its location (x,y) or (lon,lat) and its respective arrival time. It returns the speed and di
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-30
    • 文件大小:7168
    • 提供者:Józef
  1. newton

    0下载:
  2. 非线性方程为xe(x)括号的x为e的指数-1=0. 要求输入初值x0.和精度tol及最大循环次数N. 输出利用newton迭代法解出的近似根-Nonlinear equations for the xe (x) x as e brackets index-1 = 0. Asked to enter the initial value x0. And accuracy and the maximum number of cycle
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者:边大边
  1. asymppdc

    0下载:
  2. 这是第一版的AsymPDC工具包。用来处理PDC,gPDC和iPDC有关内容。运行环境为Matlab,并且要求至少Matlab中预装了3个工具箱:控制系统,信号处理和统计工具箱。-This is the first public release of AsympPDC package. It deals with the asymptotic statistics for PDC, gPDC and iPDC. AsympPDC
  3. 所属分类:matlab例程

    • 发布日期:2024-05-30
    • 文件大小:604160
    • 提供者:罗巍巍
  1. TOLBOL

    0下载:
  2. 利用tol和bol进行多基地的定位,最后给出GDOP图(TOL and BOL are used to locate for multi base, and finally the GDOP diagram is given)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-30
    • 文件大小:4096
    • 提供者:空心泡
« 12 »

源码中国 www.ymcn.org