代码搜索:strings
找到约 10,000 项符合「strings」的源代码
代码结果 10,000
www.eeworm.com/read/206632/5005055
c strings.c
/* Copyright (c) 1995-2000 Microsoft Corporation. All rights reserved. */
typedef unsigned short wchar_t;
unsigned int strlenW(const wchar_t *wcs)
{
const wchar_t *eos = wcs;
while (*eos
www.eeworm.com/read/206632/5005092
c strings.c
/* Copyright (c) 1995-2000 Microsoft Corporation. All rights reserved. */
typedef unsigned short wchar_t;
unsigned int strlenW(const wchar_t *wcs)
{
const wchar_t *eos = wcs;
while (*eos
www.eeworm.com/read/206632/5005172
c strings.c
/* Copyright (c) 1995-2000 Microsoft Corporation. All rights reserved. */
#include
#if !defined(PPC) && !defined(x86) // in the crt on PPC and x86
/********************************
www.eeworm.com/read/205961/5013739
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/205824/5016600
h strings.h
/*
File: strings.h
Copyright: Public Domain
This file is provided because non ANSI fuctions are described in string.h
that belong in strings.h. These functions are provided for
www.eeworm.com/read/204040/5035190
c strings.c
/*
COW : Character Oriented Windows
strings.c : common string pool (multiused strings)
(compiles with minimal headers)
NOTE : the types of data in this file must track strings.h
*/
#if
www.eeworm.com/read/204040/5035221
h strings.h
/*
COW : Character Oriented Windows
strings.h : string pool (+special message-box stuff)
-- use these variables if string is duplicated, otherwise use the
explicit #defines as found in
www.eeworm.com/read/204040/5036301
h strings.h
/* TS = none */
/* REVIEW - we could save some space by not repeating some strings */
#define szError " Error -- "
#define szWarning "\n Warning -- "
/* ERROR MESSAGES
www.eeworm.com/read/199163/5079042
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/196308/5103144
strings main.strings
button.yes="是";
button.no="否";
button.ok="确认";
friendslist.default="我的好友";
friendslist.stranger="陌生人";
friendslist.badegg="黑名单";
friends.catagory.new="新建用户组";
timeout.message="服务器响应超时,请检查您的网络状态";
ip.a