代码搜索结果
找到约 10,000 项符合
Display 的代码
display.h
#if !defined(__DISPLAY_H__)
#define __DISPLAY_H__
void DisplaySetDefault (void);
void DisplayProcess (void);
void DisplayProcess_new (void);
void DisplaySetPrefill( uWORD wDWVSZ
display.c
#include
#include
#include
#include "display.h"
#define OGLFIXED_SHIFT 16
#define OGLFIXED_ONE ( 1
display.h
#ifndef __DISPLAY_H__
#define __DISPLAY_H__
extern void display_init( void );
extern void display_pixels( void *pData,
unsigned short *gpuMem,
display.c
//*************************************************************************
//* *
//* ***************************图像显示************************ *
display.bak
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: displa
display.c
extern g_Speechary[];
extern g_array[];
extern g_speechID;
unsigned int g_uiAx;
/*******************电阻计算******************************/
void R_display(float Rx)
{
if(Rx
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(DATA:IN STD_LOGIC_VECTOR(3 DOWNTO 0);
Q_OUT:OUT STD_LOGIC_VECTOR(6 DOWNTO 0));
END DISPLAY;
ARCHITECTURE DISP_ARE OF