约 3,320,000 个结果
  1. 查看更多
    查看更多
    前往 Wikipedia 查看全部内容
    查看更多

    Algorithm - Wikipedia

    In mathematics and computer science, an algorithm is a finite sequence of mathematically rigorous instructions, typically used to solve a class of specific problems or to perform a computation. Algorithms are used as specifications for performing calculations and data processing. More advanced … 展开

    Around 825 AD, Persian scientist and polymath Muḥammad ibn Mūsā al-Khwārizmī wrote kitāb al-ḥisāb al-hindī ("Book of Indian … 展开

    Ancient algorithms
    Since antiquity, step-by-step procedures for solving mathematical problems have been recorded. This includes in Babylonian mathematics (around … 展开

    It is frequently important to know how much of a particular resource (such as time or storage) is theoretically required for a given algorithm. Methods have been developed for the analysis of algorithms to obtain such quantitative answers (estimates); for example, … 展开

    Algorithms, by themselves, are not usually patentable. In the United States, a claim consisting solely of simple manipulations of abstract concepts, … 展开

    概览 图像
    History 图像

    One informal definition is "a set of rules that precisely defines a sequence of operations", which would include all computer programs (including programs that do not perform … 展开

    Algorithms can be expressed in many kinds of notation, including natural languages, pseudocode, flowcharts, drakon-charts, 展开

    Algorithm design refers to a method or a mathematical process for problem-solving and engineering algorithms. The design of algorithms is part of many … 展开

    CC-BY-SA 许可证中的维基百科文本
  2. What is Algorithm | Introduction to Algorithms - GeeksforGeeks

  3. ALGORITHM中文(简体)翻译:剑桥词典 - Cambridge Dictionary

  4. What Is an Algorithm? | Definition & Examples - Scribbr

    网页2023年8月9日 · Learn what an algorithm is, how it works, and why it is important for computer science and everyday life. See examples of algorithms in different contexts and types.

  5. 算法 - 维基百科,自由的百科全书

  6. Algorithm | Definition, Types, & Facts | Britannica

  7. Algorithms - Khan Academy

  8. What is an Algorithm? Definition, Types, Implementation

    网页2023年9月28日 · Learn what an algorithm is and how it works through a simple example of a home heating system. Explore the different types of algorithms and their applications in various fields, such as navigation, …

  9. Introduction to Algorithms - MIT OpenCourseWare

  10. Algorithms Tutorial - GeeksforGeeks

    网页2024年5月1日 · An algorithm is a finite sequence of well-defined instructions that can be used to solve a computational problem. It provides a step-by-step procedure that convert an input into a desired output.