代码搜索结果

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

gobck.m

% % when finished initial viewing of data return to % the previous screen ..... close_btn=uicontrol(main,... 'Style','Push',... 'units','Pixels',... 'Position',[420 12

makefile

# Makefile for MemTest-86 # # Author: Chris Brady # Created: January 1, 1996 # # Path for the floppy disk device # FDISK=/dev/fd0 CC=gcc # # gcc compiler options, these settings should suffice # C

xclippbm.asm

;----------------------------------------------------------------------- ; MODULE XCLIPPBM ; ; This module was written by Matthew MacKenzie ; matm@eng.umd.edu ; ; Clipped transfer of planar bitm

12864.c

#include "iom16v.h" #include "macros.h" #include "12864.h" void write_inst_left(unsigned char I) { set_e(); //读写使能 clr_d_i(); //选择'指令' clr_r_w(); //写操作 set_csa(); //左半屏 clr_csb();

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

shuji.asm.asm

;PROGRAM TITLE GOSE HERE--COMPARE STRING datarea segment R0 DW ? R1 DW ? R2 DW ? R3 DW ? R4 DW

vld.c

// HLD.C - Vertical Line Drawing // Written by Phil Inch for Game Developers Magazine (issue 2). // Contributed to the public domain. // This program written and compiled with Borland C++ v3.1

hld.c

// HLD.C - Horizontal Line Drawing // Written by Phil Inch for Game Developers Magazine (issue 2). // Contributed to the public domain. // This program written and compiled with Borland C++ v3.

frmyulan.frm

VERSION 5.00 Begin VB.Form frmYuLan AutoRedraw = -1 'True BackColor = &H00FFFFFF& Caption = "Form1" ClientHeight = 3195 ClientLeft = 60