This paper presents several low-latency mixed-timing FIFO (first-in–first-out) interfaces designs that interface systems on a chip working at different speeds. The connected systems can be either synchronous or asynchronous. The designs are then adapted to work between systems with very long interconnect delays, by migrating a single-clock solution by Carloni et al. (1999, 2000, and 2001) (for “latency-insensitive” protocols) to mixed-timing domains. The new designs can be made arbitrarily robust with regard to metastability and interface operating speeds. Initial simulations for both latency and throughput are promising.
标签: mixed-timing low-latency interfaces first-out
上传时间: 2015-10-08
上传用户:dapangxie
% 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是随机间隔函数的密钥 % result是提取的信息 function result=randlsbget(output,len_total,goalfile,key) ste_cover=imread(output) ste_cover=double(ste_cover) % 判断嵌入信息量是否过大 [m,n]=size(ste_cover) frr=fopen(goalfile, a ) % p作为信息嵌入位计数器将信息序列写回文本文件 p=1 % 调用随机间隔函数选取像素点 [row,col]=randinterval(ste_cover,len_toal,key) for i=:len_toal if bitand(ste_cover(row(i),col(i)),1)==1 fwrite(frr,1, bit1 ) result(p,1) else fwrite(frr,0, bit1 ) result(p,1)=0 end if p==len_total break end p=p+1 end fclose(frr)
标签: randlsbget result scover 2007
上传时间: 2015-11-10
上传用户:yzhl1988
《多传感器数据融合手册》 《Handbook of Multisensor Data Fusion》 作者: David L. Hall 定价: USD 199.95 出版社: CRC 出版年: 2001-06-20 简介 · · · · · · Multisensor data fusion is an emerging technology with important applications in both the military and civilian sectors, such as target recognition, robotics, medical diagnostics, and "smart" buildings. It draws on techniques from wide-ranging disciplines, including artificial intelligence, pattern recognition, and statistical estimation. This handbook is an up-to-date, comprehensive resource for data fusion system designers and researchers. Top experts in the field lead readers from a basic introduction and survey of data fusion technology to advanced mathematics and theory and to some very practical advice for systems implementers.
标签: L. Multisensor Handbook 199.95
上传时间: 2014-02-06
上传用户:二驱蚊器
The initial planning and thinking about this book began during a discussion of SQL Server futures in July 2001. The discussion was with Rob Howard during a trip to Microsoft to discuss the first book I was working on at that time. After that, I stayed involved in what was happening in ADO.NET by going to the SQL Server Yukon Technical Preview in Bellevue, Washington, in February 2002 and by working with the ASP.NET and SQL Server teams at Microsoft since July 2003.
标签: discussion planning thinking initial
上传时间: 2014-01-08
上传用户:cjf0304
这个可是我千辛万苦所作!!!版权所有!! 单击此处与我联系。 清华大学2000级 李训耕 收集整理,2001年5月。 CopyRight @ 521Corporation,Tsinghua University (2001).
上传时间: 2015-12-01
上传用户:569342831
this a pack include source code for quartus 2. It is an implementation of the LC2. The LC-2 computer is described in Introduction to Computing Systems from Bits & Gates to C & Beyond by Yale Patt and Sanjay Patel, McGraw Hill, 2001. The LC2 model can be run as a simulation or downloaded to the UP3 in a larger model, TOP_LC2 that adds video output. Push buttons reset and single step the processor and a video output display of registers is generated. This state machine VHDL-based model of the LC-2 includes all source files. Currently compiled for a Cyclone EP1C6Q240 FPGA.
标签: implementation include quartus source
上传时间: 2013-12-25
上传用户:坏坏的华仔
The Stanford IBE library is a C implementation of the Boneh-Franklin identity-based encryption scheme. (See Boneh and Franklin, "Identity-Based Encryption from the Weil Pairing", CRYPTO 2001.) There are a few modifications and additions. The Boneh-Franklin scheme is used as a Key Encapsulation Mechanism, and off-the-shelf ciphers and HMACs are used for the actual encryption. (See Lynn, "Authenticated Identity-Based Encryption", available on eprint.
标签: Boneh-Franklin implementation identity-based encryption
上传时间: 2013-12-20
上传用户:yan2267246
《c++语言程序设计》第二版 郑莉,董渊编,清华大学出版社,2001年7月第二版
标签: 语言程序设计
上传时间: 2013-12-18
上传用户:Late_Li
完成除了人工智能外的部分 2000/10/23: 整理代码 2000/10/30: 第一个人工智能 2000/10/31: 面板的小改动/增强人工智能 2000/11/03: 增加停止按钮,增加"参数"对话框 2000/11/05: 完整的人工智能,0.5版 2001/11/15: 0.6版,改成了木纹棋盘 加了剪枝,用快速排序,留5个结点,搜索深度6-7,仍嫌太少. MantisChess1.0 ,为了清晰而改用Win32 SDK代码,抛开了MFC和多线程,抛开一切附加功能.
上传时间: 2014-01-01
上传用户:671145514
Mugen是ELECBYTE利用C语言开发的一款2D格斗系统,它有着较大的开放性。目前官方最新版本是2001年发布的DOS 0414版,至于网上流行的另一种...
上传时间: 2014-01-13
上传用户:x4587