51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#structure
【转】 文档与笔记利器 reStructuredText 和 Sphinx
关于制作文档和笔记这种事,我已经纠结了很久,网上解决方案也一大推,我试过几样,ScrapBook和Zotero,编辑不太方便,同步麻烦。GoogleNote过于格式简单,现在也不更新了,GoogleDocs又有点杀鸡用牛刀。还有传得很神奇的Evernote跟Onenote,我压根没兴趣去用。因为我的笔记大多都是自己写出...
代码星球
·
2020-05-22
文档
笔记
利器
reStructuredText
Sphinx
数据结构和算法可视化工具——Data Structure Visualizations
正好最近关注到学习数据结构和算法的两个工具,特别好用。下面我就分别介绍下这两个工具,各位可以收藏一下,说不定以后能用到。第一个工具是数据结构和算法可视化工具——DataStructureVisualizations。该工具由旧金山大学开发,地址:https://www.cs.usfca.edu/...
代码星球
·
2020-05-06
数据结构
算法
可视化
工具
Data
对结构化学习(structured learning)的理解
接触深度学习以来一直接触的概念都是回归,分类,偶尔接触到结构化学习的概念,似懂非懂的糊弄过去,实在是不负责的表现翻阅维基百科https://en.wikipedia.org/wiki/Structured_prediction,有些理解了相比于回归,输出一个标量或者预测,输出一个向量,结构化学习的输出更加复杂,可以是图...
代码星球
·
2020-04-15
结构化
学习
structured
learning
理解
[Data Structure & Algorithm] 七大查找算法
查找是在大量的信息中寻找一个特定的信息元素,在计算机应用中,查找是常用的基本运算,例如编译程序中符号表的查找。本文简单概括性的介绍了常见的七种查找算法,说是七种,其实二分查找、插值查找以及斐波那契查找都可以归为一类——插值查找。插值查找和斐波那契查找是在二分查找的基础上的优化查找算法。树表查...
代码星球
·
2020-04-13
Data
Structure
Algorithm
七大
查找
浏览器的主要构成High Level Structure
1. 用户界面-包括地址栏、后退/前进按钮、书签目录等,也就是你所看到的除了用来显示你所请求页面的主窗口之外的其他部分2. 浏览器引擎-用来查询及操作渲染引擎的接口3. ...
代码星球
·
2020-04-10
浏览器
主要
构成
High
Level
EtherNet/IP 协议应用层使用CIP协议&CIP协议中使用的TLS和DTLS(Network Infrastructure for EtherNet/IPTM: Introduction and Considerations)
...
代码星球
·
2020-04-07
协议
EtherNet
CIP
IP
应用层
_DataStructure_C_Impl:求图G中从顶点u到顶点v的一条简单路径
#pragmaonce#include<stdio.h>#include<stdlib.h>#defineStackSize100typedefintDataType;//栈元素类型定义typedefstruct{DataTypestack[StackSize];inttop;}SeqStack...
代码星球
·
2020-04-06
顶点
DataStructure
Impl
求图
一条
Using StructureMap DI and Generic Repository
Inthispost,iwillshowhowtousegenericrepositoryanddependencyinjectionusingstructuremap.IwillbeusingLINQtoSQL.GenericRepositoryTheinterfaceforthegenericrepositoryi...
代码星球
·
2020-04-05
Using
StructureMap
DI
and
Generic
A simple dynamic library implemented in C# 4.0 to deal with XML structure
https://github.com/cardinals/XmlToObjectParserAsimpledynamiclibraryimplementedinC#4.0todealwithXMLstructureAssumethefollowingXMLsample:_sampleXml=@"<?xmlvers...
代码星球
·
2020-04-01
simple
dynamic
library
implemented
in
structure needs cleaning
Ifyou'reattemptingtorun xfs_repair,gettingtheerrormessagethatsuggestsmountingthefilesystemtoreplaythelog,andaftermountingstillreceivingthesameerrorme...
IT猿
·
2020-03-27
structure
needs
cleaning
首页
上一页
1
2
3
4
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他