代码搜索:Text

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

代码结果 10,000
www.eeworm.com/read/374465/2751326

properties _text_nl.properties

.translator=Remco Schoen a.help=Help a.language=Nederlands a.lynxNotSupported=Sorry, Lynx wordt nog niet ondersteund a.password=Wachtwoord a.remoteConnectionsDisabled=Sorry, externe verbindingen
www.eeworm.com/read/374465/2751327

properties _text_de.properties

.translator=Thomas Mueller a.help=Hilfe a.language=Deutsch a.lynxNotSupported=Dieser Browser unterstützt keine Frames. Frames (und Javascript) werden benötigt. a.password=Passwort a.rem
www.eeworm.com/read/374465/2751330

properties _text_uk.properties

.translator=Igor Dobrovolskyi a.help=&\#x0414;&\#x043E;&\#x043F;&\#x043E;&\#x043C;&\#x043E;&\#x0433;&\#x0430; a.language=&\#x0423;&\#x043A;&\#x0440;&\#x0430;&\#x0457;&\#x043D;&\#x0441;&\#x044C;&\#x0
www.eeworm.com/read/374465/2751649

properties _text_en.properties

.translator=Thomas Mueller a.help=Help a.language=English a.lynxNotSupported=Sorry, Lynx not supported yet a.password=Password a.remoteConnectionsDisabled=Sorry, remote connections ('webAllowOthe
www.eeworm.com/read/372367/2774557

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/370039/2787858

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/367643/2841043

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/367470/2842171

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/366924/2858137

txt text1.txt

double CABS(double A1, double A2) { double X,Y,t1; X = fabs(A1); Y = fabs(A2); if (X == 0.0) t1 = Y; else if (Y == 0) t1 = X; else if (X > Y) t1
www.eeworm.com/read/366431/2890323

vhd text38.vhd

--3-8译码 library ieee; use ieee.std_logic_1164.all; --***********************--- entity text38 is port(en :in bit; num:in bit_vector(2 downto 0); q: out bit_vector(6 downto 0) )