代码搜索结果
找到约 10,000 项符合
Display 的代码
buffer_display.tan.rpt
Timing Analyzer report for buffer_display
Thu Nov 04 05:09:30 2004
Version 4.1 Build 208 09/10/2004 Service Pack 2 SJ Web Edition
---------------------
; Table of Contents ;
-----------------
buffer_display.fit.summary
Flow Status : Successful - Thu Nov 04 05:09:22 2004
Quartus II Version : 4.1 Build 208 09/10/2004 SP 2 SJ Web Edition
Revision Name : buffer_display
Top-level Entity Name : buffer_display
Family :
main_lcd_display.c
/***********************************************************************************
FILE NAME main_lcd_display.c
DESCRIPTION Demonstration of SH7203 on-chip LCD controller.
Operation 1. Bui
display-x11.c
/*****************************************************************************
* x264: h264 encoder
*****************************************************************************
* Copyright (C) 200
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
display_channum1.m
clear;
max_t=zeros(5,1);
max_f=zeros(5,1);
inc=1;
for N=100:100:500
M=100;
for i=1:N
x(i)=rand(1)*M;
y(i)=rand(1)*M;
end
x(1)=M*0.95;y(1)=M*0.95;
neighbour=zeros(N,N*0.2);
for i=1: