代码搜索结果
找到约 10,000 项符合
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.h
#include "Sys_tem.h"
void disply1()
{ system("color 0A");
cout
display.cpp
#include
#include
unsigned char *PrepareShowBMP(unsigned char **pImage2d,short Row,short Col,
PBITMAPFILEHEADER pbmpfileheader, RGBQUAD *rgbq,
LPLOGPALETTE plgpl, P
display.c
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi
display.m
function display(p)
%DISPLAY 用于以字符串的形式显示多项式。
disp(' '); disp([inputname(1),' = '])
disp(' '); disp([' ' char(p)]); disp(' ');