A First in first out buffer in Verilog
标签: Verilog buffer First first
上传时间: 2013-12-18
上传用户:haohaoxuexi
simple client/server in socket and fifo in c better run in linux.
上传时间: 2017-07-14
上传用户:英雄
Is a small example rpg game world in c++ for building in linux.
标签: building example small linux
上传时间: 2014-06-28
上传用户:gxf2016
this is the document for the secure development in java. It covers in very good details the aspect of security programming in Java
标签: the development document details
上传时间: 2017-09-07
上传用户:黑漆漆
this is the document for the secure development in java. It covers in very good details the aspect of security programming in Java
标签: the development document details
上传时间: 2013-12-21
上传用户:xyipie
Al salah is prayer time calculation software develop in java use unicode in code for urdu laganuage
标签: calculation laganuage software develop
上传时间: 2014-01-23
上传用户:xuanjie
design LP,HP,B S digital Butterworth and Chebyshev filter. All array has been specified internally,so user only need to input f1,f2,f3,f4,fs(in hz), alpha1,alpha2(in db) and iband (to specify the type of to design). This program output hk(z)=bk(z)/ak(z),k=1,2,..., ksection and the freq.
标签: Butterworth internally Chebyshev specified
上传时间: 2015-11-08
上传用户:253189838
问题描述 序列Z=<B,C,D,B>是序列X=<A,B,C,B,D,A,B>的子序列,相应的递增下标序列为<2,3,5,7>。 一般地,给定一个序列X=<x1,x2,…,xm>,则另一个序列Z=<z1,z2,…,zk>是X的子序列,是指存在一个严格递增的下标序列〈i1,i2,…,ik〉使得对于所有j=1,2,…,k使Z中第j个元素zj与X中第ij个元素相同。 给定2个序列X和Y,当另一序列Z既是X的子序列又是Y的子序列时,称Z是序列X和Y的公共子序列。 你的任务是:给定2个序列X、Y,求X和Y的最长公共子序列Z。
上传时间: 2014-01-25
上传用户:netwolf
Description Calculate a+b Input Two integer a,b (0<=a,b<=101000) Output Output a + b Sample Input 5 7 Sample Output 12
标签: Description Calculate integer 101000
上传时间: 2014-01-25
上传用户:tonyshao
给你A,B两个字符串,检查B串是否是A串的子串,类似于Java的String.indexOf("")。找到匹配失败时的最合适的回退位置,而不是简单的回退到子串的第一个字符(常规的枚举查找方式,是简单的回退到子串的第一个字符,KMP算法的性能分析Java实现实例)*此仅供大家参考、交流,希望对大家有所帮助!
标签: 字符串
上传时间: 2017-05-20
上传用户:498732662