亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

microphone array

  • 1. PL/0 語言介紹 ●PL/0 程序設(shè)計(jì)語言是一個(gè)較簡單的語言

    1. PL/0 語言介紹 ●PL/0 程序設(shè)計(jì)語言是一個(gè)較簡單的語言,它以賦值語句為基礎(chǔ),構(gòu)造概念有順序、條件和重復(fù)(循環(huán))三種。PL/0 有子程序概念,包括過程定義(可以嵌套)與調(diào)用且有局部變量說明。PL/0語言編譯程序采用以語法分析為核心、一遍掃描的編譯方法。詞法分析和代碼生成作為獨(dú)立的子程序供語法分析程序調(diào)用。語法分析的同時(shí),提供了出錯(cuò)報(bào)告和出錯(cuò)恢復(fù)的功能。在源程序沒有錯(cuò)誤編譯通過的情況下,調(diào)用類PCODE解釋程序解釋執(zhí)行生成的類PCODE代碼。 ●保留字(關(guān)鍵字):所謂保留字是指在Pascal語言中具有特定的含義。標(biāo)準(zhǔn)Pascal語言中的保留字一共有35個(gè),Turbo Pascal語言一共有51個(gè)。下面是Pascal語言的保留字:AND,ARRAY,BEGIN,CASE,CONST,DIV,DO,DOWNTO,ELSE,END,F(xiàn)ILE,F(xiàn)OR,F(xiàn)UNTION,GOTO,IF,IN,LABEL,MOD,NIL,NOT,OF,OR,PACKED,PROCEDURE,PROGRAM,RECORD,REPEAT,SET,THEN,TO,TYPE,UNTIL,VAR,WHILE,WITH,EXPORTS,SHR,STRING,ASM,OBJECT,UNIT,CONSTRUCTOR,IMPLEMENTATION,DESTRUCTOR,USES,INHERITED,INLINE,INTERFACE,LIBRARY,XOR,SHL

    標(biāo)簽: PL 語言 程序設(shè)計(jì)語言

    上傳時(shí)間: 2015-07-17

    上傳用戶:zm7516678

  • 關(guān)于FPGA流水線設(shè)計(jì)的論文 This work investigates the use of very deep pipelines for implementing circuits in

    關(guān)于FPGA流水線設(shè)計(jì)的論文 This work investigates the use of very deep pipelines for implementing circuits in FPGAs, where each pipeline stage is limited to a single FPGA logic element (LE). The architecture and VHDL design of a parameterized integer array multiplier is presented and also an IEEE 754 compliant 32-bit floating-point multiplier. We show how to write VHDL cells that implement such approach, and how the array multiplier architecture was adapted. Synthesis and simulation were performed for Altera Apex20KE devices, although the VHDL code should be portable to other devices. For this family, a 16 bit integer multiplier achieves a frequency of 266MHz, while the floating point unit reaches 235MHz, performing 235 MFLOPS in an FPGA. Additional cells are inserted to synchronize data, what imposes significant area penalties. This and other considerations to apply the technique in real designs are also addressed.

    標(biāo)簽: investigates implementing pipelines circuits

    上傳時(shí)間: 2015-07-26

    上傳用戶:CHINA526

  • PIECEWISE_EVAL: evaluates a piecewise function of x usage: y = PIECEWISE_EVAL(x,breakpoints,funs)

    PIECEWISE_EVAL: evaluates a piecewise function of x usage: y = PIECEWISE_EVAL(x,breakpoints,funs) arguments (input) x - vector or array of points to evaluate though the function breakpoints - list of n breakpoints, -inf and +inf are implicitly

    標(biāo)簽: PIECEWISE_EVAL breakpoints evaluates piecewise

    上傳時(shí)間: 2014-01-25

    上傳用戶:xyipie

  • LINEINTRGAL Line Integral in a 2D Vector Field. LINEINTRGAL(X,Y,U,V,C) computes the line integral a

    LINEINTRGAL Line Integral in a 2D Vector Field. LINEINTRGAL(X,Y,U,V,C) computes the line integral along the lines given in cell array C. X and Y define the coordinates of a rectangular grid over which U and V are defined. X and Y must be monotonic and 2D plaid as % produced by MESHGRID. X, Y, U, and V must all be the same size.

    標(biāo)簽: LINEINTRGAL Integral computes integral

    上傳時(shí)間: 2014-01-13

    上傳用戶:hwl453472107

  • CCS編程環(huán)境 使用的是匯編加C的混合編程方法: The programme of the Correlation Algorithm. Using INT2 to get the input s

    CCS編程環(huán)境 使用的是匯編加C的混合編程方法: The programme of the Correlation Algorithm. Using INT2 to get the input signal. Array x, in first step, is the input signal produced by programme, in next step, is the input signal get from A/D, the length is 128, 32-bit floating point. Array y, in first step, is the input signal produced by programme, in next step, is the input signal get from A/D, the length is 128, 32-bit floating point. Array cor is the Correlation result, the length is 255, 32-bit floating point.

    標(biāo)簽: Correlation Algorithm programme the

    上傳時(shí)間: 2013-12-21

    上傳用戶:leixinzhuo

  • Input The input consists of two lines. The first line contains two integers n and k which are the l

    Input The input consists of two lines. The first line contains two integers n and k which are the lengths of the array and the sliding window. There are n integers in the second line. Output There are two lines in the output. The first line gives the minimum values in the window at each position, from left to right, respectively. The second line gives the maximum values. Sample Input 8 3 1 3 -1 -3 5 3 6 7 Sample Output -1 -3 -3 -3 3 3 3 3 5 5 6 7

    標(biāo)簽: The two consists contains

    上傳時(shí)間: 2014-12-21

    上傳用戶:hongmo

  • 實(shí)現(xiàn)直接插入排序 要求:封裝成一個(gè)函數(shù)

    實(shí)現(xiàn)直接插入排序 要求:封裝成一個(gè)函數(shù),形式如下:    void DirectInsertSort(bool bOrder, bool bPrintEveryStep, int * array) 其中,參數(shù)bOrder是布爾類型變量,true表示升序,false表示降序       bPrintEveryStep表示是否把每一步的排序結(jié)果打印出來,true表示打印,false表示不打印 array是待排序的數(shù)組

    標(biāo)簽: 排序 封裝 函數(shù)

    上傳時(shí)間: 2014-01-15

    上傳用戶:wsf950131

  • lms算法實(shí)現(xiàn)單波束形成

    lms算法實(shí)現(xiàn)單波束形成,線陣單波束形成,(linear array signal beamforming )

    標(biāo)簽: lms 算法 波束形成

    上傳時(shí)間: 2015-11-19

    上傳用戶:skfreeman

  • Make and answer phone calls Detect tone and pulse digit from the phone line Capture Caller ID

    Make and answer phone calls Detect tone and pulse digit from the phone line Capture Caller ID Support blind transfer, single-step transfer/conference, consultation transfer/conference, hold, unhold. Control of the local phone handset, microphone and speaker of the modem Send and receive faxes Play and record on the phone line or sound card Play music in background mode Silence detection VU Meter Wave sound editor that allows your end-users to edit their own sound files. Voice recognition and voice synthesis. Full control over the serial port device ZModem file transfer utility File compression and encryption utility

    標(biāo)簽: phone and Capture Detect

    上傳時(shí)間: 2013-11-30

    上傳用戶:水中浮云

  • C++, although a marvelous language, isn t perfect. Matthew Wilson has been working with it for over

    C++, although a marvelous language, isn t perfect. Matthew Wilson has been working with it for over a decade, and during that time he has found inherent limitations that require skillful workarounds. In this book, he doesn t just tell you what s wrong with C++, but offers practical techniques and tools for writing code that s more robust, flexible, efficient, and maintainable. He shows you how to tame C++ s complexity, cut through its vast array of paradigms, take back control over your code--and get far better results

    標(biāo)簽: marvelous although language Matthew

    上傳時(shí)間: 2014-01-22

    上傳用戶:妄想演繹師

主站蜘蛛池模板: 嵊州市| 乌兰察布市| 晋中市| 长乐市| 昌邑市| 鹤山市| 哈巴河县| 荥阳市| 广汉市| 鄄城县| 衢州市| 视频| 休宁县| 兴隆县| 精河县| 庆城县| 威海市| 衡南县| 三都| 亚东县| 普宁市| 石楼县| 石城县| 深圳市| 六枝特区| 新巴尔虎左旗| 马尔康县| 弋阳县| 四子王旗| 海伦市| 闸北区| 从江县| 涟水县| 宣汉县| 灵宝市| 木里| 镇原县| 韶山市| 高安市| 鹤壁市| 芒康县|