搜索结果
找到约 11 项符合
declarations 的查询结果
按分类筛选
文章/文档 The extern Keyword.Declarations of variables and functions at file scope are external by default.
The extern Keyword.Declarations of variables and functions at file scope are external by default.
串口编程 CHAPT14MODEM.CPP Implementation of the Modem class CHAPT14MODEM.H Declarations of the Modem class
CHAPT14\MODEM.CPP Implementation of the Modem class
CHAPT14\MODEM.H Declarations of the Modem class
CHAPT14\TSTMODEM.CPP 16-bit test program for the Modem class
CHAPT14\TSTMODEM.EXE 16-bit executable of the test program
CHAPT14\TSTMODEM.MAK Make file for use with Borland or Microsoft C
VHDL/FPGA/Verilog vhdl程序 Uncomment the following lines to use the declarations that are provided for instantiating Xi
vhdl程序 Uncomment the following lines to use the declarations that are
provided for instantiating Xilinx primitive components.
其他 This code can be used to model a microstrip line or a microstrip patch antenna (the particular prob
This code can be used to model a microstrip line or a microstrip
patch antenna (the particular problem being modeled is determined
at compile-time via various declarations).
微处理器开发 SWI with ARTX Kernel and RealView Compiler This example program shows how to implement software int
SWI with ARTX Kernel and RealView Compiler
This example program shows how to implement software interrupt functions in an application that uses the ARTX Kernel. The example uses the RealView Compilation Tools.
The file SWI_Table.s implements the SWI function table. The SWI function declarations and ...
其他书籍 本手册是 Rainer s DHTML Library 产品的一部分。 本手册针对的是已有一定网页设计制作经验的读者。其目的是提供完整清晰的样式表内容的快速索引及进阶帮助。所以对于网页制作和
本手册是 Rainer s DHTML Library 产品的一部分。
本手册针对的是已有一定网页设计制作经验的读者。其目的是提供完整清晰的样式表内容的快速索引及进阶帮助。所以对于网页制作和样式表的基础知识,仅简单介绍,恕不赘述。
手册提供了完整的 CSS2.0 的属性(Properties)、规则(At-Rules)、伪类(Pseudo-Classes)、伪 ...
串口编程 CHAPT12Chapt12.cpp Part of the 32-bit test progrma for the Win32Port class. CHAPT12Chapt12.dsp The
CHAPT12\Chapt12.cpp Part of the 32-bit test progrma for the Win32Port class.
CHAPT12\Chapt12.dsp The Visual C++ project file for the program.
CHAPT12\Chapt12.dsw The Visual C++ workspace file for the program.
CHAPT12\Chapt12.h The header file for the app s application class
CHAPT12\Chapt12.ico The i ...
其他行业 File: fw.c Contents: Firmware frameworks task dispatcher and device request parser File: FX2.h Co
File: fw.c
Contents: Firmware frameworks task dispatcher and device request parser
File: FX2.h
Contents: EZ-USB FX2 constants, macros, datatypes, globals, and library
function prototypes.
File: FX2regs.h
Contents: EZ-USB FX2 register declarations and bit mask definitions.
File: periph.c
Contents: H ...
串口编程 unit comm interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, D
unit comm
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
SPComm, StdCtrls, ExtCtrls
type
TFcomm = class(TForm)
Comm1: TComm
GroupBox1: TGroupBox
Memo1: TMemo
Memo2: TMemo
GroupBox2: TGroupBox
Button1: TButton
Btn_send: TButton
Button2: ...
源码 c#简单计算器
// 学生管理.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowClass[MAX_LOADSTRING]; ...