代码搜索:piecewise

找到约 427 项符合「piecewise」的源代码

代码结果 427
www.eeworm.com/read/175539/9541701

m piecewise.m

clear; syms x N=20; L=1/N; K=zeros(N+1,N+1); f=zeros(N+1,1); A=zeros(N+1,1); fa=(1-x)/2; fi=(1+x)/2; K(1,1)=int((4/L^2*diff(fa,x)^2+100*fa*fa)*L/2,-1,1); for i=2:(N+1) K(i-1,i)=in
www.eeworm.com/read/183310/9170546

m piecewise_eval.m

function z = piecewise_eval(x,breakpoints,funs) % PIECEWISE_EVAL: evaluates a piecewise function of x % usage: y = PIECEWISE_EVAL(x,breakpoints,funs) % % arguments (input) % x - vector or array of
www.eeworm.com/read/335062/6338322

m piecewise_linear_interpolation.m

%分段线性插值函数 %x0,y0为提供的节点值,x为插值点的横坐标值向量 function y=piecewise_linear_interpolation(x0,y0,x) if (nargin
www.eeworm.com/read/344156/11906377

c mems_piecewise_seek.c

/* * DiskSim Storage Subsystem Simulation Environment (Version 4.0) * Revision Authors: John Bucy, Greg Ganger * Contributors: John Griffin, Jiri Schindler, Steve Schlosser * * Copyright (c) of C
www.eeworm.com/read/344156/11906380

h mems_piecewise_seek.h

/* * DiskSim Storage Subsystem Simulation Environment (Version 4.0) * Revision Authors: John Bucy, Greg Ganger * Contributors: John Griffin, Jiri Schindler, Steve Schlosser * * Copyright (c) of C
www.eeworm.com/read/381378/9095475

m demo_piecewise_cubic_polynomial.m

function demo_Piecewise_cubic_polynomial % % In this problem, the TwIST algorithm introduced in % % J. Bioucas-Dias and M. Figueiredo, "A New TwIST: Two-Step % Iterative Shrinkage/Thresholding Al
www.eeworm.com/read/398582/7935829

m demo_piecewise_cubic_polynomial.m

function demo_Piecewise_cubic_polynomial % % In this problem, the TwIST algorithm introduced in % % J. Bioucas-Dias and M. Figueiredo, "A New TwIST: Two-Step % Iterative Shrinkage/Thresholding Al
www.eeworm.com/read/305700/13763081

m demo_piecewise_cubic_polynomial.m

function demo_Piecewise_cubic_polynomial % % In this problem, the TwIST algorithm introduced in % % J. Bioucas-Dias and M. Figueiredo, "A New TwIST: Two-Step % Iterative Shrinkage/Thresholding Al
www.eeworm.com/read/156810/11762535

m piecewise_band_1d.m

function [OH,OE]=piecewise_band_1D(ebxn,pw,M,ON,Nk,kx,kz,Gz,k0) %return Fourier Coefficients of 1D ebxn for H and E-polarization %ebxn=the first quadrant in permittivity %pw=pixel width %M=Half w
www.eeworm.com/read/156810/11762586

m piecewise_band_2d.m

function [OH,OE]=piecewise_band_2D(FCx,FCy,FCz,Gx,Gy,ON,kx,ky,k1,Nk,N,str) %FCx,FCy,FCz=Fourier coefficients along x,y and z axises,respectively %Gx,Gy=reciprocal-lattice component along x,y axies,r