虫虫首页|资源下载|资源专辑|精品软件
登录|注册

a.k.a.

  • 按递归下降方式设计其编译程序

    按递归下降方式设计其编译程序,生成PL/0栈式指令代码,然后解释执行。用(a=1)+2*(b=3+4*5)/2+2*a*b-(a=a+5)/ (c=2) 测试

    标签: 递归 方式 编译 程序

    上传时间: 2014-01-01

    上传用户:firstbyte

  • 用Burg算法估计AR模型参数

    用Burg算法估计AR模型参数,进而实现功率谱估计. 形参说明: x——双精度实型一维数组,长度为n,存放随机序列。 n--整型变量,随机序列的长度。 p--整型变量,AR模型的阶数。 a--双精度实型一维数组,长度为(p十1)。存放AR模型的系数a(0),a(1),...,a(p)。 v--双精度实型指针,它指向预测误差功率,即AR模型激励白噪声的方差。

    标签: Burg AR模型 算法 参数

    上传时间: 2013-12-20

    上传用户:330402686

  • 现代谱估计用莱文森-德宾(Levinson-Durbin)算法求解尤利-沃克(Yule-Walker)方程。 形参说明: r:双精度实型一维数组

    现代谱估计用莱文森-德宾(Levinson-Durbin)算法求解尤利-沃克(Yule-Walker)方程。 形参说明: r:双精度实型一维数组,存放Yule-Walker方程的元素r(0),r(1),...r(p)。 p:AR模型阶数。 a:AR模型系数a(0),a(1),...a(p)。 v:预测误差功率

    标签: Levinson-Durbin Yule-Walker 谱估计 算法

    上传时间: 2014-01-26

    上传用户:ippler8

  • LCD1602B基本驱动函数库 1、需要底层硬件驱动函数支持 基本的宏定义: LCD_RS LCD_RW LCD_E LCD_SetWriteData LCD_SetReadData

    LCD1602B基本驱动函数库 1、需要底层硬件驱动函数支持 基本的宏定义: LCD_RS LCD_RW LCD_E LCD_SetWriteData LCD_SetReadData LCD_HalfData_Port LCD_HalfData_DDR LCD_SendHalfCharHigh(a) LCD_SendHalfCharLow(a) 2、需要基本的延时函数支持基本的延时函数: DelayMs() 毫秒 DelayUs() 微妙 3、需要修改引用宏定义来指定底层硬件驱动 函数库。 4、该头文件支持4位发送模式,硬件连接4位 8位都支持。

    标签: LCD_SetWriteData LCD_SetReadData LCD_RS LCD_RW

    上传时间: 2015-05-19

    上传用户:wangchong

  • Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edi

    Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Format: PDF Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.

    标签: Programming Reference Standard Template

    上传时间: 2014-01-18

    上传用户:netwolf

  • 英文版,pdf格式。 详细说明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Templa

    英文版,pdf格式。 详细说明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) URL: http://www.amazon.com/exec/obidos/tg/detail/-/0201379236/ ISBN: 0201379236 Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Catalog: C++ Format: PDF Size: 3.8M Supplier: December Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.

    标签: Programming Reference Standard Tutorial

    上传时间: 2015-09-02

    上传用户:Breathe0125

  • 上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P)

    上下文无关文法(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,终结符都是小写字母。

    标签: Context-Free Grammar CFG

    上传时间: 2013-12-10

    上传用户:gaojiao1999

  • Student result management system Use the C language realization system 2, the data structure mak

    Student result management system Use the C language realization system 2, the data structure making use of the structure body several realization student s result design 3, the system have increment, search, insert, row preface etc. basic function 4, the each function mold piece request of system use the form of function realization 5, completion design mission combine write a course a design report. 6, student the existence document of the result information in

    标签: system realization management structure

    上传时间: 2013-11-29

    上传用户:1966640071

  • 一:硬件结构框图 在远程网络温度测控系统的中

    一:硬件结构框图 在远程网络温度测控系统的中,硬件电路的核心是欧姆龙CPM2A型号的PLC,主要包括数据采集电路、放大电路、A/DD/A转换电路、控制电路等组成。

    标签: 硬件 温度测控 结构框图

    上传时间: 2013-12-21

    上传用户:dongbaobao

  • 1.发牌绝技:无论谁的新旧扑克

    1.发牌绝技:无论谁的新旧扑克,任人随意洗叠,均能控制所要的好牌,并且可以随意发给别人好牌,而自己的更好; 2.认牌绝技:无论谁的新旧扑克,任人随意洗叠,均能快速从背面准确地认出每张牌花色和点数; 3.变牌绝技:可将别人发给自己的牌瞬间变为自己想要的大牌(如2、4、6变为A、A、A); 4.麻将绝技:无论谁的新旧麻将,你只要玩一、两圈,准能认出上下层以及每一家的点数,无论怎样洗叠,都能拿到清一色、一条龙等,并且可以随意变牌(二筒变八万); 5.牌场“老千”揭密,电影电视上演的“赌王”、“赌神”、“千王”等的高超赌技,并非危言耸听,而确有其事。   本秘籍旨在让您知道山外有山,天外有天,让您远离赌博,避免上当受骗,只可用于游戏娱乐,切勿用来赌博。如果您用本秘籍来赌博,尽管您会赢许多钱,但是,我们要提醒您:您违法了,我国法律严禁赌博!!!如果您受到法律制裁,我们也会心存内疚,就象您从我们这里拿了水果刀去杀人一样 注册信息在压缩包里

    标签:

    上传时间: 2013-12-08

    上传用户:邶刖