Verilog notes - Part 1 from IIT M
资源简介:Verilog notes - Part 1 from IIT M
上传时间: 2014-01-06
上传用户:zhangzhenyu
资源简介:Verilog notes - Part 2 from IIT M
上传时间: 2014-09-08
上传用户:czl10052678
资源简介:Verilog notes - Part 3 from IIT M
上传时间: 2013-12-22
上传用户:a6697238
资源简介:Verilog notes - Part 4 from IIT M
上传时间: 2017-05-06
上传用户:wyc199288
资源简介:Verilog notes - Part 33 from IIT M
上传时间: 2013-12-23
上传用户:zm7516678
资源简介:OPC Unified Architecture Specification Part 1: Overview and Concepts Release Candidate 1.01.03 March 6, 2008
上传时间: 2014-01-10
上传用户:FreeSky
资源简介:BS 1363 Part 1 家用、商用相线及中线插销带绝缘内衬的13A带熔断器插头的要求
上传时间: 2013-06-15
上传用户:eeworm
资源简介:用于grub的一机画面. 修改 /boot/grub/grub.conf splashimage=(hd0,1)/boot/grub/m.xpm.gz
上传时间: 2013-12-10
上传用户:semi1981
资源简介:prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the que...
上传时间: 2015-04-24
上传用户:ljt101007
资源简介:convert.asm: 1.from ASCII resp. BCD to binary 2.from binary to ASCII resp. BCD 3.from binary to Hex-ASCII Bin_Bcd.c: uchar BcdToBin(uchar val) uchar BinToBcd(uchar val)
上传时间: 2015-04-29
上传用户:lijinchuan
资源简介:1、LargestLyapunov_example1.m 程序主文件1,直接运行此文件即可 2、LargestLyapunov_example2.m 程序主文件2,直接运行此文件即可 3、LorenzData.dll 产生 Lorenz 离散数据 4、PhaSpaRecon.m 相空间重构 5、Lyapunov_luzhenbo.dll Lyapunov 计算主函...
上传时间: 2013-12-13
上传用户:lixinxiang
资源简介:没有采用短暂分离的方法的GP方法求关联维 G-P算法计算关联维的 Matlab 程序(mex版) 文件说明: 1、GP_Algorithm_main.m - 程序主文件 2、LorenzData.dll - 产生Lorenz离散数据 3、normalize_1.m - 数据归一化 4、correlation_interal.c - 计算关联积分...
上传时间: 2013-12-22
上传用户:Thuan
资源简介:GA/SVM 程序包含三个文件: 1。MainGA12.m 2。selectGA12.m 3。svmc12.m MainGA12.m是主文件,其余两个是被调用文件。 MainGA12.m里主要设置有关参数。 ===================== MainGA12.m文件有关设置的说明: 12行: host= \g...
上传时间: 2015-08-26
上传用户:洛木卓
资源简介:system Verilog LRM 3.1
上传时间: 2013-12-19
上传用户:sjyy1001
资源简介:function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then return(m) else if x>L[m] then
上传时间: 2015-12-17
上传用户:tb_6877751
资源简介:Introduction Some times it is required that we build a shared library (DLL) from an m-file. M-files are functions that are written in Matlab editor and can be used from Matlab command prompt. In m-files, we employ Matlab built-in functions...
上传时间: 2016-01-29
上传用户:zhoujunzhen
资源简介:Verilog code which receive from uart RX and then output to lcd text display.
上传时间: 2016-03-07
上传用户:songrui
资源简介:用最少的CPLD资源,用Verilog在QuartusII7.1上实现的1280分频.
上传时间: 2016-03-18
上传用户:253189838
资源简介:1、Rayleigh_Doppler_singlePath.m 产生单径Rayleigh衰落,采用了6种方法并进行了比较,推荐使用第6种方法; 2、Rayleigh_Doppler_multiPath.m 根据多条径的延时和强度,产生频率选择性衰落; 在单径和多径两个程序中,均提供了其功率谱的输出代码;
上传时间: 2013-12-21
上传用户:sdq_123
资源简介:Part 1. OO Techniques (面向对象技术) Chapter 1. OO Software Development (面向对象软件开发) Chapter 2. Case Study--OO in C++ (C++面向对象程序设计实例) Part 2. Object-Oriented Programming (面向对象程序设计) Chapter...
上传时间: 2016-05-01
上传用户:源码3
资源简介:山东大学关于排队问题的教案。基本模型M/M/1 模型;M/M/c 模型
上传时间: 2016-06-26
上传用户:钓鳌牧马
资源简介:The source code example of ARM9 development board from Artila (M-501 starter kit). The source code can compile on linux or cygwin. find more information on http://www.artila.com/p_matrix.html#m_501.
上传时间: 2016-08-08
上传用户:851197153
资源简介:ISO7816 (Part 1-3) asynchronous smart card information
上传时间: 2016-08-11
上传用户:xuanjie
资源简介:JEPG2000 Part 1 最新标准规范
上传时间: 2013-12-18
上传用户:zsjzc
资源简介:IEEE 802.16Conformance01-2003 IEEE Standard for Conformance to IEEE 802.16 Part 1: Protocol Implementation Conformance Statement (PICS) Proforma for 10-66 GHz WirelessMAN-SC Air Interface
上传时间: 2016-10-02
上传用户:sardinescn
资源简介:A clock writing by Verilog which can count from 00:00 to 23:59. With a C file to see the simulation results. A co-design example of C and Verilog.
上传时间: 2016-10-12
上传用户:王者A
资源简介:互信息法求混沌序列的最优时延 文件说明: 1、Mutual_Information_main.m 主文件,直接运行此程序即可 2、LorenzData.dll 产生Lorenz离散序列 3、Mutual_Information.dll 互信息函数 4、buffer.dll 缓存文件
上传时间: 2014-02-24
上传用户:manlian
资源简介:php 访问notes示范1 php官方手册上都没有全是自己摸索出来!
上传时间: 2014-01-11
上传用户:jkhjkh1982
资源简介:Extension packages to Bayes Blocks library, Part 1
上传时间: 2016-12-16
上传用户:aeiouetla
资源简介:BP神经网络用于分类与回归 1、NeuralNetwork_BP_Classification.m - 分类 2、NeuralNetwork_BP_Regression.m - 回归
上传时间: 2014-01-07
上传用户:hustfanenze