代码搜索:Variable

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

代码结果 10,000
www.eeworm.com/read/458488/7296142

m oderk4v.m

function [x,y] = odeRK4v(diffeq,xn,h,y0,varargin) % odeRK4v Fourth order Runge-Kutta method for a single, first order ODE % Vectorized version with pass-through parameters. % % Synopsis:
www.eeworm.com/read/458158/7303101

tdf clk_pdiv.tdf

TITLE "Programmable Clock Frequency Divider"; %////////////////// // INCLUDE FILES // //////////////////% INCLUDE "lpm_counter"; INCLUDE "lpm_compare"; INCLUDE "lpm_dff"; %//////////////
www.eeworm.com/read/457464/7325261

vhd pack8051.vhd

------------------------------------------------------------------------------ -- Model : 8051 Behavioral Model, -- Supporting Package of Procedures -- -- File :
www.eeworm.com/read/456209/7353776

svn-base exist.sci.svn-base

function a = exist(s) // exist - test if a variable or a file exist // // a = exist(s); // // Copyright (c) 2008 Gabriel Peyre a = exists(s); if a==0 [fid,err] = mtlb_fopen(s, 'r'); if fid
www.eeworm.com/read/456209/7353880

sci exist.sci

function a = exist(s) // exist - test if a variable or a file exist // // a = exist(s); // // Copyright (c) 2008 Gabriel Peyre a = exists(s); if a==0 [fid,err] = mtlb_fopen(s, 'r'); if fid
www.eeworm.com/read/456193/7355079

m fm_cac.m

function fm_cac(flag) % FM_CAC define Central Area Controllers % % Data Format Cac.con: % col #1: Bus number % col #2: Power rate [MVA] % col #3: Bus Voltage Rate [kV] %
www.eeworm.com/read/454130/7397806

sql demo01.sql

select * from nls_database_parameters where parameter = 'NLS_CHARACTERSET'; host echo $NLS_LANG create table t ( data varchar2(1) ); insert into t values ( chr(224) ); insert into t values ( chr
www.eeworm.com/read/452222/7444760

m ddv.m

function d = ddv(varargin) % DDV - Constructor for the class ddv, a sub class of the gen class. % The constructor can be called in two ways: % % ddv('name',value_1,value_2,etc..) where 'name' is a str
www.eeworm.com/read/450837/7476068

vhd hdli.vhd

-------------------------------------------------------------------------------- -- -- Package for use with HDLi RTL code -- -- -- Created 9/10/95 VLSI Technology Inc. -- -- Functions defined i
www.eeworm.com/read/450574/7480878

install

Prerequisites ------------- cmake libnetfilter-queue swig python development files perl development files Compilation ----------- A Makefile has been written to wrap cmake call Running 'make' wil