An introduction course on computer programming and computer programming language. In this course, students can learn C programming language well and solve simple application problem using C programming language by practical training.
Computer Science
计算机科学(computer science,缩写CS)是系统性研究信息与计算的理论基础以及它们在计算机系统中如何实现与应用的实用技术的学科。它通常被形容为对那些创造、描述以及转换信息的算法处理的系统研究。计算机科学包含很多分支领域:有些强调特定结果的计算,比如计算机图形学;有些是探讨计算问题的性质,比如计算复杂性理论;还有一些领域专注于怎样实现计算,比如编程语言理论。
Physics
Biological / Biomedical Science
Mathematics
Statistics
Computer Science
Computer Engineering
Chemistry
Chemical Engineering
Environmental Engineering
Environmental Science
Biomedical/Bioengineering
Psychology
Information Systems
Architecture
Medicine
Supply Chain and Logistics
Electrical Engineering
Materials Science and Engineering
Urban Planning
Mechanical Engineering
Aerospace / Aeronautical / Astronautical Science and Engineering
Geosciences
Industrial Engineering
Nuclear Engineering
Financial Engineering
Civil Engineering
Agriculture
Management Science and Engineering
Operations Management
Entrepreneurship and Strategy
Actuarial Sciences
Pharmaceutical Sciences
Biological Agricultural Engineering
码农
c&c++
编程
互联网
程序设计 : 程序设计是给出解决特定问题程序的过程,是软件构造活动中的重要组成部分.程序设计往往以某种程序设计语言为工具,给出这种语言下的程序.程序设计过程应当包括分析、设计、编码、测试、排错等不同阶段.
数据类型 : 数据类型在数据结构中的定义是一个值的集合以及定义在这个值集上的一组操作。数据类型包括原始类型、多元组、记录单元、代数数据类型、抽象数据类型、参考类型以及函数类型
程序设计语言 : 程序设计语言是用于书写计算机程序的语言。语言的基础是一组记号和一组规则。根据规则由记号构成的记号串的总体就是语言。在程序设计语言中,这些记号串就是程序。程序设计语言有3个方面的因素,即语法、语义和语用。语法表示程序的结构或形式,亦即表示构成语言的各个记号之间的组合规律,但不涉及这些记号的特定含义,也不涉及使用者。语义表示程序的含义,亦即表示按照各种方法所表示的各个记号的特定含义,但不涉及使用者。