代码搜索:strings

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

代码结果 10,000
www.eeworm.com/read/304316/13796557

asm strings.asm

;************************************************************************** ;* ;* STRINGS.ASM ;* ;* Copyright (c) 1998-1999 National Semiconductor Corporation. ;* All Rights Reserved. ;* ;*
www.eeworm.com/read/303023/13823617

in infoplist.strings.in

/* Localized versions of Info.plist keys. */ CFBundleName = "Amoebax"; CFBundleShortVersionString = "Amoebax version @VERSION@"; CFBundleGetInfoString = "Amoebax version @VERSION@, Copyright 2006, 200
www.eeworm.com/read/152629/5672980

java strings.java

/* Copyright (C) 2003 Univ. of Massachusetts Amherst, Computer Science Dept. This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit). http://www.cs.umass.edu/~mccallum/mallet Th
www.eeworm.com/read/147331/5732561

tex strings.tex

@node Strings @chapter Strings and Memory (@file{string.h}) This chapter describes string-handling functions and functions for managing areas of memory. The corresponding declarations are in @file{s
www.eeworm.com/read/147000/5733699

js strings_it.js

// LOCALIZATION STRING // Strings for calendar.js and calendar_param.js var L_Today = "Oggi"; var L_January = "Gennaio"; var L_February = "Febbraio"; var L_March = "Marzo"; var L_Ap
www.eeworm.com/read/143582/5756689

dsw strings.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/143582/5756690

plg strings.plg

Build Log --------------------Configuration: strings - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\Kip\L
www.eeworm.com/read/143582/5756691

cpp strings.cpp

#include extern "C" void MakeString() { char firstName[20]; strcpy(firstName,"tim"); } void main() { MakeString(); }
www.eeworm.com/read/143582/5756692

dsp strings.dsp

# Microsoft Developer Studio Project File - Name="strings" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) C
www.eeworm.com/read/143582/5756693

asm strings.asm

TITLE strings.cpp .386P include listing.inc if @Version gt 510 .model FLAT else _TEXT SEGMENT PARA USE32 PUBLIC 'CODE' _TEXT ENDS _DATA SEGMENT DWORD USE32 PUBLIC 'DATA' _DATA ENDS CONST S