代码搜索:Text
找到约 10,000 项符合「Text」的源代码
代码结果 10,000
www.eeworm.com/read/16352/670142
c text.c
/******************************************************************************
QQ: 958664258
21IC用户名:banhushui
交流平台:http://blog.21ic.com/user1/5817/index.html
淘宝店铺:http://shop58559908.taobao.com
www.eeworm.com/read/16502/673967
m text.m
function th = text(x,y,string,opt_sc)
%TEXT Text annotation.
% TEXT(X,Y,'string') adds the text in the quotes to location (X,Y)
% on the current axes, where (X,Y) is in units from the current
www.eeworm.com/read/16718/683527
obj text.obj
www.eeworm.com/read/16718/683528
exe text.exe
www.eeworm.com/read/16718/683530
cpp text.cpp
#include
void main(void)
{
textcolor(YELLOW+BLINK);
textbackground(11);
gotoxy(35,15);
cprintf("This is a test");
getch();
}
www.eeworm.com/read/16718/683907
obj text.obj
www.eeworm.com/read/16718/683909
exe text.exe
www.eeworm.com/read/16718/683911
cpp text.cpp
#include
#include
int main(void)
{
int driver=DETECT,mode;
int NUM;
initgraph(&driver,&mode,"d:\\tools\\tc3.0\\bgi");
registerbgidriver(EGAVGA_driver);
regis
www.eeworm.com/read/16793/690791
c text.c
/* text.c -- text handling commands for readline. */
/* Copyright (C) 1987-2010 Free Software Foundation, Inc.
This file is part of the GNU Readline Library (Readline), a library
for reading l
www.eeworm.com/read/16835/696807