代码搜索:Input
找到约 10,000 项符合「Input」的源代码
代码结果 10,000
www.eeworm.com/read/159954/10584335
m input_n.m
%输入非线性环节参数
col0=[0.7 0.7 0.7]; %浅灰色,窗体背景色
col1=[0.8 0.8 0.8]; %深灰色,输入框无效时的颜色
%创建输入非线性环节参数窗体
nawin=figure('color',col0,'position',[100 200 400 200],...
'name','输入非线性环节参数','menubar',
www.eeworm.com/read/159954/10584425
m input_g.m
%输入线性环节传函
gswin=figure('color',col0,'position',[100 200 400 200],...
'name','输入线性环节参数','menubar','none',...
'NumberTitle','off','Resize','off');
dd=text(0.25,0.9,'线性环节参数'
www.eeworm.com/read/277853/10599244
gif bg_input.gif
www.eeworm.com/read/422572/10629518
dat input_data.dat
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
www.eeworm.com/read/277457/10637768
cpp string_input.cpp
#include
#include
using namespace std;
int main()
{
string string1, string2;
cout > string1;
cout
www.eeworm.com/read/422113/10663068
v input_generator.v
//
// Verilog Module dwt_final_lib.input_generator.arch_name
//
// Created:
// by - VLSI4.UNKNOWN (VLSI04)
// at - 11:33:55 03/29/2008
//
// using Mentor Graphics HDL Designer(TM) 20
www.eeworm.com/read/351073/10683312