代码搜索结果

找到约 10,000 项符合 Display 的代码

display.h

#ifndef SHOW_HPP #define SHOW_HPP void ShowDB();//显示在当前db下有多少张表 void ShowTable();//显示在当前db下有多少张表 void DelDB(char*);//删除数据库 void DelTB(char*);//删除表 void CreateDB(char*);//创建数据库 void Res

display.h

/**********************************Copyright (c)********************************* ;** 文件名: pointdisplay.h ;** 功能: 点阵显示头文件,在点阵模块上显示图形 ;** 包含头文件: intrins.h Keil内部函

display.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; use ieee.numeric_std.all; entity display is port( clk: in std_logic; data: in std_

display.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; use ieee.numeric_std.all; entity display is port( clk: in std_logic; data: in std_

display.java

package activeobject; public interface Display { public abstract void display(String line); }

display.vwf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to

display.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to

display.vhd

library ieee; use ieee.std_logic_1164.all; entity display is port (clock:in std_logic; flash:in std_logic; qin:in std_logic_vector(3 downto 0); display:out std_logic_vector(0 to 7) ); en

display.jsp

//连接数据库文件 jsp学习

display.c

#include #include #define uint unsigned int #define uchar unsigned char /*------------------------位变量定义--------------------------*/ //control signal sbit CST = P2^7;