代码搜索:strings
找到约 10,000 项符合「strings」的源代码
代码结果 10,000
www.eeworm.com/read/166242/10027671
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/166242/10027692
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/166242/10027747
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/165536/10057958
c strings.c
/*
* STRINGS.C - Output printable ascii strings from a binary file.
* E.g. this can be used to locate identifier strings from .EXE-files
* or other messages.
*
* PROGRAMMER: Martt
www.eeworm.com/read/165536/10058253
exe strings.exe
www.eeworm.com/read/165536/10058326
mak strings.mak
#
# Makefile for STRINGS.EXE
#
# Compiler : Microsoft C 6.0
# Created : 4.8.1992
# Copyright (c) : Martti Ylikoski, 1992
#
# Notes: The llibcep.lib is the default library in m
www.eeworm.com/read/165536/10058369
txt strings.txt
STRINGS [DUAL MODE]
NAME STRINGS
USAGE
strings [-count] file[s] | /H | /?] [/P]
DESCRIPTION
www.eeworm.com/read/360195/10106737
java strings.java
// FrontEnd Plus GUI for JAD
// DeCompiled : Strings.class
class Strings
{
public static final String playerName[] = {
"Infantry", "Sniper", "Engineer", "Commando", "Medic"
}
www.eeworm.com/read/359581/10135041
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/359581/10135169
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