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

EA-series-chinese

  • I had refrained from commenting on the Tibet issue, as I really had nothing new to add. I think I am

    I had refrained from commenting on the Tibet issue, as I really had nothing new to add. I think I am with the mainstream and informed rationals, Chinese

    标签: commenting had refrained nothing

    上传时间: 2016-08-27

    上传用户:jing911003

  • 多年来

    多年来,我一直想录找一本适合中国计算机系学生用的算法方面的国外教材。尽管有些不错的国外教材在中国出版,但总有篇幅过多、内容略显陈旧或数据结构内容夹杂其中等等这样或那样的不甚满意之处。 去年我有幸看到世界科学图书出版社出版的由M.H.Alsuwaiyel撰写的《Algorithms Design Techniques and Analysis》,它是以国际著名算法专家,我国台湾出身的李德财教授所主编的系列丛书——Lecture Notes Series on Computing——中的一本。虽然此书不是美国的大学教材,而是沙特阿拉伯的大学计算机系教材。但是我很快就被该书的组织简明、概括,且包含当前市面上算法一#较少涉及的概率算法和近似算法

    标签:

    上传时间: 2013-12-24

    上传用户:lhc9102

  • The main features of the considered identification problem are that there is no an a priori separati

    The main features of the considered identification problem are that there is no an a priori separation of the variables into inputs and outputs and the approximation criterion, called misfit, does not depend on the model representation. The misfit is defined as the minimum of the l2-norm between the given time series and a time series that is consistent with the approximate model. The misfit is equal to zero if and only if the model is exact and the smaller the misfit is (by definition) the more accurate the model is. The considered model class consists of all linear time-invariant systems of bounded complexity and the complexity is specified by the number of inputs and the smallest number of lags in a difference equation representation. We present a Matlab function for approximate identification based on misfit minimization. Although the problem formulation is representation independent, we use input/state/output representations of the system in order

    标签: identification considered features separati

    上传时间: 2016-09-20

    上传用户:FreeSky

  • NTERNATIONAL TELECOMMUNICATION UNION ITU-T T.4 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (07/2

    NTERNATIONAL TELECOMMUNICATION UNION ITU-T T.4 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (07/2003) ITU-T T.4 2003. SERIES T: TERMINALS FOR TELEMATIC SERVICES Standardization of Group 3 facsimile terminals for document transmission ITU-T Recommendation T.4 ITU-T Rec.

    标签: TELECOMMUNICATION STANDARDIZATION NTERNATIONAL SECTOR

    上传时间: 2016-10-15

    上传用户:彭玖华

  • Discription: This multi-master driver provides the software interface to the I2C Bus hardware of th

    Discription: This multi-master driver provides the software interface to the I2C Bus hardware of the M3062x series of MitsubishiMCU.

    标签: multi-master Discription interface the

    上传时间: 2016-10-28

    上传用户:ljt101007

  • LCD_12864 driver write with c language in ads1.2 environment ,the cpu is lpc2132 . can diaplay chine

    LCD_12864 driver write with c language in ads1.2 environment ,the cpu is lpc2132 . can diaplay chinese and number.

    标签: environment language diaplay driver

    上传时间: 2014-01-10

    上传用户:hopy

  • This a GUI that manages DSP analysis functions for wav-files (e.g., speech signals). Two functions (

    This a GUI that manages DSP analysis functions for wav-files (e.g., speech signals). Two functions (plotps.m and spect.m) are included for starters. You may write your own functions and integrate that into the GUI without much hassle (see instructions in the accompanying readme.txt file). Additional features like the snipper lets you trim the time series and save it as a separate wav-file. The GUI is a great tool for instructors in a DSP course and DSP researchers alike!

    标签: functions wav-files analysis manages

    上传时间: 2016-11-09

    上传用户:从此走出阴霾

  • 基于ARM7开发系统的触摸屏校准程序

    基于ARM7开发系统的触摸屏校准程序,代码中有详细的中文注释,方便用户移植……-ARM7 development system based on the touch screen calibration procedures, a detailed code of the Chinese Notes user-friendly transplantation

    标签: ARM7 开发系统 触摸屏 校准

    上传时间: 2016-11-10

    上传用户:evil

  • Grass 5.00 start for idiot, one of the best documentation for Grass beginner users. And this is the

    Grass 5.00 start for idiot, one of the best documentation for Grass beginner users. And this is the Chinese edition, for the ones prefer mother language. From the beginning for Linux participation to the BIOS update, and finally the details setup for GRASS Linux users. Moreover, with my suggestion is that Ubuntu 8.10 is the best package for GRASS 5.00, but it is totally up to you how to choose a platform for this talent open source application.

    标签: Grass documentation for the

    上传时间: 2016-12-06

    上传用户:jjj0202

  • void UART_init() { //初始化串行口和波特率发生器 SCON =0x58 //选择串口工作方式

    void UART_init() { //初始化串行口和波特率发生器 SCON =0x58 //选择串口工作方式,打开接收允许 TMOD =0x21 //定时器1工作在方式2,定时器0工作在方式1 TH1 =0xfd //实现波特率9600(系统时钟11.0592MHZ) TR1 =1 //启动定时器T1 ET1 =0 ES=1 //允许串行口中断 PS=1 //设计串行口中断优先级 EA =1 //单片机中断允许 }

    标签: UART_init void SCON 58

    上传时间: 2014-08-30

    上传用户:彭玖华