代码搜索:Text
找到约 10,000 项符合「Text」的源代码
代码结果 10,000
www.eeworm.com/read/464569/7065073
data text.data
now is the time for all good people to come to the aid of the party
www.eeworm.com/read/356466/7085526
text1
www.eeworm.com/read/135104/7094028
h text.h
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/135104/7094330
h text.h
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/199841/7097770
c text.c
#include "nxlib.h"
int
XDrawString(Display *dpy, Drawable d, GC gc, int x, int y,
_Xconst char *string, int length)
{
if (length > 0)
GrText(d, gc->gid, x, y, (char *)string, length,
www.eeworm.com/read/230249/7101415
text2
#include
#include
#include
#define uint unsigned int
#define uchar unsigned char
sbit cs=P1^1; /*片选*/
sbit clk_adc=P1^0; /*TLC549 的时钟信号*/
sbit dout_adc=P
www.eeworm.com/read/433884/7102826
txt text.txt
;=================================================
; 红外遥控接收
;=================================================
; 中山单片机学习网 智佳科技 逸风
;=================================================
O
www.eeworm.com/read/420259/7125937
text1
#include
#include
#include
//#include "eeprom.h"
#define uchar unsigned char
#define uint unsigned int
#define BUSY 0x80 //lcd忙检测标志
www.eeworm.com/read/420259/7125942
text2
org 0000h
jmp start
org 0030h ;主程序从这个地址开始存放
start:
mov dptr,#table ;将表格的首地址送DPTR
loop: clr a
movc a,@a+dptr ;读取表格首地址的内容
cjne a,#01h,loop1 ;查看是否是01H.如