字母q [英] alphabet q

查看:69
本文介绍了字母q的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

" ABCDEFGHIJKLMNOPQRSTUVWXYZ"

" abcdefghijklmnopqrstuvwxyz"

" 0123456789"

"

!#%^& *()-_"

" + =〜[] \ |;:\''"

" \" {},。<> / \?"

" \\\\\\\ \\\\\\ \\


上面的字符串文字是否包含C的字母? joe

"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"abcdefghijklmnopqrstuvwxyz"
"0123456789"
" "
"!#%^&*()-_"
"+=~[]\|;:\''"
"\"{},.<>/\?"
"\a\b\f\n\r\t\v\\"

Do the above string literals comprise an alphabet for C? joe

推荐答案

Joe Smith写道:
Joe Smith wrote:

" ABCDEFGHIJKLMNOPQRSTUVWXYZ"
" abcdefghijklmnopqrstuvwxyz"
" 0123456789"
" "
"!#%^& *()-_"
" + =〜[] \ |;:\''"
" \ " {},。<> / \?"
" \\\\\\\\\\\\ br />
上面的字符串文字是否包含C的字母? joe

"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"abcdefghijklmnopqrstuvwxyz"
"0123456789"
" "
"!#%^&*()-_"
"+=~[]\|;:\''"
"\"{},.<>/\?"
"\a\b\f\n\r\t\v\\"

Do the above string literals comprise an alphabet for C? joe




定义字母表。


此外,快速扫描显示没有'''''或''



Define "alphabet".

Also, a quick scan shows no ''@'' or ''


''。


-

+ ------------- ------------ + -------------------- + ---------------- ------------- +

| Kenneth J. Brody | www.hvcomputer.com | |

| kenbrody / at\spamcop.net | www.fptech.com | #include< std_disclaimer.h> |

+ ------------------------- + -------------- ------ + ----------------------------- +

不要邮件给我:< mailto:Th ************* @ gmail.com>

''.

--
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody | www.hvcomputer.com | |
| kenbrody/at\spamcop.net | www.fptech.com | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+
Don''t e-mail me at: <mailto:Th*************@gmail.com>


在文章< ; 44 *********************** @ news.usenetmonster.com> ,

Joe Smith< gr ********** @ netzero.net>写道:
In article <44***********************@news.usenetmonster.com> ,
Joe Smith <gr**********@netzero.net> wrote:
" ABCDEFGHIJKLMNOPQRSTUVWXYZ"
" abcdefghijklmnopqrstuvwxyz"
" 0123456789"
" "
"!#%^& *()-_"
" + =〜[] \ |;:\''"
" \ " {},。<> / \?"
" \\\\\\\\\\\\\
上面的字符串文字是否包含C的字母? joe
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"abcdefghijklmnopqrstuvwxyz"
"0123456789"
" "
"!#%^&*()-_"
"+=~[]\|;:\''"
"\"{},.<>/\?"
"\a\b\f\n\r\t\v\\" Do the above string literals comprise an alphabet for C? joe




你不需要以任何字面形式反斜杠字符。


你不要需要在字符串文字中反斜杠单引号。


您不需要在该上下文中反斜杠,

接下来是另一个问号(在这种情况下

三角形将开始发挥作用)。


关于最后一个字符串:在源代码中字符集,

空格和代表水平制表符的控制字符,

垂直制表符和换页符号都有效,但换行符不是明确的b / b
有效 - 仅指示每行文字的

结尾的某种方式;标准对待每一行

,好像是一个新行字符。如果您使用具有固定长度记录的系统恰好是

,那么源中新行的出现将不一定有效!同样地,

回车在源文本中没有明确有效,除了

范围,该特定系统恰好包括回车

行尾指示器。

-

一切都是虚荣心。 - 传道书



You don''t need to backslash the bar character in any literal form.

You don''t need to backslash the single-quote within a string literal.

You don''t need to backslash the question-mark in that context,
only if it is followed by another question-mark (in which case
triglyphs would start coming into play).

With regard to that last string: in the source character set,
space and the control characters representing horizontal tab,
vertical tab, and form feed are valid, but newline is not
explicitly valid -- only "some way of indicating the
end of each line of text"; the standard treats each end of line
as if were a single new-line character. If you happened to be
using a system with fixed length records, then an occurance
of a newline in the source would not necessarily be valid! Likewise,
carriage return is not explicitly valid in source text except to the
extent that that particular system happens to include carriage return
in the end of line indicator.
--
All is vanity. -- Ecclesiastes


这篇关于字母q的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆