代码搜索:Variable

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

代码结果 10,000
www.eeworm.com/read/211959/15169378

plg ver10.plg

Build Log --------------------Configuration: ver10 - Win32 Debug-------------------- Command Lines Creating temporary file "C:\WINDOWS\TEMP\RSP
www.eeworm.com/read/211807/15172981

src main.src

; .\main.SRC generated from: main.c ; COMPILER INVOKED BY: ; D:\Program Files\Keil 8.08\C51\BIN\C51.EXE main.c BROWSE DEBUG OBJECTEXTEND SRC(.\main.SRC) $NOMOD51 NAME MAIN P0 DATA 08
www.eeworm.com/read/211749/15174281

h config.h

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

plg mysoundplayer.plg

Build Log --------------------Configuration: mysoundplayer - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1
www.eeworm.com/read/211481/15179801

tag myteam.tag

/root/mywork/myteam/debug/ /root/mywork/myteam/debug/ di
www.eeworm.com/read/211109/15187142

h hart1151.h

#ifndef _hart1151 #define _hart1151 #include "msp430x14x.h" /*------------------------------------------------ ------------------------------------------------*/ #define TRUE 1 #define F
www.eeworm.com/read/210958/15189669

m gngauss.m

function [n1,n2]=gngauss(m,sgma) % [n1 n2]=gngauss(m,sgma) % [n1 n2]=gngauss(sgma) % [n1 n2]=gngauss % GNGAUSS generates two independent gaussian variables with % mean m & S.D sgma % if one of
www.eeworm.com/read/210801/15192143

h config.h

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

m gngauss.m

function[gsrv1,gsrv2]=gngauss(m,sgma) % m--mean, sgma--standard deviation if nargin==0, m=0;sgma=1; elseif nargin==1, sgma=m;m=0; end; u=rand; z=sgma*(sqrt(2*log(1/(1-u)))); %a R
www.eeworm.com/read/210183/15204920

m gngauss.m

function[gsrv1,gsrv2]=gngauss(m,sgma) % m--mean, sgma--standard deviation if nargin==0, m=0;sgma=1; elseif nargin==1, sgma=m;m=0; end; u=rand; z=sgma*(sqrt(2*log(1/(1-u)))); %a R