摘要:
引子 在数学中,函数是两个集合之间的二元关系,它与第一个集合的每个元素正好关联第二个集合的一个元素。典型的例子是从整数到整数,或从实数到实数的函数。 In mathematics, a function[note 1] is a binary relation between two sets th 阅读全文
摘要:
TCP/IP OSI model(Open Systems Interconnection model) Internet protocol suite(Internet协议套件)分为4层:Application(应用层)、Transport(传输层)、Internet(网络层,互连层)、Link( 阅读全文
摘要:
有段时间没有看SICP了……那本书真的给了我很多启发。 考试过后一定要再读SICP。 依然按SICP对语言的分析方式来。这次,加上自己的理解。 在数学中,函数是两个集合之间的二元关系,它与第一个集合的每个元素正好关联第二个集合的一个元素。典型的例子是从整数到整数,或从实数到实数的函数。 In mat 阅读全文
摘要:
In mathematics, statistics, finance,[1] computer science, particularly in machine learning and inverse problems, regularization is the process of addi 阅读全文
摘要:
A thread is a thread of execution in a program. The Java Virtual Machine allows an application to have multiple threads of execution running concurren 阅读全文
摘要:
MVVM 框架绕不开ViewModel。 Model, View在Android中都有很明确的对应,而ViewModel是一种基于Android架构组件形成的特定模式。 LiveData LiveData is an observable data holder class. Unlike a re 阅读全文