代码搜索:Variable

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

代码结果 10,000
www.eeworm.com/read/401089/11564969

h config.h

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

html config.html

www.eeworm.com/read/400853/11567609

h config.h

/****************************************************************************************************** ** File Name: config.h ** Descriptions: User Configurable File ******************************
www.eeworm.com/read/400792/11568354

h gui.h

#ifndef __GUI__H #define __GUI__H #include "lcd.h" typedef unsigned char uint8; /* defined for unsigned 8-bits integer variable 无符号8位整型变量 */ typedef signed char int8; /* defined
www.eeworm.com/read/400671/11570741

vhd div_clock.vhd

Library IEEE; Use IEEE.std_logic_1164.all; Use ieee.std_logic_unsigned.all; Use IEEE.std_logic_arith.all; Entity div_clock is Port( clk: in std_logic;--from system clock f50hz: out std_logic
www.eeworm.com/read/400312/11579596

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/400311/11579601

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/262485/11587673

h config.h

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

h config.h

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

txt 遗传算法tsp问题程序.txt

%TSP问题的解法。包含4部分。本部分为主程序;另外roadlength.m为路径长度函数;roadlength.m为最优路径的函数;还有d.mat为距离矩阵。 NIND=400; %个体数目 MAXGEN=100; %最大遗传代数 N=16; %变量的维数(中间节点的