代码搜索:Text
找到约 10,000 项符合「Text」的源代码
代码结果 10,000
www.eeworm.com/read/296794/8077137
text allcodefile.text
1101000101100011111100010001010011000010010101011001011101100011111110010100011111110011101011000001001001001101101010
www.eeworm.com/read/296794/8077138
text codefile.text
1101000101100011111100010001010011000010010101011001011101100011111110010100011111110011101011000001001001001101101010
www.eeworm.com/read/296713/8080622
bmp text.bmp
www.eeworm.com/read/196425/8092826
txt text.txt
Uncompressed multimedia (graphics, audio and video) data requires considerable storage capacity and transmission bandwidth. Despite rapid progress in mass-storage density, processor speeds, and digita
www.eeworm.com/read/396220/8118730
text1
/*程序名:矩阵键盘显示*/
/*程序功能:用P1口构成矩阵键盘,P0口作显示,按下按键显示对应按键码*/
/*作者:严峥晖*/
#include
typedef unsigned char uchar;
uchar code led[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,
www.eeworm.com/read/296067/8125614
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/296042/8127050
asm text.asm
;20MHZ BAUD:38400
TXD BIT P1.0
RXD BIT P1.1
SEND EQU 50H
REVE EQU 51H
ORG 0000H
AJMP MAIN
ORG 0003H
AJMP ITOP
ORG 0100H
MAIN:SETB EA
SETB EX0
SETB RXD;;P1.0 置高
www.eeworm.com/read/247316/12666913
java text.java
/*
* Text.java
*
* Created on 2007年10月17日, 上午10:27
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
//package mypkg;
/**
*
www.eeworm.com/read/247144/12678458
dsp text.dsp
# Microsoft Developer Studio Project File - Name="Text" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 5.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Appl
www.eeworm.com/read/247144/12678471
mak text.mak
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Application" 0x0101
!IF "$(CFG)" == ""
CFG=Text - Win32 Debug
!MESSAG