Home > database >  A sprout new everyday
A sprout new everyday

Time:10-17

1, earnestly notes in class, listening carefully, be sure to take notes when class do homework study,

I think that most people are ordinary people, no ability which never forgets anything, so, notes can deepen the impression, and, forgotten also easy to find, not to turn over a book, then trouble (computer books are generally quite thick:))

PS: the way of taking notes, code more advice note down in a computer (can knock out compilation operation first, see if there is a mistake, and then copy and paste to the notepad)

2, actually learn knowledge is I accepted, I know not,

For mastering knowledge, I think should be accepted the knowledge and able to know how to use it, rather than just knew of its existence,

3, be sure to use the computer, to solve the problem.

Many thanks to my every specialized course is the computer class.

如果不是,刚开始要保证每天都要有一定的代码量,熟能生巧嘛,,4,拼题 www.pintia.cn 刷题王 必刷-作业 扩展 5,博客 csdn 写笔记 ,学习心得,错误 6,自己写代码,多问程序:一系列的指令,人机沟通程序语言机器语言 0 1组成 汇编语言 助记符 AND 高级语言 ---编译程序(解释程序)--- 机器语言 c----面向过程的语言 程序=数据结构+算法 数据结构 :数据,类型,数据之间的关系 算法:解决问题的方法和步骤 ,同一个问题的算法有很多,在理解的基础上记住嵌入式编程 软硬结合物联网 一切皆可联网互联网 电脑联网Java---面向对象的语言(更接近人类的习惯) 语言:沟通交流的工具硬件:看得见,摸得着软件:---系统软件,应用软件存储结构:内存(工作存储器,不能持久保存数据) 外存(硬盘,优盘,光盘,持久保存数据)字节(byte):存储信息的最小单位 ,1字节=8个比特位比特位(bite):一个二进制位,只能存储0或1字长(cpu一次可以处理的数据长度) 数据:信息的符号化 1+2 a数据类型------不同的数据可以参与不同的运算,不同的类型分配不同的内存空间所有的数据分为常量(程序运行时,不变的量)和变量(程序运行时,变化的量)两种 类型常量整型 即整数,1,2浮点型 :必须有小数点 即小数 1.2 ,3.4 表示方法有两种 :普通,指数形式 3.4E3 (3.4e3) ,e之前之后必须有数字,而且之后的数字必须为整数字符型 :单引号括起来的单个字符 'a' 除了普通字符常量外,还有转义字符 '\n'代表回车标识符:名字,以字母,下划线,数字组成,不能以数字开头分为关键字,用户自定义标识符变量整型 int(4个字节) short long(表示数的范围不同,所占的字节不同)浮点型 字符型

CodePudding user response:

Thanks for sharing, it is recommended that the blog
  • Related