代码搜索:Variable

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

代码结果 10,000
www.eeworm.com/read/411428/11245896

vhd data_send.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity data_send is Port (sysclk,reset:in std_Logic; data0,data1,data2,dat
www.eeworm.com/read/411407/11246445

h config.h

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/411347/11248247

cec smivgx5.cec

CECInfo ( Name ( "SMIDisplay" ) CECVersion ( 5.00 ) Description ( "SMI Display Features" ) GUID ( {24D78815-85AD-4D20-A102-C80C93590EF2} ) Vendor ( "Silicon Motion, Inc." ) ) ComponentTyp
www.eeworm.com/read/411034/11259035

h foreach.h

/* Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. Governed by the TrueCrypt License 2.6 the full text of which is contained in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/410983/11261701

m mergemultivariables.m

function newvariable = mergemultivariables(variablearray1,variablearray2) %========================================================= % %This is a prog in the MutualInfo 0.9 package written by % Hanch
www.eeworm.com/read/410954/11263415

h config.h

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/265399/11264723

log cc_build_debug.log

------------------------------ ad50.pjt - Debug ------------------------------ "c:\ti5000\c5400\cgtools\bin\cl500" -g -q -fr"C:/ZZXWORK/dspII20/5000test/ad50ad_da/Debug" -d"_DEBUG" -@"Debug.lkf" "m
www.eeworm.com/read/148309/12475835

c fet440_lcd03.c

//****************************************************************************** // MSP-FET430P440 Demo - LCD, displays numbers on 4 multiplex rate LCD // // Description "FET440_4muxLCD": This pr
www.eeworm.com/read/148298/12476449

h winfont.h

/* winfont.h*/ /* * Copyright (c) 2000 Greg Haerr * * Win32 font structures and API */ /* tmPitchAndFamily flags*/ #define TMPF_FIXED_PITCH 0x01 /* win32 bug: means variable
www.eeworm.com/read/148157/12488669

m xprime.m

function xdot =xprime(t,x,flag,k) %function xdot =xprime(t,x,flag,k) % k is extra parameter passed from ode45 % flag variable not used but must be in arg list xdot(1)=-k(1).* x(1) - k(2).*x(2);