Long-running study notes and working logs — kept for my own reference, not curated for an audience. Engineering work lives on the main page.
1. Abstract 堆栈是操作受限的线性表:只能在同一端插入和删除(后进先出)
使用 C 实现
graph LR A(数据结构) A-->B1(逻辑结构) A-->B2(存储结构) A-->B3(运算集合) 数据结构:按某种逻辑关系组织起来的一批数据,按一定的映像方式把它存放在计算机的存储器中,并在这些数据上定义了一个运算的集合
对于如下三张表单: orders users products
Methods
Reference: MySQL 8.0 Reference Manual
Reference: MySQL 8.0 Reference Manual
Stochastic Process A stochastic process is a family of random variables ${X_t, t\in\mathcal{T}}$, where $\mathcal{T}$ is an index set. Example: Amount of inventory in stock at the start of day $t$
2021.03.07 Updates
Physical Basis of Distribution Discrete: Binomial: model #“success” in $n$ trials when the trials are iid with success probability $p$ e.g. $n$ 个产品中有多少不合格 Negative Binomial: model #trials needed to achieve $k$ ”s...
1. Model Evaluation R-squared (R squared) \(R^2=1-\frac{\sum(\hat{y}_i-y_i)^2}{\sum(y_i-\bar{y})^2}\)
Probability Distributions
Probability - Basis
L1: Intro to Warehousing
This class is designed for reconstructing beam model from 3d object (or point cloud). The class mainly contains a workflow from loading data, constructing beam skeleton through step slicing, recoordinating and project...
Row and Column Views for a Linear System
一、图的基本概念
1 基本概念 图 1-1 排队模型 1.1 排队系统的组成和特征 一般的排队过程都由输入过程、排队规则、服务过程三部分组成: 1.1.1 输入过程 输入过程是指顾客到来时间的规律性: 顾客的组成可能是有限的,也可能是无限的。 顾客到达的方式可能是一个一个的,也可能是成批的。 顾客到达可以是相互独立的,即以前的到达情况对以后的到达没有影响;否则是相关的。 输入过程可以是平稳的,即相继到达的...
Case Study: Call Center Personnel Scheduling 1. Background and Motivation
LINKs Back: Wiki: Operation Reseach - Linear Programming
References Coursera: Operations Research (1): Models and Applications (by National Taiwan University)
除了以下介绍的线性规划问题,还有一些非线形规划问题通过 Linearization 也能转化为线性规划问题 Wiki: Operation Research - Linearizaiton
1. Set up Machine Learning Application 1.1 Train/dev/test Sets
Jupyter Notebook: Simple neural network with sklearn 展示了一个简单的神经网络示例: 使用 sklearn.neural_network.MLPRegressor() 作为神经网络,根据波士顿地区房子的房间个数来预测房子的售价
import pandas as pd import numpy as np import sklearn import matplotlib.pyplot as plt
【说明】 本专栏的 Part 6 主要介绍作者在学习和实践中所遇到的一些程序运行问题的解决方案,如有差错或更优解,欢迎指正 您如果碰到有关 GH 二开的任何问题,欢迎在本专栏的任意一篇博文下留言交流
【说明】 本专栏的 Part 5 主要介绍作者在学习和实践中所遇到的一些问题的解决方案,如有差错或更优解,欢迎指正 您如果碰到有关 GH 二开的任何问题,欢迎在本专栏的任意一篇博文下留言交流
【本文重点】 查文档:(1) RhinoCommon SDK (2) Grasshopper API 专栏地址:专栏:Rhino (Grasshopper) 二次开发 (C#)
【本文重点】 查文档:(1) RhinoCommon SDK (2) Grasshopper API 专栏地址:专栏:Rhino (Grasshopper) 二次开发 (C#)
【推荐阅读】 查文档:(1) RhinoCommon SDK (2) Grasshopper API 专栏地址:专栏:Rhino (Grasshopper) 二次开发 (C#)
Typing Rules: 不发音的小 “っ” 拼作 xtsu: 六つ 六个 (むっつ, muxtsutsu) 作为饰音的小 “ょ” 拼作 xyo: 食堂 (しょくどう, shixyokudou) 长音符号 “ー” 拼作横杠 “-“: プール 泳池 (pu-ru) “を” wo “し” ci (shi) “じ” ji “ん,ン” nn
Cambly - Josiah - 0404
Day 1 (1) 坐飞机旅行 travel by plane (2) 我想要/愿意学习更多知识 I would like to study more ==(3) 指手画脚的人== backseat driver (4) (人/天气/风景)非常漂亮 gorgeous (5) 保障措施/安全网 safety net 如果你决定辞职的话,你有什么其他的保障吗? Do you have a safety net if you decid...
【参考资料】 1.“跟谁学”平台:刘彬 20000 词汇巅峰速记 2.《GRE 核心词汇 助记与精炼》第2版
【参考资料】 1.“跟谁学”平台:刘彬 20000 词汇巅峰速记 2.《GRE 核心词汇 助记与精炼》第2版
【说明】 查找单词时结合 prefix 和 suffix 另外两张表
【参考资料】 1.“跟谁学”平台:刘彬 20000 词汇巅峰速记 2.《GRE 核心词汇 助记与精炼》第2版 3.词源学网站:https://www.etymonline.com/
0 Eular Equation \(\begin{aligned} e^{i\theta}&=\cos\theta+i\sin\theta \\ e^{-i\theta}&=\cos\theta-i\sin\theta \\ \cos\theta&=\frac{e^{i\theta}+e^{-i\theta}}{2} \\ \sin\theta&=\frac{ie^{-i\theta}-ie^{i...
P4
D7 D7.2
P1 对于 $Ax=b$ 的解的可能性 ($A_{m\times n},b_{m\times 1}$)
DH1 1.1 Schwarz Inequality \(\|\bf{w}\|\geq(\bf{v}\cdot\bf{w})/\|\bf{v}\|\)
-
-
L1 Def 2: 点乘 Dot Product $x\cdot y=x^T y=\sum_{i=1}^n x_i y_i$ $x\cdot y=y\cdot x$ For $x,y\in\mathbb{R}^n$, 但对于 $x,y\in \mathbb{C}^n$ 点乘的定义将变化
![[Snipaste_2023-05-17_09-37-22 1.png]]