Welcome![Sign In][Sign Up]
Location:
Search - ab

Search list

[Other resourceddsmatlab

Description: dds在dspbuilder下产生VHDL源码及其测试激励文件的matlab模型,在modelsim下仿真通过-dds dspbuilder under the VHDL source code and test incentives document matl ab model, the simulation under through modelsim
Platform: | Size: 6896 | Author: zqh | Hits:

[Other resourcemxuliematlab

Description: m序列在dspbuilder下产生VHDL源码及其测试激励文件的matlab模型,在modelsim下仿真通过-m sequence in dspbuilder under VHDL source code and test incentives document matl ab model, the simulation under through modelsim
Platform: | Size: 5676 | Author: zqh | Hits:

[Other resourcesinmdlmatlab

Description: 正弦波在dspbuilder下产生VHDL源码及其测试激励文件的matlab模型,在modelsim下仿真通过-sine wave in dspbuilder under VHDL source code and test incentives document matl ab model, the simulation under through modelsim
Platform: | Size: 6169 | Author: zqh | Hits:

[Delphi VCLC%=(A÷B)×100%

Description: 用来进行烦琐数据的加,减,乘,除的运算操作,得出运算值
Platform: | Size: 170441 | Author: | Hits:

[CommunicationTryOPC

Description: 本程序是和AB公司的SLC500系列PLC进行通讯,可以和RSLINX卡进行OPC方式的通讯.-procedures and the company AB SLC500 series PLC communications, can RSLINX cards OPC way communications.
Platform: | Size: 2640 | Author: 曾建朋 | Hits:

[Otherch2ch5ch7

Description: 系统辨识与matlab 仿真程序 可直接在MATLAB6.I下运行的MATLAB程序的编号和书本上的内容对应如下,每个程序题目括号内的file.m是对应书本上的内容在光盘上第一部分的程序编号。-system identification and Matlab simulation program can be directly under the MATLAB6.I running MATL AB procedures and the number of books on the correspondence follows, Every procedure topic within the brackets is file.m counterparts on the contents of books in the first part of the CD No. procedures.
Platform: | Size: 9305 | Author: JL | Hits:

[OtherGUI_MSVM

Description: 一个完整的具有图形操作界面的支持向量机模式识别的实验系统.全部用Matlab实现,可以实现多种分类识别. 这是本人的毕业设计的附属程序-complete with a graphical interface SVM pattern recognition to the experimental system. All using Matlab ab realized, could achieve multiple classification. This is my graduation design procedures for the subsidiary
Platform: | Size: 242443 | Author: zql | Hits:

[Other resourcerfad5498

Description: it is drive code for testing all function about ad5498-drive it is code for testing all function ab out ad5498
Platform: | Size: 6404 | Author: 李春生 | Hits:

[Communicationmatlab_teaching_materials

Description: 主要有以下文件 MATLAB程序设计 介绍MATLAB概述与运算基础 matlab讲义 文件操作 绘图功能-mainly in the following documents MATLAB procedures outlined MATLAB Design and Operational basis matl ab overhead graphics file manipulation functions
Platform: | Size: 167425 | Author: 郑子云 | Hits:

[Streaming Mpeg4VidRead.tar

Description: Video Reading Code for Matlab. This some C++ and mex code written as a Matlab wrapper around the ffmpeg video reading libraries. It should compile under Windows and Linux. (The Windows compilation requires mingw gcc. Extact installation instructions are included in a Readme.txt in the downloaded files.) Thus from within Matlab one can grab the RGB data from specified frames from a named video file. The code should be able to read all video clips that are readable by ffmpeg. Note that we are making this code freely available, however no promises are made as to its reliability or that the code will be supported. However, if bugs are found and easy to fix, then new releases will probably be made available. It should be noted also that ffmpeg is lgpl. -Video Reading Code for Matlab. This some Files and C code written as a wrapper around Matlab the ffmpeg video reading libraries. It should c ompile under Windows and Linux. (The Windows co mpilation requires mingw gcc. Extact installa tion instructions are included in a Readme.txt in the downloaded files.) Thus from within Matlab ab one can grab the RGB data from specified frame 's from a video file named. The code should be able to read all video clips that are readable by ffmp eg. Note that we are making this code freely avai Cheers, however no promises are made as to its reliabili ty or that the code will be supported. However, if bugs are found and easy to fix. then new releases will probably be made availab le. It should be noted also that ffmpeg is lgpl.
Platform: | Size: 5313 | Author: 薛斌 | Hits:

[Other resourceMulti-Carrier-CDMA

Description: The MC-CDMA System Simulation - using MATLAB or C Language-The MC-CDMA System Simulation - using MATL AB or C Language
Platform: | Size: 1162 | Author: catchtsu | Hits:

[Other128bitminus

Description: 128乘法模拟器 c M位乘N位不带符号整数的阵列乘法中加法---移位操作的被加数矩阵.每一部分乘积项ab叫做一个被加数.m*n个被加数可以用m*n个”与门”并行的产生. 以5位乘5位不带符号的阵列乘法器(m=n=5)为例(如下图): FA为一位全加器,FA的斜线方向为进位输出,竖线方向为和输出,而所有被加数项的排列和正常的A*B=P乘法过程中的被加数矩阵相同.图中用矩形围成的阵列中最后一行构成一个行波进位加法器,其时间延迟为(n-1)2T.当然,为了缩短加法时间,最后一行的行波进位加法器也可以用先行进位加法器来代替.这种乘法器实现n位×n位时,需要n(n-1)个全加器和n2个”与”门.
Platform: | Size: 47357 | Author: fred | Hits:

[Other resourcecfl

Description: 上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一组有限的产生式规则集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素称为非终结符,T的元素称为终结符,S是一个特殊的非终结符,称为文法开始符。 设G=(V, T, S, P)是一个CFG,则G产生的语言是所有可由G产生的字符串组成的集合,即L(G)={x∈T* | Sx}。一个语言L是上下文无关语言(Context-Free Language, CFL),当且仅当存在一个CFG G,使得L=L(G)。 *⇒ 例如,设文法G:S→AB A→aA|a B→bB|b 则L(G)={a^nb^m | n,m>=1} 其中非终结符都是大写字母,开始符都是S,终结符都是小写字母。
Platform: | Size: 308790 | Author: wu | Hits:

[Other resourcechangyong

Description: 动态规划分治算法概率算法模拟退火算法神经网络搜索算法贪婪算法网上matlab遗传算法组合算法Floyd算法-dynamic programming algorithm partition probability algorithm simulated annealing neural network algorithm for the greedy algorithm search online matl ab genetic algorithm combination algorithm Floyd Algorithm
Platform: | Size: 2731255 | Author: dgdfgd | Hits:

[Com PortSerialComOCX

Description: 基于事件驱动的串口通讯控件 消息帧数据格式: 1 0 A B X X 其中 10 为消息标识, AB表示文本长度,L=A*100+B XX为配位字符,任意 控制帧数据格式 0 1 A B M N 其中 01为控制标识, AB为请求标识 MN为附加标识 11表示请求对方接收文件,M表示描述字串中文件名子串的长度 N表示描述字串中文件大小子串的长度 10通知对方放弃传输 00通知文件传输完毕 01请求对方发送数据, MN为10请求发送下一个 MN为00请求重发 数据帧数据格式 0 0 A B M N 其中 00 为数据标识, AB表示数据长度,L=A*100+B MN为校验,M*100+N=A+B -based on event-driven serial communication control information data frame format : 1 0 A B X X 10 news for identification, said AB text length, L = A * 100 B XX Coordination of characters arbitrary control data frame format 0 1 A B M N which control 01 of identification, AB logo MN request for additional identification to request the other 11 said receiving the document, M said documents describing string name, string length N said Description Size string substring length of 10 to notify each other up 00 disposable transmission notice file transfer completed 01 requests each other this data, MN request to send 10 MN under a request for renewal of 00 data frame data format 0 0 A B M N which number 00 According to the labels, AB indicates that the data length, L = A * B 100 MN for verificati
Platform: | Size: 12372 | Author: 空瓶子 | Hits:

[Special EffectsMATLAB_mysusan

Description: Author: Abhishek Ivaturi Summary: SUSAN Edge detection in gray scale images. MATLAB Release: R13 Required Products: Image Processing Toolbox Description: Edge detection in gray scale images using the SUSAN algorithm. (takes some time to compute, but i hope to fix it...code is rather crude right now)Does not yet include non maximal suppresion. -Author : Abhishek Ivaturi Summary : SUSAN Edge detection in gray scale images. MATL AB Release : R13 Required Products : Image Processing Toolbox Description : Edge detection in gray scale images using the SU SAN algorithm. (takes some time to compute, but i hope to fix it ... code is rather crude right now) Does not include non maximal yet suppresio n.
Platform: | Size: 8196 | Author: Jallon | Hits:

[Other resourcesuffarray_c

Description: 后缀数组求最长公共子串 这里的最长公共子串是指的连续的子串,并非经典dp的那种。 aabbc abc 这两个字符串的最长公共子串为ab 算法复杂度是o(n)的(n为两个字符串长度的和)-suffix array for the longest string of public-public here - the longest string of consecutive refers to the substring. dp is not the kind of classic. Aabbc abc two of the longest string of public substring of ab complexity of the algorithm is o (n) (n 2 and the length of the string)
Platform: | Size: 1753 | Author: ghost | Hits:

[ELanguage123

Description: 文法如下: (1)S->aAcBe (2)A->b (3)A->Ab (4)B->d 關於lr0的語法分析
Platform: | Size: 1780 | Author: 薛超 | Hits:

[Communicationab

Description: VB与ABPLC实现通讯,能监控PLC内部寄存器的内容。很好用的哦。
Platform: | Size: 22619 | Author: wushi | Hits:

[File Operatearmok013182

Description: 三相步进电机的三相六拍工作方式,正转的绕组通电顺序:A、AB、B、BC、C、CA、A,反转的通电顺序:A、AC、C、CB、B、BA、B、A。 由于步进电机转子有一定的惯性以及所带负载的惯性,故步进电机的工作过程中不能及时的启动和停止,在启动时应慢慢的加速到预定速度,在停止前应逐渐减速到停止,否则,将产生失步现象。 步进电机的控制问题可总结为两点: 1、产生工作方式需要的时序脉冲; 2、控制步进电机的速度,使它始终遵循加速、匀速、减速的规律工作。
Platform: | Size: 36139 | Author: 枫叶 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 38 »

CodeBus www.codebus.net