博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
§--------算法分界线--------§
阅读量:5283 次
发布时间:2019-06-14

本文共 695 字,大约阅读时间需要 2 分钟。

如题
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.

转载于:https://www.cnblogs.com/jinhengyu/p/7517113.html

你可能感兴趣的文章
在Chrome Console中加载jQuery
查看>>
浅谈python 手机crash和app crash循环执行问题
查看>>
jQuery左侧菜单实例
查看>>
初识JavaScript
查看>>
计算机的自启动管理
查看>>
[Vue 牛刀小试]:第十二章 - 使用 Vue Router 实现 Vue 中的前端路由控制
查看>>
Nginx 日志文件切割
查看>>
电商网站垮IDC数据备份,MySql主从同步,图片及其它数据文件的同步
查看>>
Lamp环境下设置绑定apache域名
查看>>
.NET Core IdentityServer4实战 第二章-OpenID Connect添加用户认证
查看>>
bzoj 1070 [SCOI2007]修车
查看>>
51nod 1051 最大子矩阵和
查看>>
DL 小记之序
查看>>
iOS Quartz2D矩阵操作
查看>>
C/C++如何整行读入字符串?
查看>>
Python标准库07 信号 (signal包,部分os包)
查看>>
Spring4笔记5--基于注解的DI(依赖注入)
查看>>
markdown表格
查看>>
基类指针与子类指针
查看>>
python之路_django中ajax应用
查看>>