跳转到内容

基本的計算機科學主題列表

维基百科,自由的百科全书

这是本页的一个历史版本,由Flylinux留言 | 贡献2007年10月31日 (三) 03:08编辑。这可能和当前版本存在着巨大的差异。

Computer science, or computing science, is the study of the theoretical foundations of information and computation and their implementation and application in computer systems. One well known subject classification system for computer science is the ACM Computing Classification System devised by the Association for Computing Machinery. A separate list of basic topics in computer science include:

Branches of computer science

Mathematical foundations

Theory of computation

Algorithms and data structures

  • Algorithms - Sequential and parallel computational procedures for solving a wide range of problems.
  • Data structures - The organization and manipulation of data.

Programming languages and compilers

Concurrent, parallel, and distributed systems

  • Concurrency - The theory and practice of simultaneous computation; data safety in any multitasking or multithreaded environment.
  • Distributed computing - Computing using multiple computing devices over a network to accomplish a common objective or task and there by reducing the latency involved in single processor contributions for any task.
  • Parallel computing - Computing using multiple concurrent threads of execution.

Software engineering

  • Formal methods - Mathematical approaches for describing and reasoning about software designs.
  • Software engineering - The principles and practice of designing, developing, and testing programs, as well as proper engineering practices.
  • Reverse engineering - The application of the scientific method to the understanding of arbitrary existing software
  • Algorithm design - Using ideas from algorithm theory to creatively design solutions to real tasks
  • Computer programming - The practice of using a programming language to implement algorithms

Computer architecture

  • Computer architecture - The design, organization, optimization and verification of a computer system, mostly about CPUs and Memory subsystem (and the bus connecting them).
  • Operating systems - Systems for managing computer programs and providing the basis of a usable system.

Communications and Security

Databases

Artificial intelligence

  • Artificial intelligence - The implementation and study of systems that exhibit an autonomous intelligence or behaviour of their own.
  • Automated reasoning - Solving engines, such as used in Prolog, which produce steps to a result given a query on a fact and rule database.
  • Robotics - Algorithms for controlling the behavior of robots.
  • Computer vision - Algorithms for identifying three dimensional objects from a two dimensional picture.
  • Machine learning - Automated creation of a set of rules and axioms based on input.

Computer graphics

  • Computer graphics - Algorithms both for generating visual images synthetically, and for integrating or altering visual and spatial information sampled from the real world.
  • Image processing - Determining information from an image through computation.
  • Human computer interaction - The study and design of computer interfaces that people use.

Scientific computing

History of computer science

Vocations of computer science

Basic computer science concepts

People in computer science

See also

Template:List resources