代码搜索结果
找到约 10,000 项符合
Screen 的代码
memset.c
#include
#include
#include
#include
int main(void)
{
void *vmem;
printf("press any key to clear screen\n");
getch();
vmem=MK_FP(0xb800,0x0000);
function tester_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
function tester.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
function tester.m51
BL51 BANKED LINKER/LOCATER V5.03 08/06/2007 17:38:10 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE .\STAR
textinfo.c
#include
void main(void)
{
struct text_info text;
gettextinfo(&text);
cprintf("Screen coordinates %d,%d to %d,%d\r\n",
text.wintop, text.winleft, text.winbottom, t
f_guifigure.asv
function [hfig,han,pos,colors] = f_guifigure (g_module,iplot)
%F_GUIFIGURE: Create figure window for specified GUI module
%
% Usage: [hfig,han,pos,colors] = f_guifigure (g_module,iprint)
%
%
yxcd.bak
set classlib to toolclass
_screen.caption="专门人才信息管理系统"
_screen.addobject("systoolbar1","systoolbar")
_screen.systoolbar1.top=-4
_screen.systoolbar1.visible=.t.
_screen.systoolbar1.enabled=.t.
se
yxcd.prg
set classlib to toolclass
_screen.caption="专门人才信息管理系统"
_screen.addobject("systoolbar1","systoolbar")
_screen.systoolbar1.top=-4
_screen.systoolbar1.visible=.t.
_screen.systoolbar1.enabled=.t.
se
hz.h
#ifndef _HZ_H_
#define _HZ_H_
/*-----------------------------------------------
load font file into buffer named font_buffer
char *eFontName : English font file name
char *eFontExt : English fo
hz.c
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
*
* Copyright (c) 2006 hulihutu
*
* h