代码搜索:strings
找到约 10,000 项符合「strings」的源代码
代码结果 10,000
www.eeworm.com/read/323035/13357053
c strings.c
/****************************************************************/
/* */
/* strings.c */
/* */
/* Global String Handling Functions */
/* */
/* Copyright (c) 1
www.eeworm.com/read/136179/13388741
rc strings.rc
; this file includes translated texts from comboboxes
; it's used as source for dictionary scan
${None}
${Specific} (${Mailbox Properties})
${Default} (${User Preferences})
${Normal Window}
${
www.eeworm.com/read/319472/13451157
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/319472/13451223
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/319292/13456300
strings sr.strings
# String resource file
#
# When processed by the String Resource Tool, this file generates
# both a .CS and a .RESX file with the same name as the file.
# The .CS file contains a class which can
www.eeworm.com/read/318179/13483935
webclient-strings
http_http "http://"
http_200 "200 "
http_301 "301 "
http_302 "302 "
http_get "GET "
http_10 "HTTP/1.0"
http_11 "HTTP/1.1"
http_content_type "content-type: "
http_texthtml "text/html"
http_location "lo
www.eeworm.com/read/318179/13483945
http-strings
http_http "http://"
http_200 "200 "
http_301 "301 "
http_302 "302 "
http_get "GET "
http_10 "HTTP/1.0"
http_11 "HTTP/1.1"
http_content_type "content-type: "
http_texthtml "text/html"
http_location "lo
www.eeworm.com/read/318179/13483973
smtp-strings
smtp_220 "220"
smtp_helo "HELO "
smtp_mail_from "MAIL FROM: "
smtp_rcpt_to "RCPT TO: "
smtp_data "DATA\r\n"
smtp_to "To: "
smtp_from "From: "
smtp_subject "Subject: "
smtp_quit "QUIT\r\n"
smtp_crnl "\
www.eeworm.com/read/315699/13537817
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/315699/13537883
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