搜索结果

找到约 10 项符合 declaration 的查询结果

文章/文档 每个C++/C程序通常分为两个文件。一个文件用于保存程序的声明(declaration)

每个C++/C程序通常分为两个文件。一个文件用于保存程序的声明(declaration),称为头文件。另一个文件用于保存程序的实现(implementation),称为定义(definition)文件。 C++/C程序的头文件以“.h”为后缀,C程序的定义文件以“.c”为后缀,C++程序的定义文件通常以“.cpp”为后缀(也有一些系统以“.cc”或“.cxx”为 ...
https://www.eeworm.com/dl/652/128885.html
下载: 190
查看: 1061

VHDL/FPGA/Verilog Three-input Majority Voter -- The entity declaration is followed by three alternative architectures

Three-input Majority Voter -- The entity declaration is followed by three alternative architectures which achieve the same functionality in different ways.
https://www.eeworm.com/dl/663/141284.html
下载: 84
查看: 1125

其他嵌入式/单片机内容 java kvm simulation tools and open source code declaration in the SUN website,please check this on t

java kvm simulation tools and open source code declaration in the SUN website,please check this on that
https://www.eeworm.com/dl/687/258270.html
下载: 133
查看: 1095

书籍源码 Structure declaration and use in C programming

Structure declaration and use in C programming
https://www.eeworm.com/dl/532/471789.html
下载: 26
查看: 1062

C/C++语言编程 lcd计数显示程序

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; ---- Uncomment the following library declaration if instantiating ---- any Xilinx primitives in this code. --library UNISIM; --use UNISIM.VComponents.all; entity counter is  &n ...
https://www.eeworm.com/dl/503/37338.html
下载: 137
查看: 1071

串口编程 CHAPT04CHAPT04.CPP 16-Bit test program for the Digi Classic board CHAPT04CHAPT04.EXE 16-Bit executa

CHAPT04\CHAPT04.CPP 16-Bit test program for the Digi Classic board CHAPT04\CHAPT04.EXE 16-Bit executable of the test program CHAPT04\CHAPT04.MAK A makefile for Borland or Microsoft C++ CHAPT04\CLASSIC.CPP Implementation of the ClassicHandler class CHAPT04\CLASSIC.H Declaration of the ClassicHandler ...
https://www.eeworm.com/dl/624/254607.html
下载: 121
查看: 1048

串口编程 CHAPT05CHAPT05.CPP 16-Bit test program for the initelligent Digi board. CHAPT05CHAPT05.EXE 16-Bit e

CHAPT05\CHAPT05.CPP 16-Bit test program for the initelligent Digi board. CHAPT05\CHAPT05.EXE 16-Bit executable of the test program CHAPT05\CHAPT05.MAK A makefile for Borland or Microsoft C++ CHAPT05\DIGI.CPP Implementation of the Digiboard class CHAPT05\DIGI.H Declaration of the Digiboard cla
https://www.eeworm.com/dl/624/254608.html
下载: 93
查看: 1058

串口编程 CHAPT06CHAPT06.CPP 16-Bit test program for the BiosPort class CHAPT06CHAPT06.EXE 16-Bit executable

CHAPT06\CHAPT06.CPP 16-Bit test program for the BiosPort class CHAPT06\CHAPT06.EXE 16-Bit executable of the test program CHAPT06\CHAPT06.MAK A makefile for Borland or Microsoft C++ CHAPT06\BIOSPORT.CPP Implementation of the BiosPort class CHAPT06\BIOSPORT.H Declaration of the BiosPort cla
https://www.eeworm.com/dl/624/254609.html
下载: 37
查看: 1066

技术资料 高质量C++和C编程指南资料说明

高质量C++和C编程指南资料说明[摘要]每个 C++/C 程序通常分为两个文件。一个文件用于保存程序的声明(declaration),称为头文件。另一个文件用于保存程序的实现(implementaTIon),称为定义(definiTIon)文件。 C++/C 程序的头文件以“.h”为后缀,C 程序的定义文件以“.c”为后缀,C++程序的定义文件通常以“.cpp”为后 ...
https://www.eeworm.com/dl/744700.html
下载: 2
查看: 3484

技术资料 verilog实现I2C通信的slave模块源码状态机设位计可做I2C接口的仿真模型

verilog实现I2C通信的slave模块源码状态机设位计可做I2C接口的仿真模型//`timescale 1ns/1psmodule I2C_slv (input [6:0] slv_id,input       RESET,input       scl_i,      //I2C clkinput       sda_i,      //I2C data ini ...
https://www.eeworm.com/dl/829144.html
下载: 8
查看: 5879