代码搜索:Text
找到约 10,000 项符合「Text」的源代码
代码结果 10,000
www.eeworm.com/read/273533/10912531
h text.h
/////////////////////////////////////////////////////////////
// Flash Plugin and Player
// Copyright (C) 1998,1999 Olivier Debon
//
// This program is free software; you can redistribute it and/or
/
www.eeworm.com/read/273514/10913131
h text.h
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/273514/10913161
c text.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/273005/10931782
txt text.txt
We are student.
That's a good idea.
The skirt is so beautiful!
www.eeworm.com/read/273005/10931802
sort text.sort
The sorted text:
That's The We a are beautiful! good idea. is skirt so student.
www.eeworm.com/read/417401/10991605
h text.h
/***********************************************************
* text.h starwars scroller text *
* revised by Thomas Marsh *
****************************************
www.eeworm.com/read/271220/11002692
gif text.gif
www.eeworm.com/read/417082/11004332
text1
;按键K1控制指示灯的实验例程(经过软件消抖动处理)
ORG 0000H
AJMP START ;跳转到初始化程序
ORG 0033H
START:MOV SP,#60H ;SP初始化
MOV P1,#0FFH ;端口初始化
MAIN: JB P1.4,MAIN ;检测按键K1有没有按下
ACALL YS20ms ;消前沿抖动延时,实现软件去抖动
JB P1.4,MAIN ;再