About 1,750,000 results
Open links in new tab
  1. ALGORITHM中文 (简体)翻译:剑桥词典 - Cambridge Dictionary

    ALGORITHM翻译:(尤指计算机使用的)算法,计算程序。了解更多。

  2. Algorithm - Wikipedia

    Algorithm design is a method or mathematical process for problem-solving and engineering algorithms. The design of algorithms is part of many solution theories, such as divide-and …

  3. C++ 算法库 <algorithm> | 菜鸟教程

    C++ 标准库中的 <algorithm> 头文件提供了一组用于操作容器(如数组、向量、列表等)的算法。 这些算法包括排序、搜索、复制、比较等,它们是编写高效、可重用代码的重要工具。

  4. Hello 算法

    500 幅动画图解、14 种编程语言代码、3000 条社区问答,助你快速入门数据结构与算法

  5. algorithm(英语单词)_百度百科

    Algorithm(算法)是英语名词,复数形式为algorithms,指为解决特定问题而设计的一系列数学指令或计算步骤,尤指计算机科学中的运算规则。

  6. 算法入门教程(十大经典算法图解) - C语言中文网

    所谓算法(Algorithm),就是解决问题的方法。 换句话说,算法提供了一整套解决问题的方案或者思路,也即先做什么,再做什么,最后做什么。 学习算法,可以短时间内快速提升「遇到 …

  7. algorithm - 搜索 词典

    必应词典为您提供algorithm的释义,美 [ˈælɡəˌrɪðəm],英 [ˈælɡəˌrɪð (ə)m],n. 算法;计算程序; 网络释义: 演算法;运算法则;规则系统;

  8. algorithm是什么意思_algorithm的翻译_音标_读音_用法_例句_爱 …

    爱词霸权威在线词典,为您提供algorithm的中文意思,algorithm的用法讲解,algorithm的读音,algorithm的同义词,algorithm的反义词,algorithm的例句等英语服务。

  9. What is an Algorithm | Introduction to Algorithms - GeeksforGeeks

    Jul 11, 2025 · The word Algorithm means "A set of finite rules or instructions to be followed in calculations or other problem-solving operations" Or "A procedure for solving a mathematical …

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

    算法 (英語: algorithm),在 数学 (算学)和 计算机科学 中指一个被定义好的、计算机可施行其指示的有限步骤或次序 [1],常用于 计算 、 数据处理 和 自动推理。