代码搜索:strings
找到约 10,000 项符合「strings」的源代码
代码结果 10,000
www.eeworm.com/read/333254/12692702
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/246621/12716924
strings infoplist.strings
www.eeworm.com/read/245818/12778925
c strings.c
/* strings.c -- string formatting */
#include
#define BLURB "Authentic imitation!"
int main(void)
{
printf("/%2s/\n", BLURB);
printf("/%24s/\n", BLURB);
printf("/%24.5s/\n
www.eeworm.com/read/245818/12779090
c strings.c
// strings.c -- stringing the user along
#include
#define MSG "You must have many talents. Tell me some."
// a symbolic string constant
#define LIM 5
#define
www.eeworm.com/read/144074/12819627
dat strings.dat
Columbus Washington Napoleon Washington Lee Grant
Washington Lincoln Grant Columbus Washington
www.eeworm.com/read/244909/12831814
properties strings.properties
popup.restore=&Restore
popup.move=&Move
popup.size=&Size
popup.minimize=Mi&nimize
popup.maximize=Ma&ximize
popup.close=&Close
www.eeworm.com/read/329744/12935912
frx strings.frx
www.eeworm.com/read/329744/12936132
frm strings.frm
VERSION 5.00
Begin VB.Form frmStrings
BorderStyle = 3 'Fixed Dialog
Caption = "Strings"
ClientHeight = 2490
ClientLeft = 45
ClientTop = 330
www.eeworm.com/read/142113/12961598
c strings.c
/****************************************************************/
/* */
/* strings.c */
/* */
/* Global String Handling Functions */
/* */
/* Copyright (c)