代码搜索:Text
找到约 10,000 项符合「Text」的源代码
代码结果 10,000
www.eeworm.com/read/474957/1387745
java text_xml.java
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
*
* The contents of this file are subject to the terms of either
www.eeworm.com/read/471161/1433141
c text_mmap.c
/*
* $Id: text_mmap.c,v 4.15 2006/11/27 01:52:23 bkorb Exp $
*
* Time-stamp: "2006-09-10 14:50:04 bkorb"
*/
#ifndef MAP_ANONYMOUS
# ifdef MAP_ANON
# define MAP_ANONYMOUS MAP_ANON
# e
www.eeworm.com/read/470436/1471170
uv2 text.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Targ
www.eeworm.com/read/470436/1471171
m51 text.m51
BL51 BANKED LINKER/LOCATER V5.03 12/04/2005 15:38:01 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
F:\PROGRAM FILES\KELL\C51\BIN\B
www.eeworm.com/read/470436/1471172
lst text1.lst
C51 COMPILER V7.50 TEXT1 12/19/2005 19:59:40 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE TEXT1
OBJECT MODULE PLACED IN T
www.eeworm.com/read/470436/1471175
c text1.c
#include
#define uint unsigned int
sbit P10=P1^0;
void main(void)
{ uint k=0;
TMOD=0x20;
TR1=1;
P10=0;
TH1=0X00;TL1=0X00;
while(1)
{
www.eeworm.com/read/470436/1471188
lst text1.lst
C51 COMPILER V7.50 TEXT1 12/04/2005 15:45:44 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE TEXT1
OBJECT MODULE PLACED IN T
www.eeworm.com/read/470436/1471190
c text1.c
#include
#define uint unsigned int
uint i=0;
sbit P10=P1^0;
void timer1(void) interrupt 3
{
TF1=0;
while(++i==2000)
{
P10=!P10;
i=0;
}
}
voi