PlantUML简介 UML: Unified Modeling Language 统一建模语言,是非专利的第三代建模和规约语言。UML是一种开放的方法,用于说明、可视化、构建和编写一个正在开发的、面向对象的、软件密集系统的制品的开放方法。(来自 "wikipedia" ) PlantUML 使用简 ...
分类:
系统相关 时间:
2019-12-11 17:08:08
阅读次数:
144
Given a binary tree, find the lowest common ancestor (LCA) of two given nodes in the tree. According to the definition of LCA on Wikipedia: “The lowes ...
分类:
其他好文 时间:
2019-12-08 01:34:55
阅读次数:
120
Given a binary search tree (BST), find the lowest common ancestor (LCA) of two given nodes in the BST. According to the definition of LCA on Wikipedia ...
分类:
其他好文 时间:
2019-12-08 00:58:19
阅读次数:
99
viterbi 算法 https://wulc.me/2017/03/02/%E7%BB%B4%E7%89%B9%E6%AF%94%E7%AE%97%E6%B3%95/ https://en.wikipedia.org/wiki/File:Viterbi_animated_demo.gif http ...
分类:
其他好文 时间:
2019-12-05 13:14:12
阅读次数:
76
恢复内容开始 在自适应天线课上刚刚学了LMS自适应阵,先出一个抢先版贴一下结果,抢先某个小朋友一步。 关于LMS的具体介绍,直接看wiki里的吧,解释的比书上简明:传送门:https://en.wikipedia.org/wiki/Least_mean_squares_filter 话不多说,先贴代 ...
分类:
其他好文 时间:
2019-11-27 21:54:14
阅读次数:
156
1、通用性 2、框架 3、学习 不过,你大可不必担心,因为PHP和Python都属于世界上最流行的编程语言。PHP用于构建Wikipedia, Yahoo, WordPress, Friendster, MailChimp, Flickr 等许多“巨头”,但不要以为Python没什么用,它也用来构建 ...
分类:
编程语言 时间:
2019-11-27 19:06:26
阅读次数:
75
1. 字幕Subtitles 2. 字幕类型 3. 字幕格式 4. 常用文本字幕 5. 字幕编辑器 6. 字幕编辑器比较 1. 字幕Subtitles https://en.wikipedia.org/wiki/Subtitles 视频字幕编码的方法既可以与视频一起预渲染,也可以作为图形或文本分离, ...
分类:
其他好文 时间:
2019-11-22 09:12:39
阅读次数:
157
According to Wikipedia: Insertion sort iterates, consuming one input element each repetition, and growing a sorted output list. Each iteration, insert ...
分类:
其他好文 时间:
2019-11-08 20:51:22
阅读次数:
65
https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/RAID_0.svg/800px-RAID_0.svg.png![](https://s1.51cto.com/images/blog/201911/01/091b607d7c3cb402a4285dd1e0d7c6f7.png?x-oss-process=image/waterma
分类:
其他好文 时间:
2019-11-02 23:48:33
阅读次数:
187
1. 什么是linux服务器load average? Load是用来度量服务器工作量的大小,即计算机cpu任务执行队列的长度,值越大,表明包括正在运行和待运行的进程数越多。参考资料:http://en.wikipedia.org/wiki/Load_average 2. 如何查看linux服务器负 ...
分类:
系统相关 时间:
2019-10-29 21:27:25
阅读次数:
122