- 12
- 0
- 约1.57万字
- 约 25页
- 2017-06-05 发布于河南
- 举报
PICC入门笔记(国外英文资料)
PICC入门笔记
PICC introductory notes
A,
The basic review of the C language -- -no C is likely to be a little difficult.
C program statement
The name of the statement is general
Expression statement expressions
; The expression statement is followed by the expression ; composition
The function calls the statement function name (the actual parameter table); The actual parameter, the form parameter two concepts should be understood
The control statement attachment 1 controls the flow of the statement for the control program
Compound statements are enclosed in parentheses {}
Empty statement; Only the semicolon; The constituent statements are called empty statements
Assignment statement variable = (variable = expression); The assignment expression plus the expression statement of the semicolon
Printf ( format control string )
Attachment 1
(1) the conditional judgment statement
If statement, switch statement
(2) the loop execution statement
Do while statements, while statements, for statements
(3) to the statement
Break statement, goto statement, continue statement, return statement
Relational operators
Less than or equal to greater than or greater than or equal to or equal to
= , = =! =
The relational operator is a binocular operator, and its binding is all left. In the six relational operators, , =, , = the same priority, higher than = = and! = = = and! = the same priority.
The value of the relationship expression is true and false, meaning 1 and 0.
Logical operators
With operations or operations
| |!
The ampersand or operator | | is a binary operator. It has a left binding property.
Not an operator! The value of the logical operation is true and false, which are both true and false, which are represented by 1 and 0.
Chapter 3: control statements
1. If statement
The if statement of the C language has three basic forms.
If the value of the expression is true, then the following statement is executed, otherwise the statement is not executed.
If (expression) statement;
If
您可能关注的文档
- 2638名患者红细胞血型不规则抗体调查(国外英文资料).doc
- 263和网易的差别(国外英文资料).doc
- 27 2008年北京市宣武区中考化学一模试卷(国外英文资料).doc
- 2015高考一轮复习课时作业10及详解-21(国外英文资料).doc
- 2级C语言上机题 1(国外英文资料).doc
- 24点计算器(国外英文资料).doc
- 22 统计分类标准(国外英文资料).doc
- 34大学2三四章(国外英文资料).doc
- 3D敕令中英问对比(国外英文资料).doc
- 3unit6b(国外英文资料).doc
- 2025年北京市门头沟区中考一模英语试题.docx
- 2025年北京市门头沟区中考二模英语试题.docx
- 2025年北京市丰台区中考二模英语试题.docx
- 2025年中考英语考前冲刺模拟卷 (北京专用) 解析卷.docx
- 2025年中考英语考前冲刺模拟卷 (北京专用) 原卷.docx
- 2025年肩颈按摩仪行业社媒趋势数据分析.docx
- 2025年人身险行业信用回顾与2026年展望.docx
- 合同法买卖合同培训课件.ppt
- 2025年全球食物系统与SDG研究报告-食物供给、食者健康、生态平衡的整体治理.docx
- 2025下半年四川乐山市川投峨眉铁合金(集团)有限责任公司对考前自测高频考点模拟试题最新.docx
原创力文档

文档评论(0)