代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/451486/7463009
h lcd.h
#ifndef __LCD_H__
#define __LCD_H__
// LCD128*64 数据线
#define LCD_P P1
// LCD128*64 I/O 信号管脚
sbit DI = P2^0; // 数据\指令 选择
sbit RW = P2^2; // 读\写 选择
sbit EN = P2^1; // 读\写使能
sbit CS1= P2^3; //
www.eeworm.com/read/450928/7474441
bas plot.bas
Attribute VB_Name = "plot"
Public Sub plotip()
On Error Resume Next
Dim maxvalue, oldval As Double
mainfrm.ipplot.Line (0, 1450 / Screen.TwipsPerPixelY)-(10000, 1450 / Screen.TwipsPerPixelY),
www.eeworm.com/read/450521/7482726
java frmsplash.java
/*
****************************************************************
****************************************************************
******* *****
******* PROGRAMMER: JUNALD ASTR
www.eeworm.com/read/450111/7490446
cpp xoslapp.cpp
/*
* Extended Operating System Loader (XOSL)
* Copyright (c) 1999 by Geurt Vos
*
* This code is distributed under GNU General Public License (GPL)
*
* The full text of the license can be f
www.eeworm.com/read/449811/7496253
cls chourglass.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/449577/7500294
dorisin geocode.dorisin
c **********************************************************************
c *** Doris \inputfile generated by: run at: Nov 27, 2000 (Monday) *****
c ***************************************************
www.eeworm.com/read/449577/7500298
dorisin master_orbit_envisat.dorisin
c **********************************************************************
c *** Doris \inputfile generated by: run at: Nov 27, 2000 (Monday) *****
c ***************************************************
www.eeworm.com/read/449577/7500299
dorisin master_orbit_ers1.dorisin
c **********************************************************************
c *** Doris \inputfile generated by: run at: Nov 27, 2000 (Monday) *****
c ***************************************************
www.eeworm.com/read/448872/7524213
prg main.prg
clear screen
local lcsys16,lcprogram &&定义局部变量
lcsys16=sys(16) && sys(16)返回当前正在运行的程序名(包括路径)
lcprogram=substr(lcsys16,at(":",lcsys16)-1)
cd left(lcprogram,rat