码迷,mamicode.com
首页 >  
搜索关键字:logic standby    ( 1421个结果
nullcon HackIM 2016 -- Programming Question 5
Dont blink your Eyes, you might miss it. But the fatigue and exhaustion rules out any logic, any will to stay awake. What you need now is a slumber. C
分类:其他好文   时间:2016-02-01 23:57:49    阅读次数:455
[Cycle.js] The Cycle.js principle: separating logic from effects
The guiding principle in Cycle.js is we want to separate logic from effects. This first part here was logical, and this second part here was effects. ...
分类:Web程序   时间:2016-01-26 20:15:27    阅读次数:177
Handlebars.js 模板引擎
介绍Handlebars是 JavaScript 一个语义模板库,通过对view和data的分离来快速构建Web模板。它采用"Logic-less template"(无逻辑模版)的思路,在加载时被预编译,而不是到了客户端执行到代码时再去编译, 这样可以保证模板加载和运行的速度。Handlebars...
分类:Web程序   时间:2016-01-26 18:37:04    阅读次数:219
Design Compiler 综合
综合(synthesis) = 转换(translation) + 优化(logic optimization) + 映射(gate mapping); 转换阶段将HDL语言描述的电路用门级逻辑实现。对于DC使用gtech.db库中的门级单元来实现HDL语言描述的电路,得到初始的未优化的电路。优化与...
分类:其他好文   时间:2016-01-13 21:45:40    阅读次数:329
VHDL----基础知识1
摘要: 打算分几篇,来理清VHDL的基础知识--------------------------------------------------------------------------------------------------1. 库种类A. ieee库std_logic_1164 ....
分类:其他好文   时间:2016-01-08 13:05:49    阅读次数:149
UML学习总结
UML中的4+1模型UML的4+1模型是一个叫Kruchten的人发明的,但网上还有其它版本的4+1 模型:Use case view, Logic view, Process view, Impementation View and Deployment View。Logic View:对系统各个...
分类:其他好文   时间:2016-01-05 22:10:41    阅读次数:208
<AI> First order logic
First-order logic (FOL) === First-order Predicate LogicInformal definition: The world consists of objects, i.e., things with individual 'identities' a...
分类:其他好文   时间:2016-01-05 15:24:55    阅读次数:217
ORACLE 11G 搭建dataguard详细步骤(所有操作总结)
序言:DATAGUARD是通过建立一个PRIMARY和STANDBY组来确立其参照关系。STANDBY一旦创建,DATAGUARD就会通过将主数据库(PRIMARY)的REDO传递给STANDBY数据库,然后在STANDBY中应用REDO实现数据库的同步。有两种类型的STANDBY:物理STANDBY和逻辑STANDBY物理STANDBY提供与主数据库..
分类:数据库   时间:2016-01-04 18:32:34    阅读次数:341
Duplicate复制数据库并创建物理StandBy(spfile+不同实例名+不同路径)
Duplicate复制数据库并创建物理StandBy(spfile+不同实例名+不同路径)
分类:数据库   时间:2015-12-30 23:47:57    阅读次数:333
异常处理
1.抛出异常throw logic_error("illegal future_value parameter");2.捕获异常try{ //code....}catch (logic_error& e){ //bandler.... }
分类:其他好文   时间:2015-12-30 19:21:33    阅读次数:140
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!