代码搜索:strings
找到约 10,000 项符合「strings」的源代码
代码结果 10,000
www.eeworm.com/read/263146/11374360
odc strings.odc
www.eeworm.com/read/262781/11391053
h strings.h
*-- (c) Microsoft Corporation 1995
*-- STRINGS.H
*-- Include this file where needed for localization
*-- purposes
*-- Messagebox Titles
#DEFINE ERRORTITLE_LOC "An error has occurred"
#D
www.eeworm.com/read/407940/11407289
strings localizable.strings
"ButtonsTitle" = "Buttons";
"ControlsTitle" = "Controls";
"TextFieldTitle" = "TextFields";
"SearchBarTitle" = "SearchBar";
"TextViewTitle" = "TextView";
"SegmentTitle" = "Segment";
"ToolbarTitle" = "T
www.eeworm.com/read/407940/11407368
strings ._localizable.strings
www.eeworm.com/read/403011/11524251
cpp strings.cpp
// strings.cpp -- storing strings in an array
#include
#include // for the strlen() function
int main()
{
using namespace std;
const int Size = 15;
char name1[
www.eeworm.com/read/403009/11524558
cpp strings.cpp
// strings.cpp -- storing strings in an array
#include
#include // for the strlen() function
int main()
{
using namespace std;
const int Size = 15;
char name1[
www.eeworm.com/read/401271/11560057
c strings.c
/****************************************************************/
/* */
/* strings.c */
/* */
/* Global String Handling Functions */
/* */
/* Copyright (c)
www.eeworm.com/read/401271/11560088
c strings.c
/****************************************************************/
/* */
/* strings.c */
/* */
/* Global String Handling Functions */
/* */
/* Copyright (c) 1
www.eeworm.com/read/261166/11662497
lib strings.lib
www.eeworm.com/read/346994/11706678
c strings.c
/* Demonstrates strrev(), strset(), and strnset(). */
#include
#include
char str[] = "This is the test string.";
int main( void )
{
printf("\nThe original string: %s