代码搜索:Text
找到约 10,000 项符合「Text」的源代码
代码结果 10,000
www.eeworm.com/read/179788/9337733
~pas text.~pas
unit Text;
interface
uses
SysUtils, Types, Classes, Variants, QGraphics, QControls, QForms, QDialogs,
QMenus, QTypes, QExtCtrls, QStdCtrls, Base;
type
TFrmTextViewer = class(TFrmPolymorphic)
www.eeworm.com/read/179788/9337743
pas text.pas
unit Text;
interface
uses
SysUtils, Types, Classes, Variants, QGraphics, QControls, QForms, QDialogs,
QMenus, QTypes, QExtCtrls, QStdCtrls, Base;
type
TFrmTextViewer = class(TFrmPolymorphic)
www.eeworm.com/read/179788/9337758
xfm text.xfm
inherited FrmTextViewer: TFrmTextViewer
Left = 305
Top = 214
Height = 220
ActiveControl = BtnOpen
Caption = 'Polymorphic Text Viewer'
PixelsPerInch = 97
TextHeight = 15
TextWidth = 7
www.eeworm.com/read/375987/9340451
text1
//*****************************************
//slave1
//!@#$
//2006.5.15-
//*******************************************
#include
#define localaddress 0x40 //slave 1
#define s
www.eeworm.com/read/375852/9347709
gif text.gif
www.eeworm.com/read/375729/9351164
c text.c
//转一段无绳电话程序,看能否借鉴?
//****
#include
//---
uint8 MCControlR;
uint16 MC14bitsAuxCount;
uint16 MC12bitsRefCount;
uint16 MCTxCount;
uint16 MCRxCount;
uint32 MC32bitsBu
www.eeworm.com/read/375526/9357367
text1
send_command(0x0);
send_data(0x0001);DelayNS(10);
send_command(0x01);
send_data(0x233f);DelayNS(10);
send_command(0x02);
send_data(0x0600);DelayNS(10);
send_command(0x03);
send_data(0x6864);Del
www.eeworm.com/read/375526/9357419
text1
send_command(0x0);
send_data(0x0001);DelayNS(10);
send_command(0x01);
send_data(0x233f);DelayNS(10);
send_command(0x02);
send_data(0x0600);DelayNS(10);
send_command(0x03);
send_data(0x6864);Del
www.eeworm.com/read/374863/9381331
h text.h
/***********************************************************************
文件名: text.h
内容: 文本以及字符处理
创建人: Bob Lee
创建日期: 2005-8-12
修改日期: 2005-8-12
版本: 1.00.000
******************************