码迷,mamicode.com
首页 >  
搜索关键字:logic    ( 940个结果
[AngularJS] Extract predicate methods into filters for ng-if and ng-show
Leaking logic in controllers is not an option, filters are a way to refactor your code and are compatible with ng-if and ng-show. Admin div ...
分类:Web程序   时间:2015-06-25 06:43:36    阅读次数:169
VHDL之std_logic_1164
This packages defines a standard for designers to use in describing the interconnection data types used in vhdl modeling.1 std_logic_1164 1 PACKAGE .....
分类:其他好文   时间:2015-06-24 18:11:47    阅读次数:263
mustache模板引擎
Logic-less templates. github:http://mustache.github.com/  文档:http://mustache.github.com/mustache.5.html  http://mustache.github.io Java 版 Mustache SVN 源码  http://jmustache.googlecode.com/svn ...
分类:其他好文   时间:2015-06-13 23:09:48    阅读次数:161
Struts1之logic标签
logic是Struts1中的逻辑标签logic:forward 请求跳转 Struts中的配置 ...... JSP中的代码 logic:red...
分类:其他好文   时间:2015-06-13 18:34:29    阅读次数:123
VHDL之FSM
1 Intro The figure shows the block diagram of a single-phase state machine. The lower section contains sequential logic (?ip-?ops), while the uppers.....
分类:其他好文   时间:2015-06-09 21:24:01    阅读次数:134
A Reusable Aspect for Memory Allocation Checking
The checking logic would be refactored into an aspect file, as follows:after(void * s) : (call($ malloc(...)) || call($ calloc(...)) || call($ realloc...
分类:Web程序   时间:2015-06-09 16:42:43    阅读次数:156
使用MATLAB生成模糊控制的离线查询表
1.打开模糊控制工具箱,编辑输入输出变量的隶属度函数和模糊控制规则,如下图所示,导出为fuzzy_control.fis文件。2.打开Simulink模块,建立下图所示的系统框图,两输入,一输出,处理模块是Fuzzy Logic Controller with Ruleviewer(或者Fuzzy ...
分类:其他好文   时间:2015-06-08 21:14:33    阅读次数:3206
flask web开发笔记 -- 模板
业务(business logic 比如插入数据库)和展示逻辑(presentation logic, 比如生成返回)最好分开,展示逻辑可以放置在模板中。模板是一个包含响应文本的文件,用占位符变量表示动态部分。rendering(渲染):把占位符用...
分类:Web程序   时间:2015-06-08 10:04:29    阅读次数:488
uml精粹——11.活动图(及整个读书笔记分享)
11.活动图activity diagram   活动图是描述过程化逻辑procedural logic、业务过程business process和工作流work flow的技术。他和流程图flowchart类似,但不同是他们支持并行行为parallel bahavior。   见图11.1   我们从初始节点initial node动作开始,然后做Receive Order的动作。...
分类:其他好文   时间:2015-06-07 17:32:48    阅读次数:234
clean code 读书笔记一
什么是 clean code ?大神对优雅代码的定义: I like my code to be elegant and efficient. The logic should be straightforward to make it hard for bugs to hide, the dependencies minimal to ease maintenance, error han...
分类:其他好文   时间:2015-06-06 09:12:49    阅读次数:112
940条   上一页 1 ... 75 76 77 78 79 ... 94 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!