代码搜索结果
找到约 10,000 项符合
Display 的代码
display-x11.c
/*****************************************************************************
* SHU264: h264 encoder
*****************************************************************************
* Copyright (C) 2
51keyboard_display.c
#include "F020_FlashPrimitives.h"
#include
#include "C8051F020.h"
#define N 50
#define WRITE 0x00
#define READ 0x01
#define EEPROM_ADDR
led_display_driver.v
//---------------------------------------------------------------------------
// 7-segment LED display driver, for multi-digit displays, common cathode or
// common anode.
//
//
// Description: S
display_res_icon.rc
#include "windows.h"
#include "Display_Res_Icon.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&x
display_res_icon.cpp
#include
#include "Display_Res_Icon.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion()
display_res_icon.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM
display_res_icon.mak
# Nmake macros for building Windows 32-Bit apps
all: Displa~1.exe
# Update the resource if necessary
Displa~1.res: Displa~1.rc Displa~1.h
rc -r -fo Displa~1.res Displa~1.rc
# Update t