代码搜索:Text
找到约 10,000 项符合「Text」的源代码
代码结果 10,000
www.eeworm.com/read/305704/13762932
txt text.txt
#include
/*
1-9万 0-8
1-9筒 9-17
1-9条 18-26
东 27
南 28
西 29
北 30
中 31
发 32
白 33
*/
/*
胡的条件;
顺子 三张连的
碰 杠 三个或四个个一样的
一对 两个一样的
如 123 444 555 66 为1-3万 3个4万 3个五万 一对六万
*/
struct
www.eeworm.com/read/305704/13762935
txt text.txt
/*
S->(A) or aAb
A->eB or dSB
B->dB or null
leixing 0 zhongjiefu
1 fei zhongjiefu
终结符号 ( ) a b d e null
非终结符号 A B S
*/
#include
#define MSIZE 20
char buffer[MSIZ
www.eeworm.com/read/305683/13763371
css text.css
BODY {
FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: "宋体"
}
DIV {
FONT-SIZE: 12px; COLOR: #333333
}
SELECT {
FONT-SIZE: 12px
}
INPUT {
FONT-SIZE: 12px
}
TD {
FONT-SIZE: 12px; COLOR:
www.eeworm.com/read/305680/13763456
frm text.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form Form3
AutoRedraw
www.eeworm.com/read/305680/13763457
frx text.frx
www.eeworm.com/read/305680/13763505
frm text.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form Form3
AutoRedraw
www.eeworm.com/read/305680/13763506
frx text.frx
www.eeworm.com/read/305602/13764788
class text.class
www.eeworm.com/read/305602/13764791
java text.java
/**
* The Abstract of Text
*/
public abstract class Text {
public abstract void DrawText(String text);
protected TextImp GetTextImp(String type) {
if(type.equals("Mac")) {
www.eeworm.com/read/305602/13764801