- 博客(28)
- 收藏
- 关注
原创 HackerRank - C语言 - Conditionals and Loops - Printing Pattern using Loops
Printing Pattern using Loops
2020-01-07 09:08:53
283
原创 HackerRank - C语言 - Conditionals and Loops - Bitwise Operators
Bitwise Operators
2020-01-06 15:24:14
238
原创 HackerRank - C语言 - Conditionals and Loops - Sum of Digits of a Five Digit Number
Sum of Digits of a Five Digit Number
2020-01-06 15:16:15
220
原创 HackerRank - C语言 - Conditionals and Loops - Conditional Statements in C
Conditional Statements in C
2020-01-06 15:03:34
173
原创 HackerRank 题目目录
HackerRank 题目目录C语言题目网站解答“Hello World!” in C“Hello World!” in C“Hello World!” in CPlaying With CharactersPlaying With CharactersPlaying With CharactersSum and Differ...
2020-01-06 12:54:32
1854
原创 HackerRank - C语言 - Introduction - Sum and Difference of Two Numbers
Sum and Difference of Two Numbers
2020-01-06 12:40:28
158
原创 HackerRank - C语言 - Introduction - Playing With Characters
Playing With Characters
2020-01-06 12:36:31
205
原创 HackerRank - C语言 - Introduction - "Hello World!" in C
“Hello World!” in C
2020-01-06 12:29:01
262
原创 转义字符
字符表转义字符意义ASCII码值(十进制)\a响铃(BEL)007\b退格(BS) ,将当前位置移到前一列008\f换页(FF),将当前位置移到下页开头012\n换行(LF) ,将当前位置移到下一行开头010\r回车(CR) ,将当前位置移到本行开头013\t水平制表(HT) (跳到下一个TAB位置)009\v垂...
2019-12-18 10:39:14
132
原创 Python语言 - 语法和语句 - 标识符和关键字
本节内容标识符关键字标识符在 Python 中,所有标识符可以包括英文、数字以及下划线(_),但不能以数字开头。Python 中的标识符是区分大小写的。以下划线开头的标识符是有特殊意义的:以单下划线开头 _foo 的代表不能直接访问的类属性,需通过类提供的接口进行访问,不能用 from xxx import * 而导入。以双下划线开头的 __foo 代表类的私有成员,以双下...
2019-12-06 20:02:25
148
原创 C语言 - 01 变量、常量、关键字
1. C 的令牌(Tokens) 2. 注释 3. 标识符命名规则 4. 关键字 5. 分号 ; 和空格 6. 变量 7. 常量
2019-12-02 21:56:56
874
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人