码迷,mamicode.com
首页 >  
搜索关键字:logic    ( 940个结果
第六天 继续项目开发
1.三层架构 a.UI层 b.业务逻辑层BLL(business logic layer) c.数据访问层DAL(data access layer) 2.SVN主要是commit和update,另外如果要显示图标,重启一下就好了 3.winform的groupbox可以将框内的所有控件一起移动,非 ...
分类:其他好文   时间:2016-08-21 12:13:19    阅读次数:110
[RxJS] ReplaySubject with buffer
It is not good to cache all the value by using ReplaySubject, so we need to add cache logic for this. The first parameter to the constructor of Replay ...
分类:Web程序   时间:2016-08-18 19:38:02    阅读次数:166
install shield 2010 Basic MSI安装包调用dll
1.新建Basic MSI项目 2.Behavior and Logic->Custom Action and Sequence->右边面板CustomActions->Custom Action Wizard ->下一步->填写Action Name、Comment(可不填)->Type 选择Ca ...
分类:其他好文   时间:2016-08-18 12:46:34    阅读次数:161
英语学习第五课总结
1.logic 逻辑,logical 逻辑的(音译词) 2.urban 城市的 urba+n = 谐音“欧巴+嗯~” = 城里人 3.suburban 郊区的,suburb 郊区 subway 地下铁,前缀sub- = 下 4.rural = 谐音“卤肉” = 乡下的 5.Engine 引擎(音译词 ...
分类:其他好文   时间:2016-08-12 00:41:32    阅读次数:176
SystemVerilog Testbench学习总结(Lab1)
1、ntb_template -t router router.v 执行该命令会生成3个文件(命令中router.v是dut) a、router.if.vrh,包含信号端口的方向(相对于dut)、位宽,可将此信号加上类型(logic或者bit),去掉方向,作为interface中的信号声明。将此信号 ...
分类:其他好文   时间:2016-08-08 00:59:12    阅读次数:476
Differences between volume, partition and drive
A drive is a physical block disk. For example: /dev/sda. A partition A drive can be divided into some logic block disk. These logic block disk are nam ...
分类:其他好文   时间:2016-08-05 17:26:42    阅读次数:158
NRF51822之SPI
现在我们对spi_write_reg(uint8_t ucRegAddr, uint8_t ucRegVal)进行测试 更据我们的代码在Saleae Logic 1.1.16C中进行设置如下图所示 什么看不懂上面的配置?请右转补课 http://www.cnblogs.com/libra13179/ ...
分类:其他好文   时间:2016-08-05 13:42:44    阅读次数:1799
博弈学习 1
看完三位博主的文章再做了几个简单题后的简单总结。可以看原文,比较详细~~ 链接 1: http://blog.csdn.net/logic_nut/article/details/4711489链接 2: http://blog.sina.com.cn/s/blog_83d1d5c70100y9yd ...
分类:其他好文   时间:2016-07-22 23:02:02    阅读次数:232
关于CPLD与FPGA的对比分析
1.PLD/FPGA/CPLD PLD(Programmable Logic Device):可编程逻辑器件,数字集成电路半成品,芯片上按照一定的排列方式集成了大量的门和触发器等基本逻辑元件,使用者按照设计要求运用开发工具将这些片内的元件连接起来,此过程称为编程; FPGA:基于查找表技术,要外挂配 ...
分类:其他好文   时间:2016-07-19 13:22:14    阅读次数:118
struts2.0标签库
用过struts1.x的人都知道,标签库有html、bean、logic、tiles,而struts2.0里的标签却没有分类,只用在jsp头文件加上<%@ taglib prefix="s" uri="/struts-tags" %>就能使用struts2.0的标签库 下面就介绍下每个标签的用法(有 ...
分类:其他好文   时间:2016-07-09 22:01:47    阅读次数:174
940条   上一页 1 ... 62 63 64 65 66 ... 94 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!