代码搜索结果

找到约 10,000 项符合 Screen 的代码

key.c

#include #include #include "lcd.h" #include "eeplist.h" //控制端口定义 #define KEY_PORT PORTF #define KEY_DDR DDRF #define KEY_PIN PINF #define KEY_INT_PORT PORTE #

nnbg.m

function fig = nnbg(n,r) %NNBG Neural Network Design utility function. % First Version, 8-31-95. % NNBG(N,R) % N - Window name (default = figure #). % R - Rectangle without tf nam

lcd_cn.c

// 智林Z213x/4x开发板试验程序 // 真彩液晶试验 // 刘笑然 // 智林测控技术研究所 // www.the0.net // 2008.3.31 #include "TFT018.h" int main() { BacklightOn(); LCD_Init(); LCD_Clear_Screen(Blue); for(;;) {

第五章实例源程序鼠标器.c

/*为了让本实例尽可能简洁的突出鼠标编程,而不在其他方面过多分散读者的注意力。我忽略了很多实现的细节,读者对于可以在十进制编辑框中输入字符"F"之类的问题不要太吃惊。有兴趣的读者可以很容易的修正这个"bug"*/ #include #include #include #include #include

fbcon-sti.c

/* * linux/drivers/video/fbcon-sti.c -- Low level frame buffer * operations for generic HP video boards using STI (standard * text interface) firmware * * Based on linux/drivers/video/fbcon-

sdl.c

/* rdesktop: A Remote Desktop Protocol client. User interface services - X-Windows Copyright (C) Matthew Chapman 1999-2001 This program is free software; you can redistribute it and/or

project1.dpr

{ Demo: Realisierung eines Splash-Screen (c) 1998 Rainer Reusch & Toolbox } program Project1; uses Forms, Unit1 in 'Unit1.pas' {Form1}, Unit2 in 'Unit2.pas' {SplashForm}; {$R *.

《java就业培训教程》_张孝祥_书内源码_01.txt

这个有声教程是著名中国IT培训老师张孝祥编写, 和清华大学出版社发行的《Java就业培训教程》配套的。 Quick Guide This is the Chalk Training Video CD for > Edit by ZHANG XiaoXiang, the famous top training teacher in China.

project1.dpr

{ Demo: Realisierung eines Splash-Screen (c) 1998 Rainer Reusch & Toolbox } program Project1; uses Forms, Unit1 in 'Unit1.pas' {Form1}, Unit2 in 'Unit2.pas' {SplashForm}; {$R *.