中英
algorithmically
/ ˌælɡəˈrɪðmɪkəlɪ /
  • 简明
  • [计] 在算法上
  • 网络释义
  • 专业释义
  • 1

    [计] 在算法上

    ... 再装入时间 系统恢复时间nreload time 在算法上 algorithmically 在位处理 on-site processing ...

  • 2

     算法

    ... 算法 = algorithmic 算法 = algorithmically 算法 = algorithms ...

短语
  • 双语例句
  • 原声例句
  • 权威例句
  • 1
    This can go a long way, improving things algorithmically and fixing inefficient code.
    这方面还有很长的路要走,优化算法、修正低效代码。
  • 2
    The idea behind Google News was to display different perspectives on the same subject and to rank them algorithmically.
    Google News的理念是展示关于同一话题不同的观点然后通过算法进行排名。
  • 3
    The more algorithmically complex the transformation mapping is, the less suited a visual, executable pattern mechanism is.
    转换映射的算法复杂度越高,它就越不适应于可视化的、可执行的模式机制。
查看更多
  • 百科
  • Algorithmically

    In mathematics and computer science, an algorithm (i/ˈælɡərɪðəm/ AL-gə-ri-dhəm) is a self-contained step-by-step set of operations to be performed. Algorithms exist that perform calculation, data processing, and automated reasoning.An algorithm is an effective method expressed as a finite list of well-defined instructions for calculating a function. Starting from an initial state and initial input (perhaps empty), the instructions describe a computation that, when executed, proceeds through a finite number of well-defined successive states, eventually producing "output" and terminating at a final ending state. The transition from one state to the next is not necessarily deterministic; some algorithms, known as randomized algorithms, incorporate random input.The concept of algorithm has existed for centuries, however a partial formalization of what would become the modern algorithm began with attempts to solve the Entscheidungsproblem (the "decision problem") posed by David Hilbert in 1928. Subsequent formalizations were framed as attempts to define "effective calculability" or "effective method"; those formalizations included the Gödel–Herbrand–Kleene recursive functions of 1930, 1934 and 1935, Alonzo Church's lambda calculus of 1936, Emil Post's "Formulation 1" of 1936, and Alan Turing's Turing machines of 1936–7 and 1939. Giving a formal definition of algorithms, corresponding to the intuitive notion, remains a challenging problem.

查看更多