代码搜索:Variable

找到约 10,000 项符合「Variable」的源代码

代码结果 10,000
www.eeworm.com/read/100133/6273828

g tinyc.g

/* * Make sure to run antlr.Tool on the lexer.g file first! */ options { mangleLiteralPrefix = "TK_"; language="Cpp"; } class TinyCParser extends Parser; options { importVocab=TinyC; // use voca
www.eeworm.com/read/212709/6276681

h config.h

/****************************************Copyright (c)************************************************** ********************************************************************************************
www.eeworm.com/read/456224/6278755

m ex9_1.m

% Example 10.1: Linear Programming % Chapter 10: Optimization Toolbox% % Applied Optimization with MATLAB % P.Venkataraman % Published by John Wiley % % NOTE: you don not need to use the same va
www.eeworm.com/read/456224/6278758

m ex10_1.m

% Example 10.1: Linear Programming % Chapter 10: Optimization Toolbox% % Applied Optimization with MATLAB % P.Venkataraman % Published by John Wiley % % NOTE: you don not need to use the same va
www.eeworm.com/read/283651/6281407

html index-17.html

www.eeworm.com/read/326077/6288315

plg imageprocess.plg

Build Log --------------------Configuration: diblib - Win32 Release-------------------- Command Lines Creating temporary file "C:\DOCUME~1\dzho
www.eeworm.com/read/489202/6296185

m iir_frac.m

function H=iir_frac(r0,a,n,T) syms x r b; aas=((1-x^2)/(1+b*x)^2)^r; n2=2*n; b0=(3+a-2*sqrt(3*a))/(3-a); aas=char(subs(aas,{r,b},{r0,b0})); maple('with(numtheory)'); maple(['cfe:=cfrac(' aas ',x,n
www.eeworm.com/read/272559/6297443

h config.h

/****************************************Copyright (c)************************************************** ********************************************************************************************
www.eeworm.com/read/220827/6299524

m spline.m

% % *** Input number of data points as N *** % *** input independent(独立变量) variable points as F(1,i) *** % *** input dependent(非独立变量) variable points as F(2,i) *** % *** subroutine returns
www.eeworm.com/read/220827/6299526

m fneval.m

function [FY]=FNEVAL(FX, P3, F) % % *** Independent variable is FX, returned variable is FY *** % % Real FX, FY, P3, D1, F(0:10,0:10) % Integer M % M = 1; while (