代码搜索结果
找到约 10,000 项符合
Display 的代码
display2.acf
--
-- Copyright (C) 1988-2001 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any
display1.hif
HIF003
--
-- Copyright (C) 1988-2001 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
display1.hex
:020000040000FA
:2B000000FFFF62FF2500FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76
:2B002B0060188661188661188661198665188661188601000000001886C11D86C11D866570876118866
display2.hif
HIF003
--
-- Copyright (C) 1988-2001 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
testheader_display.cpp
//: .\C11:TESTHEADER_Display.cpp
//: C11:Display.h
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use
display386.cpp
#include "Ball387.h"
#include
using namespace std;
void displayDiameter(Sphere thing)
{
cout
lcd_display.h
extern void LCD_Init();
extern void LCD_DisplayDecimal( int Number, char DOT);
extern void LCD_DisplayLongDecimal(long int Number, char DOT);
extern void LCD_DisplayNumber ( int Num
lcd_display.c
/*
MSP430F4XX系列LCD显示通用驱动程序
说明:该驱动程序库包含了常用的LCD显示功能,如显示数字、字母等
可以作为各种程序的底层驱动使用。
要使用该库函数,需要将本文件(LCD_Display.c)添加进工程,并在
需要调用显示函数的文件开头处包