zoukankan      html  css  js  c++  java
  • §--------算法分界线--------§

    如题
    As said in the title~
    计算机的cpu计算从根源上由最基本的逻辑电路(晶体管)组成,由此衍生出最基本的数值运算:四则运算。而此后所有的高级算法都是建立在这个基本计算原理(逻辑运算)上。

    Calculation in CPU  originally is comprised by the very basic logic circuits (transistor),then it give birth to the basic numerical operations: arithmetic. And since then all the sophisticated algorithms are based on this basic calculation principles (logic operation).
    此后我会不断分享所学过的经典算法,努力用最精炼的语言完整阐述他们,同时每次都附上一份笔者的真人翻译,中英文齐上。
    From now on, i will continuously share my collected classical algorithms and try to use the most refined words. At the same time, in every artical i would present a translated version, both Chinese and English.
  • 相关阅读:
    第八次作业
    微信用户体验
    •设计一款给爸爸妈妈用的手机
    对类的继承
    必应词典
    第二次作业二
    第二次作业
    我想搞的软工
    数字签名
    C++的学习心得
  • 原文地址:https://www.cnblogs.com/jinhengyu/p/7517113.html
Copyright © 2011-2022 走看看