CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - scalar

搜索资源列表

  1. alm2pos

    0下载:
  2. ALM2POS computation for satellite position from almanac data file [pos,R]=alm2pos(almanac,PRN,time) calculates the satellite position in the Terrestial and in the Celestial reference frame for a desiderate satellite vehicle (PRN) with alm
  3. 所属分类:GPS develop

    • 发布日期:2017-03-26
    • 文件大小:1729
    • 提供者:Anuron
  1. sram_saa1117verilog

    0下载:
  2. 图像采集、存储控制verilog源代码,fpga控制SAA1117,采集数据存储到sram,仿真编译测试都能通过-Image acquisition, storage, control verilog source code, fpga control SAA1117, collecting data to sram, simulation tests can be compiled by
  3. 所属分类:Video Capture

    • 发布日期:2017-03-28
    • 文件大小:26020
    • 提供者:蹇清平
  1. SnmpMain

    0下载:
  2. SNMP简单网络管理协议对主机标量的获取-SNMP simple network management protocol of the host to obtain scalar
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1064
    • 提供者:plahero
  1. Fouriertransform

    0下载:
  2. 用振幅为0.8的方波进行傅立叶分析,并用分析得到的系数求解当K取不同值时的合成信号- F = FOURIER(f) is the Fourier transform of the sym scalar f with default independent variable x. The default return is a function of w. This example is useful for the persons who learn sth about signal pr
  3. 所属分类:Wavelet

    • 发布日期:2017-03-31
    • 文件大小:872
    • 提供者:刘戈
  1. fct.tar

    0下载:
  2. FCT-通量修正输运,一种高精度数值计算格式,在CFD中应用广泛。这里给出的对于一维标量守恒方程的C语言程序,是该格式入门的绝好资料。-FCT-flux corrected transportation, is a a high order numerical scheme, which is wiedly usd in CFD field. Enclosed herewith is a C vesion for 1D scalar equation, and hope to be helpfu
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:22849
    • 提供者:Jinguang Yang
  1. newtsol

    0下载:
  2. Newton-Armijo code for scalar equations: Inputs: X = initial iterate, F = function, TOLA = absolute error tolerance, TOLR = relative error tolerance, JDIFF = 0, analytic derivative, syntax: [f,fp]=f(x), JDIFF = 1, forward difference derivative , Outp
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1344
    • 提供者:devdvl
  1. chordsol

    0下载:
  2. CHORDSOL Chord method code for scalar equations. This code terminates on small relative-absolute errors, function [X, HIST] = CHORDSOL(X, F, TOLA, TOLR) Inputs: X = initial iterate F = function TOLA = absolute error tolerance TOLR
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1025
    • 提供者:devdvl
  1. sdToolkit

    1下载:
  2. Semi-automatic Differentiation (SD) Toolkit is a Matlab implementation of the complex step derivative (CSD) technique for the differentiation of real-valued functions. The Toolkit consists of three core functions: sdGrad.m - Returns CSD approx
  3. 所属分类:Applications

    • 发布日期:2017-03-30
    • 文件大小:28244
    • 提供者:蒋礼
  1. cell2float

    0下载:
  2. M = CELL2FLOAT(C) returns a float array M with the same size as C. Cells of C that contain a scalar float (single or double) are put in corresponding locations of M. Cells that contain other datatypes (e.g., strings, arrays, empty, integers, etc.) yi
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2293
    • 提供者:Karthikeyan
  1. multipath_estimation

    0下载:
  2. 直扩系统中的多径干扰信号的估计消除技术,通过仿真标量多径对直达信号的鉴相特性的影响-DSSS system multipath interference estimate signal cancellation technology, through the simulation of scalar multi-path of the direct signal phase characteristics. .
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4681
    • 提供者:zhaopijie
  1. profile

    0下载:
  2. This code gets a text file which is output of simple scalar profiling command and process it, it extracts sequences of logical operations like and, or, shift.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:47008
    • 提供者:sahar
  1. matrix_multiplier_with_memory

    0下载:
  2. A matrix is a rectangular table of elements,which can be any number or abstract quantities that can be added and multiplied. Matrix multiplication is the operation of multiplying a matrix with a scalar or another matrix, which is simple fuction widel
  3. 所属分类:Project Design

    • 发布日期:2017-05-21
    • 文件大小:6389141
    • 提供者:chen-che,wemg
  1. diff_efficiency

    0下载:
  2. Calculation of diffraction efficiency of rectangular phase grating (scalar theory)
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:934
    • 提供者:tom
  1. diff_efficiency_shadow_effect

    0下载:
  2. Calculation of diffraction efficiency of rectangular phase grating (comparison scalar theory and scalar theory with shadow effect)
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1130
    • 提供者:tom
  1. VectorMath

    0下载:
  2. Vector Math in C#. Implemented using operator overloading. Includes subtraction, addition, dot product, multiplication by a scalar and more.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:25843
    • 提供者:loader7
  1. MatrixMath

    0下载:
  2. Matrix Math in C#. Implemented using operator overloading. Includes, addition, subtraction, multiplication, multiplication by a scalar and tranposing a matrix.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:29054
    • 提供者:loader7
  1. jsjxtjg

    0下载:
  2. 深入浅出地全面介绍了计算机系统结构的基本原理。内容包括计算机系统结构的基本概念、指令系统、输入输出系统、标量处理机、互联网络、并行处理机和多处理机等。-Layman' s language and a comprehensive introduction to the basic principles of computer architecture. Covers the basic concepts of computer architecture, instruction set,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-26
    • 文件大小:8922515
    • 提供者:#include
  1. C_yuyan

    0下载:
  2. 模拟信号转换成数字形式,必须要经过量化才能实现。标量量化的方法包括均匀量化和非均匀量化两种,这两种方法都会带来精度的损失。文中探讨了模拟信源量化的最优算法,并用C语言实现了高斯信源在不同量化电平下均匀量化和非均匀量化的最优步长的数值计算。通过对计算结果进行比较,给出了非均匀量化优于均匀量化的具体结论。-Analog signals into digital form, you must go through quantification can be achieved. Scalar unifo
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:726251
    • 提供者:刘杰
  1. C_sharp_Libeary

    0下载:
  2. 用c#编写的矩阵计算类库,包含求单位化矩阵,矩阵数乘,点乘,加减,奇异运算等,从网上搜集并做了一些改进,每一个都有相应的实例。-With the c# class library written in matrix calculation, including units of demand matrix, matrix multiplication, scalar multiplication, addition and subtraction, such as singular operat
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:264906
    • 提供者:peng
  1. vtkElevationFilter[Scalar]

    0下载:
  2. vtkElevationFilter for generating scalars only.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1411
    • 提供者:Arturas
« 1 2 3 45 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com