时光荏苒..
全部博文(453)
发布时间:2013-06-25 17:09:34
#!/bin/bash# This shell script is used to run 'test' binary and diff # the execute result with the expected 'result' file.### The 'result' file example:# ArithmeticConversions_Vectors_uintn: uintn vs bool: (2, 2).........【阅读全文】
发布时间:2013-06-19 18:02:41
3.1 'a' 字符常量 aL'a' 宽字符常量 wchar_t sizeof(wchar_t)=4"a" 字符串a10 整型常量1010u 无符号整型常量10L 长整型常量10uL 无符号 长整型常量012 8进制表示的整型常量100xc 16进制表示的整型常量123.14 double类型的浮点数常量3.14f float类型的单精度浮点常量3.........【阅读全文】
发布时间:2013-05-13 15:10:26
shell 命令行下不少键盘操作跟 Emacs 是类似的,可能不能说是从 Emacs 借鉴过来的,这些快捷的使用,谁早谁晚还不好考证,不过思路是一致的。之前某次突然来劲试了 C-a C-e 等,刚搜索并实践了若干操作,在 SecureCRT 登录 suse 的环境验证了,整理如下(不.........【阅读全文】