首页
首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
计算原理的思考
KeithTsui
创建于2021-05-18
订阅专栏
总结在研习编程的过程中对编程和计算原理的思考
暂无订阅
共8篇文章
创建于2021-05-18
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
Monad Reader and State
Showing what is Monad Reader and State, and how to understand them exactly.
编译全过程的理解
编译的全过程,可以从两个方向去看,一是从上往下,另一个是从下往上看。 从上层往下看,也就是从编程语言往指令集、指令集的硬件实现,的方向看,这是一步步具象化的过程,也就是从问题域具象到实现域的过程。
Generalized Propositional Logics
Generalized Propositional Logics with their syntax and semantics.
First Order Logic and related Concepts
Show some concepts about Logic Hierarchy and Fisrt-Order Logic Language
OOP vs. PP vs. FP
OOP is Object-Oriented Programming; PP is Procedure Programming; and FP is Functional Programming.
Polymorphsim of Data in Computer
Polymorphsim means there are multiply forms for the same thing. And data in computer looks like that
Integer in Computer from first principle
In computer science, it uses binary positional numbering system to represent numbers. For instance,
Number is about counting
Let us count apples in a bag. To make it more fun, we need to forget number, pretending we don't kno