代码搜索:Display
找到约 10,000 项符合「Display」的源代码
代码结果 10,000
www.eeworm.com/read/149908/12334259
h display.h
#ifndef _DISPLAY_H
#define _DISPLAY_H
#ifndef _STDIO_H
#include
#endif
#define MAXARGS 5
struct display {
unsigned cookie; /* Magic cookie to detect bogus pointers */
#define
www.eeworm.com/read/337884/12334544
c display.c
www.eeworm.com/read/337775/12341986
h display.h
#if !defined DISPLAY_H
#define DISPLAY_H
#include "active.h"
#include "fft.h"
#include "smartptrs.h"
class ViewWave;
class ViewFreq;
class Painter: public ActiveObject
{
public:
Pa
www.eeworm.com/read/337775/12342062
cpp display.cpp
#include "display.h"
#include "views.h"
#include "canvas.h"
#include "recorder.h"
#include "fft.h"
#include "winex.h"
#include "wassert.h"
Painter::Painter (
HWND hwnd,
View
www.eeworm.com/read/337753/12342780
obj display.obj
www.eeworm.com/read/337753/12342785
c display.c
#include "define.h"
#include "global.h"
#include "VFD.H"
#include
#include
extern void _16311_DISPLAY(uchar,uint);
extern void Initial_16311(void);
//--------------
www.eeworm.com/read/337753/12342820
lst display.lst
C51 COMPILER V7.50 DISPLAY 05/31/2008 10:36:53 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE DISPLAY
OBJECT MODULE PLACED IN
www.eeworm.com/read/337718/12347730
c display.c
/*++
Copyright (c) 1997-1998 Microsoft Corporation
Module Name:
DISPLAY.C
Abstract:
This source file contains the routines which update the edit control
to display information about th
www.eeworm.com/read/337685/12350023
h display.h
void Init_TimerB(void);
void Init_DispPort(void);
void Display(char *pBuf);
void Init_CLK(void);
www.eeworm.com/read/337685/12350026
c display.c
#include
#include "I2C.h"
#include "Display.h"
void Init_TimerB(void)
{
TBCTL = TBSSEL0 + TBCLR; // 选择ACLK,清除TAR
TBCCTL0 = CCIE; // TBCCR0 中断允许
TBCCR