码迷,mamicode.com
首页 >  
搜索关键字:gate    ( 1024个结果
clock gate cell
clock gate的cell多采用latch的形式,来实现,尽可能避免glitch的产生。 可以的verilog建模方式: module cell_ckgate(TE,E,CP,Q) input TE; input E; input CP; output Q; wire E_or; wire E_ ...
分类:其他好文   时间:2016-06-22 20:12:52    阅读次数:1359
scp001 The Gate Guardian 守卫
// scp001 The Gate Guardian 守卫 项目等级:Euclid/Keter 描述 人形个体,200多米高……背上有四只翅膀(强行测不准)。手里有件刀剑类武器(记做001-2),放射着足以匹敌太阳的火焰。 001呈站姿低头祈祷状,双手于身前握持001-2讓其剑尖向下,并且从来没改 ...
分类:其他好文   时间:2016-06-09 12:14:24    阅读次数:316
百度地图循环添加标注,并循环为鼠标悬停标注时信息窗口问题解决
//设备在地图上进行标注 function GetGateInfo(vSID, vMap) { var icon = "../Content/easyui/themes/icons/gate.png"; var myIcon = new BMap.Icon(icon, new BMap.Size(3 ...
分类:其他好文   时间:2016-06-03 14:25:42    阅读次数:385
1095. Cars on Campus (30)——PAT (Advanced Level) Practise
题目信息1095. Cars on Campus (30)时间限制220 ms 内存限制65536 kB 代码长度限制16000 B Zhejiang University has 6 campuses and a lot of gates. From each gate we can collect the in/out times and the plate numbers of the...
分类:其他好文   时间:2016-05-18 19:31:13    阅读次数:257
Power Gating的设计(模块二)
针对lower power的验证,由cpf/upf来建模,包括: 1)power gating的功能模型(在power gate之后将output force为零) 2)isolation功能模型; 3)save和restore的功能模型; 4)power gating/retention/rese ...
分类:其他好文   时间:2016-05-15 21:30:19    阅读次数:860
FPGA芯片内部硬件介绍
FPGA芯片内部硬件介绍 FPGA(Filed programmable gate device):现场可编程逻辑器件 FPGA基于查找表加触发器的结构,采用SRAM工艺,也有采用flash或者反熔丝工艺;主要应用高速、高密度大的数字电路设计。 FPGA由可编程输入/输出单元、基本可编程逻辑单元、嵌... ...
分类:其他好文   时间:2016-05-06 20:14:17    阅读次数:469
Gated Recurrent Unit (GRU)公式简介
update gate $z$: defines how much of the previous memory to keep around. \[z = \sigma (x_t U^z + s_{t-1} W^z )\] reset gate $r$: \[r = \sigma(x_t U^r ...
分类:其他好文   时间:2016-04-14 22:24:33    阅读次数:1899
[国嵌攻略][174][CGI快速入门-网页控制LED]
CGI程序(Common Gate Way Interface) 在服务器外部供服务器调用的程序,CGI程序与服务器配合后能让服务器完成更强大的功能。 1.浏览器通过HTML表单或超链接请求指向一个CGI应用程序的URL。 2.服务器收发到请求。 3.服务器执行指定所CGI应用程序。 4.CGI应用 ...
分类:Web程序   时间:2016-04-01 12:43:15    阅读次数:175
1024条   上一页 1 ... 90 91 92 93 94 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!