代码搜索结果
找到约 10,000 项符合
Display 的代码
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
display7seg.c
/* $Id: display7seg.c,v 1.5 2001/10/08 22:19:51 davem Exp $
*
* display7seg - Driver implementation for the 7-segment display
* present on Sun Microsystems CP1400 and CP1500
*
* Copyright (c) 200
mi-var-display.exp
# Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
#
# This Program Is Free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as pub