代码搜索结果
找到约 57,564 项符合
Display 的代码
dyn display.lnp
"Dyn Display.obj"
TO "Dyn Display"
display.m
%DISPLAY Display mapping information
display.m
%DISPLAY Display dataset information
display.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY display IS
PORT( clk: IN STD_LOGIC;--时钟信号
light: in integer range 1 to 6;--电梯的位置
segout: OUT STD_LOGIC_VECTOR(6 downto 0));--数码管显示
end;
display.m
function display(p)
%DISPLAY 用于以字符串的形式显示多项式。
disp(' '); disp([inputname(1),' = '])
disp(' '); disp([' ' char(p)]); disp(' ');
display.m
function display(net)
% DISPLAY
%
% Display a textual representation of a support vector classifier object.
%
% display(net);
%
% File : @svc/display.m
%
% Date : Wednesd
display.m
function display(ker)
% DISPLAY
%
% Display a textual representation of a radial basis kernel object.
%
% display(ker);
%
% File : @rbf/display.m
%
% Date : Tuesday 12th
display.m
function display(ker)
% DISPLAY
%
% Display a textual representation of a polynomial kernel object.
%
% display(ker);
%
% File : @polynomial/display.m
%
% Date : Tuesday
display.m
function display(ker)
% DISPLAY
%
% Display a textual representation of a linear kernel object.
%
% display(ker);
%
% File : @linear/display.m
%
% Date : Tuesday 12th Se
display.cce
Warning[000] F:\piclx\display.c 123 : Missing newline
Warning[000] F:\piclx\display.c 122 : line does not have a newline on the end