代码搜索:Text
找到约 10,000 项符合「Text」的源代码
代码结果 10,000
www.eeworm.com/read/35007/892130
c text.c
#include "sys.h"
#include "fontupd.h"
#include "flash.h"
#include "lcd.h"
#include "text.h"
//code 字符指针开始
//从字库中查找出字模
//code 字符串的开始地址,ascii码
//mat 数据存放地址
www.eeworm.com/read/35007/892340
crf text.crf
www.eeworm.com/read/35007/892354
o text.o
www.eeworm.com/read/35007/892408
d text.d
text.o: ..\TEXT\text.c
text.o: ..\SYSTEM\sys\sys.h
text.o: ..\USER\stm32f10x.h
text.o: ..\CORE\core_cm3.h
text.o: d:\Keil\ARM\RV31\INC\stdint.h
text.o: ..\USER\system_stm32f10x.h
text.o: ..\USER
www.eeworm.com/read/37743/905020
h text.h
/*
* this is a header file that defines all the text strings
*/
#define NO_LANG 7 // we are using 7 languages in this example
extern char * const far text0 []; // text stri
www.eeworm.com/read/38250/910966
h text.h
/*
* this is a header file that defines all the text strings
*/
#define NO_LANG 7 // we are using 7 languages in this example
extern char * const far text0 []; // text stri
www.eeworm.com/read/40112/915478
tcl text.tcl
# text.tcl --
#
# This file defines the default bindings for Tk text widgets and provides
# procedures that help in implementing the bindings.
#
# SCCS: @(#) text.tcl 1.55 97/08/12 14:28:23
#
# Copyri
www.eeworm.com/read/40112/915560
tcl text.tcl
# text.tcl --
#
# This file defines the default bindings for Tk text widgets and provides
# procedures that help in implementing the bindings.
#
# RCS: @(#) $Id: text.tcl,v 1.5 1998/10/10 00:30:36 rjo
www.eeworm.com/read/40112/915601
tcl text.tcl
# text.tcl --
#
# This demonstration script creates a text widget that describes
# the basic editing functions.
#
# RCS: @(#) $Id: text.tcl,v 1.2 1998/09/14 18:23:30 stanton Exp $
if {![info exists w
www.eeworm.com/read/40534/918894
text0
#define _PPDATAT_H
#include
#include
#define uchar unsigned char
#define uint unsigned int
/* 握手信号宏定义 */
#define CALL 0x24 // 主机呼叫
#define OK 0x00 // 从机准备好
#def