Blog

Learning diary of Arya Yang


  • 首页

  • 标签

  • 分类

  • 归档

  • 搜索

C语言学习2

发表于 2020-07-20 | 分类于 programming |
C语言笔记2第三课 class 3if 语句 if(<表达式>) 语句1; (语句只有一条) if(<表达式>) { ​ 语句块1; } if(<表达式>) ​ 语句1; else ​ 语句2; if(<表达式1&g ...
阅读全文 »

《算法图解》读书笔记2

发表于 2020-07-13 | 分类于 daily |
《算法图解》Grokking Algorithms (2)第四章 快速排序divide and conquer(D&C)算法递归式问题解决方法 理解: 用D&C解决:1)找出基线条件;2)不断分解问题,直到符合 农场主分地,1680m*640m,要求均匀分成正方形,且尽可能大 即一 ...
阅读全文 »

Translation addition

发表于 2020-07-12 | 分类于 daily |
All the pictures are designed and made by Arya(myself). All the sentences are translated by me, too. If you want to send to other places, please let m ...
阅读全文 »

Translation

发表于 2020-07-12 | 分类于 daily |
TranslationAll the pictures are designed and made by Arya(myself). All the sentences are translated by me, too. If you want to send to other places, p ...
阅读全文 »

粗读逻辑学

发表于 2020-07-12 | 分类于 daily |
逻辑学0.什么是逻辑?​ 概念​ 模型​ 判断​ 已知——>未知:推理​ (概念-命题-论证)—>逻辑 1.逻辑:已知->未知1)演绎逻辑:大范围找小范围(必然有效)–机器思维 经典逻辑学(亚里士多德:必然得出),形式逻辑 形式:增加确 ...
阅读全文 »

《算法图解》读书笔记

发表于 2020-07-12 | 分类于 daily |
《算法图解》Grokking Algorithms (1)第一章 算法简介二分法 dichotomydefinition:输入为有序的元素列表,若要找的元素存在,则返回其位置,否则返回null e.g. 1~100中找数字问题:猜测后会说大了,小了。 简单法查询:从1开始往上猜(至多99次) 二分 ...
阅读全文 »

numpy3

发表于 2020-07-11 | 分类于 programming |
NumPy Introduction 3broadcast12345678import numpy as np a = np.array([0, 1, 2]) b = np.array([5, 5, 5]) a + b #Out: array([5, 6, 7])a + 5 #Out: ar ...
阅读全文 »

numpy2

发表于 2020-07-08 | 分类于 programming |
NumPy Introduction 2function123456789101112import numpy as np np.random.seed(0) def compute_reciprocals(values): output = np.empty(len(values)) ...
阅读全文 »

C语言学习1

发表于 2020-07-07 | 分类于 programming |
C语言笔记1第一课 class 1C is a language that faces processes. It can recognize capital or not. 1.Install Dev-C++ (we can also use vs code) 2.Show page like t ...
阅读全文 »

python学习7

发表于 2020-07-05 | 分类于 programming |
Python-Import filesEvery file has own path to access. e.g. C:\Users\asweigart\Documents\project.docx When comes to OS X and Linux, we use / to separa ...
阅读全文 »
<i class="fa fa-angle-left"></i>1234…6<i class="fa fa-angle-right"></i>
Arya Yang

Arya Yang

Including learning records and other activities

53 日志
6 分类
10 标签
© 2021 Arya Yang
由 Hexo 强力驱动
|
主题 — NexT.Pisces v5.1.4