代码搜索结果
找到约 10,000 项符合
Input 的代码
urat.pin
-- Copyright (C) 1991-2006 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
stat.m
function[output]=stat(input,alpha,p)
dem(1,1)=1;
for i=2:p
dem(i,1)=-alpha((i-1),1);
end
output=filter(dem,1,input);
output=input-output;
%figure(2);
%plot(output);
%figure(3)
serial.pin
-- Copyright (C) 1991-2007 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
temp.pin
-- Copyright (C) 1991-2007 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
s04_17.htm
使用continue控制循环
var input,input_number,sum
for(sum=0;;)
{
input = prompt("sum="+sum + "\n请输入新的累加数(输入Q结束):","0");
if (input==null ||
gpsmain.m
%主函数:输入为信噪比snr_in_dB,产生p1,p2
function [p1,p5]=GPSmain(snr_in_DB)
E=1;
G=[1 1 1 1 0 0 1;1 0 1 1 0 1 1];
% snr_in_DB=-4:0.5:10;
snr=10^(snr_in_DB/10);
sgma=sqrt((E/snr)/2);%噪声方差
N=1;%桢个数
N1=
cerr.m
function [se,input2]=cerr(w1,w2,b1,b2)
testdata
realdata
[length column]=size(testdat);
for i=1:length
input1(i,:)=f(testdat(i,:)*w1'+b1');
input2(i)=f(input1(i,:)*w2'+b2');
end
se=sum
text1.ybs
REM this is the first yabasic-program
input "Enter two numbers:" a,b
print a,"+",b,"=",a+b
print "Please enter your Name:";
INPUT a$
print "Hello ",a$," !"
dds_top.pin
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions,
rs232_rec5.pin
-- Copyright (C) 1991-2007 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a