代码搜索:Text
找到约 10,000 项符合「Text」的源代码
代码结果 10,000
www.eeworm.com/read/219800/14863324
c text1.c
#include "main.h"
#include
#define LCD_Data P0
sbit LCD_RS =P1^2;
sbit LCD_E =P1^0;
sbit LCD_WR =P1^1;
void WriteLCD(unsigned char StartAddressY,unsigned char StartAddressX
www.eeworm.com/read/219800/14863344
obj text3.obj
www.eeworm.com/read/219800/14863347
obj text1.obj
www.eeworm.com/read/219800/14863396
c text2.c
#include "main.h"
#include
/*
LCDInitial LCD初始化程序:
初始化LCD并显示欢迎屏。
*/
void DISPInitial()
{
unsigned int i;
unsigned char j;
WriteLCD_Command(0x30); //功能设置---8BIT控制界面,基本指令集
www.eeworm.com/read/219800/14863410
lst text2.lst
C51 COMPILER V8.02 TEXT2 02/07/2007 16:22:35 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE TEXT2
OBJECT MODULE PLACED IN T
www.eeworm.com/read/219800/14863424
c text3.c
#include "main.h"
#include
#define LCD_Data P0
sbit LCD_RS =P1^2;
sbit LCD_E =P1^0;
sbit LCD_WR =P1^1;
/*
返回值Status: 当前地址计数器的值.
*/
unsigned char LCDBusyWait() //等待LCD
www.eeworm.com/read/219695/14869919
text license.hdr.text
Copyright 1997, 1998, 1999 University of Notre Dame.
Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee
This file is part of the Matrix Template Library
You should have received a copy of the L
www.eeworm.com/read/219625/14873027
pro import_text.pro
;-----------------------------------------------
;该程序用来读取文本文件
pro import_text
plottemplate = ascii_template(myfile)
plot_ascii = read_ascii(myfile, template = plottemplate)
print, plot_ascii
www.eeworm.com/read/219389/14883070
c video_text.c
/*****************************************************************************
* video_text.c : text manipulation functions
**************************************************************************