代码搜索:Text

找到约 10,000 项符合「Text」的源代码

代码结果 10,000
www.eeworm.com/read/316877/3584680

js text-area.js

// a function to write text content in a text area function write_text() { // assign a string to the textarea field document.forms.f.txtarea1.value = "Comp
www.eeworm.com/read/316872/3592875

c mon_text.c

/* * The USB Monitor, inspired by Dave Harding's USBMon. * * This is a text format reader. */ #include #include #include #include #inc
www.eeworm.com/read/316872/3606762

c em_text.c

/* * net/sched/em_text.c Textsearch ematch * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the
www.eeworm.com/read/313632/3643199

c text1.c

#include #include #include "GLU.H" #include "GL.H" void display(void) { glColor3f(1.0,1.0,1.0); glutWireShpere(0.8,18,18); } int main(void) { glutInitDisplay
www.eeworm.com/read/313055/3646732

java chunk_text.java

// Copyright (C) 1998, 1999, 2001 Chris Nokleberg // Please see included LICENSE.TXT package com.sixlegs.image.png; final class Chunk_tEXt extends AbstractTextChunk { Chunk_tEXt() {
www.eeworm.com/read/312050/3676232

rc2 text.rc2

// // TEXT.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED //////
www.eeworm.com/read/311629/3679077

rc2 text.rc2

// // TEXT.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED //////
www.eeworm.com/read/310515/3696331

asm text4.asm

LED_0 EQU 30H LED_1 EQU 31H LED_2 EQU 32H ADC EQU 35H TCNTA EQU 36H TCNTB EQU 37H H_TEMP EQU 38H L_TEMP EQU 39H FLAG BIT 00H H_ALM BIT P3.0 L_ALM BIT P3.1 SOUND BIT P3.7 CLO
www.eeworm.com/read/310515/3696364

asm text2.asm

TCNTA EQU 30H TCNTB EQU 31H SEC EQU 32H KEYCNT EQU 33H SP1 BIT P3.5 ORG 00H LJMP START ORG 0BH LJMP INT_T0 START: MOV KEYCNT,#00H MOV SEC,#00H MOV A,SEC MOV B,#10 DIV AB MOV DPTR,#TABLE
www.eeworm.com/read/310515/3696415

asm text1.asm

FLAG BIT 00H ORG 00H START: JB P1.7,START JNB FLAG,NEXT MOV R2,#200 DV: CPL P1.0 LCALL DELY500 LCALL DELY500 DJNZ R2,DV CPL FLAG NEXT: MOV R2,#200 DV1: