代码搜索:Variable

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

代码结果 10,000
www.eeworm.com/read/409063/11359228

h config.h

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

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/263324/11367400

h config.h

#ifndef __CONFIG_H #define __CONFIG_H //This segment should not be modified #ifndef TRUE #define TRUE 1 #endif #ifndef FALSE #define FALSE 0 #endif typedef unsigned char uint8;
www.eeworm.com/read/263324/11367429

h config.h

#ifndef __CONFIG_H #define __CONFIG_H //This segment should not be modified #ifndef TRUE #define TRUE 1 #endif #ifndef FALSE #define FALSE 0 #endif typedef unsigned char uint8;
www.eeworm.com/read/263316/11367642

log cc_build_release.log

----------------------------- H264.pjt - Release ----------------------------- "c:\ti\c6000\cgtools\bin\cl6x" -q -o3 -fr"Release" -i"../../threads/main" -i"../../threads/alg721" -i"../../threads" -
www.eeworm.com/read/263036/11378944

plg dianji.plg

礦ision2 Build Log Project: D:\接口技术子程序集\程序\第八章\8.7\dianji.uv2 Project File Date: 05/12/2005 Output: compiling pwm.c... PWM.C(25): warning C280
www.eeworm.com/read/408615/11379229

m yj1.m

figure(1); fplot('variable.*sin(10*pi*variable)+2.0',[-1,2]); %画出函数曲线 %定义遗传算法参数 NIND=40; %个体数目(Number of individuals) MAXGEN=25; %最大遗传代数(Maximum number of generations) PRECI=20;
www.eeworm.com/read/408235/11401068

scm compiler.scm

;;;; compiler.scm - The CHICKEN Scheme compiler ; ; ; ; "This is insane. What we clearly want to do is not exactly clear, and is rooted in NCOMPLR." ; ; ;----------------------------------------------
www.eeworm.com/read/407616/11413489

f90 e_711_05.f90

! example of namelist input namelist/my/n,m read (*,nml=my) write(*,nml=my) end !the following are valid input for namelist variable assignment: ! $my n=1/ ! $my n=2$ ! $my n=3$end ! &m
www.eeworm.com/read/407557/11415992

java variablenametest.java

package sample; /** * 这个类有编译错误 * 变量名测试 */ public class VariableNameTest { /**valid variable declaration */ int $99; String _ab12; /**invalid variable declaration */