代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/307272/13724723
log cc_build_debug.log
------------------------- userlcdepp_54.pjt - Debug -------------------------
"c:\ti5x\c5400\cgtools\bin\cl500" -g -q -fr"F:/5410/Normal/exp10_cpu2/userlcdepp_54/Debug" -d"_DEBUG" -v548 -@"Debug.lk
www.eeworm.com/read/307212/13726379
h config.h
/****************************************Copyright (c)**************************************************
**
**
**
www.eeworm.com/read/307153/13727464
txt speaker.txt
library ieee;
use ieee.std_logic_1164.all;
entity speakera1 is
port(clk:in std_logic;
tone:in integer range 0 to 16#7FF#;
spks:out std_logic);
end ;
architecture one of sp
www.eeworm.com/read/306728/13739305
m ex5_7.m
x=0:pi/100:2*pi;
y1=2*exp(-0.5*x);
y2=cos(4*pi*x);
plot(x,y1,x,y2)
title('x from 0 to 2{\pi}'); %加图形标题
xlabel('Variable X'); %加X轴说明
ylabel('Variable Y');
www.eeworm.com/read/306607/13741173
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/306282/13747866
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/306278/13747949
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/306162/13751438
cpp 第12章12debugging11.cpp
// Chapter 12 of C++ How to Program
// Debugging problem (debug.cpp)
#include
using std::cout;
using std::cin;
using std::endl;
#include "arithmetic.h"
template< class T >
v
www.eeworm.com/read/306162/13751439
txt debugging11.cpp.txt
// Chapter 12 of C++ How to Program
// Debugging problem (debug.cpp)
#include
using std::cout;
using std::cin;
using std::endl;
#include "arithmetic.h"
template< class T >
v
www.eeworm.com/read/306033/13754409
htm pascal_op_misc.htm
paxPascal Miscellaneous Operators
Language Element
S