三角函数基础知识 一、定义: 正弦: \(\sin A = \frac{a}{c} = \frac{对边}{斜边}\) 余弦: \(\cos A = \frac{b}{c} = \frac{邻边}{斜边}\) 正切: \(\tan A = \frac{a}{b} = \frac{对边}{邻边}\) ...
分类:
其他好文 时间:
2020-05-31 10:52:50
阅读次数:
77
[TOC] Paper Reading @ 23/50 original : https://arxiv.org/abs/1812.06203 Formatted Citation: Abstract Temporal Aggregation Network decompose convolutio ...
分类:
Web程序 时间:
2020-05-25 12:04:45
阅读次数:
81
1. 配置(frist use) git config --global user.name "blancetan"git confit --global user.email "xiangli_tan@126.com" 2. 查看身份配置是否成功,显示信息一致,则成功配置身份。 3. 初始化git ...
分类:
其他好文 时间:
2020-05-25 00:18:06
阅读次数:
70
校正 串联超前 👆 就是简单计算 👇注意,我们采用的是乘了a倍的Gc(s) 👆,注意那个arctan 的最大值和 tan的最大值处的w是相同的,那么就是直接对tan的那个函数求导得到那个 ...
分类:
其他好文 时间:
2020-05-10 16:44:50
阅读次数:
63
期刊:IEEE SIGNAL PROCESSING LETTERS 作者:Weixuan Tang, Shunquan Tan, Bin Li, Jiwu Huang Notes :早期将GAN用于steganography的众多算法中,个人认为这篇2017年的论文是把steganography的逻 ...
分类:
Web程序 时间:
2020-05-03 20:24:53
阅读次数:
129
1. 远程登录 无论是poweshell 还是xshell ssh abby@192.168.1.1 用户 地址 按enter 再输入密码 2.Linux 查找文件名包含 比如 com find / -name *com 或者com* 放中间 比如 tan\*860 加转义字符 3. 新建文件 -- ...
分类:
系统相关 时间:
2020-05-02 22:45:31
阅读次数:
70
leetcode 49. Group Anagrams Given an array of strings, group anagrams together. Example: Input: ["eat", "tea", "tan", "ate", "nat", "bat"], Output: [ ...
分类:
其他好文 时间:
2020-04-06 17:19:17
阅读次数:
69
Q:给定一个字符串数组,将字母异位词组合在一起。字母异位词指字母相同,但排列不同的字符串。 示例: 输入: ["eat", "tea", "tan", "ate", "nat", "bat"], 输出: [ ["ate","eat","tea"], ["nat","tan"], ["bat"] ] ...
分类:
其他好文 时间:
2020-04-05 11:59:14
阅读次数:
79
内容 设直线 $l_1$ 、 $l_2$ 的斜率存在,分别为 $k_1$ 、 $k_2$ , $l_1$ 与 $l_2$ 的夹角为 $\theta$ ,则 $\tan \theta=\left|\frac{k_{1} k_{2}}{1+k_{1} k_{2}}\right|$。 ...
分类:
其他好文 时间:
2020-03-27 10:51:20
阅读次数:
137
1 """ 2 Given an array of strings, group anagrams together. 3 Example: 4 Input: ["eat", "tea", "tan", "ate", "nat", "bat"], 5 Output: 6 [ 7 ["ate","ea ...
分类:
其他好文 时间:
2020-02-25 23:04:37
阅读次数:
68