当前位置:编程学习 > C/C++ >>

C语言初学,要记得哪些单词就可以了?

C语言初学,要记得哪些单词就可以了?把新手需要记住的发来看看,别说些有的没的,我要的是单词还有他的意思。
追问:来自手机问问呵呵,编辑程序不需要单词吗?一本多少money
答案:
C语言常用单词
算法 algorithm 机器语言machine language
运算与逻辑单元ALU 内存单元 memory unit
分析 易做图ysis 微处理器microprocessor
应用软件application software 模型model
汇编程序assembler
面向对象的语言object-oriented language
汇编语言assembler language 操作码opcode
备份件backup copies 操作系统operating system
位bit
面向过程的语言procedure-oriented language
引导boot 程序设计progremming
字节bytes 汇编语言programming language
伪代码pseudocode 类class
细化refinement 编写代码coding
循环结构repetition 编译型语言compiled language
编译程序compiler 辅存secondary storage
计算机程序computer program 选择结构selection
控制单元 control unit 顺序结构sequence
文档编写documentation 软件software
软盘floppy diskette
软件开发过程software development procedure
流程图flowchart 软件工程software engineering
硬盘hard disk 软件维护software maintenance
硬件hardware 源代码soure code
高级语言high-level language 源程序source program
输入/输出单元 I/O unit 语法syntax
调用invocation 系统软件system software
循环结构iteration 测试testing
解释型语言interpreted language二进制补码two’s complement
解释程序interpreter 低级语言low-level language
抽象abstraction 累加accumulating
参数argument 自减运算符decrement operator
算术运算符arithmetic operators 参数argument
赋值语句assignment statement 赋值运算符assignment operators
综合性associativity 类型转换cast
原子数据类型atomic data value 编译时错误compile-time error
字符值character values 记数counting
类class 对齐justificating
注释comments 逻辑错误logic error
数据类型data type 左值lvalue
声明语句declaration statement 魔术数magic number
定义语句definition statement 数学头文件mathematical library
双精度数double-precision number 八进制octal
转义序列escape sequence 已命名常数named constant
表达式expression 桌面检查desk checking
浮点数floating-point number 域宽操纵符field width manipulator
函数function 回显打印echo printing
头文件header file 十六进制hexadecimal
标识符identifier
程序验证与测试program verification and testing
整数值iteger value 自增运算符 increment operator
关键字keyword 实现implement
操纵符manipulator 提示prompt
混合表达式mixed-mode expression 运行时错误run-time error
助记符mnemonic 右值rvalue
模块module 符号常数symbolic constant
取模运算符modulus operator 语法错误syntax error
优先级 preccedence 跟踪tracing
变量variable 类型转换type conversions
C语言~~是编程,不是学一门像英语、中文那样的“语言”……学C语言不用学单词,而是学程序结构和编程语句……建议你买一本谭浩强教授的《C语言程序设计》来看看~~
这问题我也准备问。一起坐等答案…

#include “stdio.h”//文件包含命令

main(){}//主程序入口

printf();//标准输出语句

scanf();//标注输入语句

数据类型:int(整型)、float(浮点型)、char(字符型)

基本语句:if(条件语句)、while(条件语句)、for(循环语句)

 

基本单词就这些,其实不用去背,这些都是总用的,自然而然就会了。学这个重要的是算法和结构。

你以为是学英语吗...自己多编程自然记住了,不需要背~

上一个:C语言提供的预编译处理命令主要有哪三种?
下一个:在C语言中,字符的ASCII代码是什么啊?

CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,