码迷,mamicode.com
首页 >  
搜索关键字:techniques    ( 279个结果
g2o vs GTSAM vs HOG-Man
摘自 Comparison of Optimization Techniques for 3D Graph-based SLAM Doaa M. A.-Latif et al. (2013) Ain Shams University PDF This paper presents a compari ...
分类:其他好文   时间:2016-05-21 23:11:04    阅读次数:1956
龙书(Dragon book) +鲸书(Whale book)+虎书(Tiger book)
1.龙书(Dragon book)书名是Compilers: Principles,Techniques,and Tools作者是:Alfred V.Aho,Ravi Sethi,Jeffrey D.Ullman国内所有的编译原理教材都是抄的它的,而且只是抄了最简单的前端的一些内容。龙书中文版第一版 ...
分类:其他好文   时间:2016-05-10 02:07:02    阅读次数:780
paper:synthesizable finit state machine design techniques using the new systemverilog 3.0 enhancements之fsm summary
主要是1.不要用1段式写FSM 2.不要用状态编码写one-hot FSM ,要用索引编码写one-hot FSM。 ...
分类:系统相关   时间:2016-05-09 09:54:53    阅读次数:170
paper:synthesizable finit state machine design techniques using the new systemverilog 3.0 enhancements之enhanced coding styles
1.ANSI style 的代码比较紧凑。 下面规范推荐,比较好。 下面是带有parameter的module header的完整规范 一般1bit ,大家都是wire signal1 = gen_signal1_logic; 这种写法。似乎也不是直接assign signal1=gen_signa ...
分类:系统相关   时间:2016-05-09 09:40:55    阅读次数:220
paper:synthesizable finit state machine design techniques using the new systemverilog 3.0 enhancements之output encoded style with registered outputs(Good style)
把输出跟状态编码结合起来,即使可以省面积又是寄存器输出。但是没有讲解如何实现这种高效的编码。 ...
分类:Web程序   时间:2016-05-08 18:12:12    阅读次数:244
paper:synthesizable finit state machine design techniques using the new systemverilog 3.0 enhancements之onehot coding styles(encoded-parameter style with registered outputs不推荐但是经常有人写这样的代码)
这样写法,不利与综合,case语句中比较也是full-vector比较。 ...
分类:Web程序   时间:2016-05-08 14:59:58    阅读次数:176
paper:synthesizable finit state machine design techniques using the new systemverilog 3.0 enhancements之onehot coding styles(index-parameter style with registered outputs)
case语句中,对于state/next 矢量仅仅做了1-bit比较。 parameter 值不是表示FSM的状态编码,而是表示state/next变量的索引。 ...
分类:系统相关   时间:2016-05-08 14:58:23    阅读次数:387
paper:synthesizable finite state machine design techniques using the new systemverilog 3.0 enhancements 之 standard verilog FSM conding styles(三段式)
Three always block style with registered outputs(Good style) ...
分类:系统相关   时间:2016-05-07 14:59:00    阅读次数:212
paper:synthesizable finite state machine design techniques using the new systemverilog 3.0 enhancements 之 standard verilog FSM conding styles(二段式)
1.Two always block style with combinational outputs(Good Style) 对应的代码如下: 2段式总结: (1)the combinational always block sensitivity list is sensitve to chan ...
分类:系统相关   时间:2016-05-07 13:35:49    阅读次数:293
烦烦烦
other_techniques_for_regularization 随手翻译,略作参考,禁止转载 www.cnblogs.com/santian/p/5457412.html Dropout: Dropout is a radically different technique for regu ...
分类:其他好文   时间:2016-05-04 11:55:05    阅读次数:204
279条   上一页 1 ... 8 9 10 11 12 ... 28 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!