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

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

next-Generation

  • ITU-T G.729語音壓縮算法。 description: Fixed-point description of commendation G.729 with ANNEX B Coding

    ITU-T G.729語音壓縮算法。 description: Fixed-point description of commendation G.729 with ANNEX B Coding of Speech at 8 kbit/s using Conjugate-Structure Algebraic-Code-Excited Linear-Prediction (CS-ACELP) with Voice Activity Decision(VAD), Discontinuous Transmission(DTX), and Comfort Noise Generation(CNG).

    標簽: description commendation Fixed-point 729

    上傳時間: 2014-11-23

    上傳用戶:thesk123

  • 用歷史上有名的KMP模式進行串的模式匹配

    用歷史上有名的KMP模式進行串的模式匹配,算法中主要編寫了求子串的next值和KMP算法的內容

    標簽: KMP 模式 模式匹配

    上傳時間: 2013-12-18

    上傳用戶:hanli8870

  • Robotics TOOLBOX The Toolbox provides many functions that are useful in robotics including such thi

    Robotics TOOLBOX The Toolbox provides many functions that are useful in robotics including such things as kinematics, dynamics, and trajectory generation. The Toolbox is useful for simulation as well as analyzing results from experiments with real robots. Have fun with the toolbox. It is self-explanatory and very (robotics) user friendly...see the robot.pdf

    標簽: functions including Robotics provides

    上傳時間: 2014-12-06

    上傳用戶:yyyyyyyyyy

  • The TMS320C64x™ DSPs (including the TMS320DM642 device) are the highest-performance fixed-point

    The TMS320C64x™ DSPs (including the TMS320DM642 device) are the highest-performance fixed-point DSP generation in the TMS320C6000™ DSP platform. The TMS320DM642 (DM642) device is based on the second-generation high-performance, advanced VelociTI™ very-long-instruction-word (VLIW) architecture (VelociTI.2™ ) developed by Texas Instruments (TI), making these DSPs an excellent choice for digital media applications. The C64x™ is a code-compatible member of the C6000™ DSP platform.

    標簽: highest-performance fixed-point TMS 320

    上傳時間: 2013-12-21

    上傳用戶:watch100

  • You know the rudiments of the SQL query language, yet you feel you aren t taking full advantage of S

    You know the rudiments of the SQL query language, yet you feel you aren t taking full advantage of SQL s expressive power. You d like to learn how to do more work with SQL inside the database before pushing data across the network to your applications. You d like to take your SQL skills to the next level.

    標簽: advantage the rudiments you

    上傳時間: 2014-01-18

    上傳用戶:xz85592677

  • 時間片輪轉算法struct { int name //進程標識符 int status //進程狀態 int ax,bx,cx,dx //進程現場信息

    時間片輪轉算法struct { int name //進程標識符 int status //進程狀態 int ax,bx,cx,dx //進程現場信息,通用寄存器內容 int pc //進程現場信息,程序計數器內容 int psw //進程現場信息,程序狀態字內容 int next //下一個進程控制塊的位置 }pcbarea[n]

    標簽: int struct status name

    上傳時間: 2014-01-10

    上傳用戶:saharawalker

  • FIST可堆疊文件系統

    FIST可堆疊文件系統,linux文件系統修改相關的開源軟件,使得對linux文件系統功能的改進很簡單了 The FiST (File System Translator) system combines two methods to solve the above problems in a novel way: a set of stackable file system templates for each operating system, and a high-level language that can describe stackable file systems in a cross-platform portable fashion. Using FiST, stackable file systems need only be described once. FiST s code generation tool, fistgen, compiles a single file system description into loadable kernel modules for several operating systems (currently Solaris, Linux, and FreeBSD). The project demonstrates that with FiST, code size and development time are reduced significantly, while imposing a small performance overhead of only 1-2%. These benefits are achieved, as well as portability, without changing existing operating systems or file system.

    標簽: FIST 堆疊 文件系統

    上傳時間: 2014-01-10

    上傳用戶:xsnjzljj

  • Ink Blotting One method for escaping from a maze is via ‘ink-blotting’. In this method your startin

    Ink Blotting One method for escaping from a maze is via ‘ink-blotting’. In this method your starting square is marked with the number ‘1’. All free, valid squares north, south, east and west around the number ‘1‘ are marked with a number ‘2’. In the next step, all free, valid squares around the two are marked with a ‘3’ and the process is repeated iteratively until :  The exit is found (a free square other than the starting position is reached on the very edge of the maze), or,  No more free squares are available, and hence no exit is possible.

    標簽: method ink-blotting Blotting escaping

    上傳時間: 2014-12-03

    上傳用戶:123啊

  • 兩種解決方案 Richard just finished building his new house. Now the only thing the house misses is a cute l

    兩種解決方案 Richard just finished building his new house. Now the only thing the house misses is a cute little wooden fence. He had no idea how to make a wooden fence, so he decided to order one. Somehow he got his hands on the ACME Fence Catalogue 2002, the ultimate resource on cute little wooden fences. After reading its preface he already knew, what makes a little wooden fence cute. A wooden fence consists of N wooden planks, placed vertically in a row next to each other. A fence looks cute if and only if the following conditions are met: ?The planks have different lengths, namely 1, 2, . . . , N plank length units. ?Each plank with two neighbors is either larger than each of its neighbors or smaller than each of them. (Note that this makes the top of the fence alternately rise and fall.)

    標簽: house the finished building

    上傳時間: 2014-01-26

    上傳用戶:541657925

  • #include"c1.h" typedef int ElemType #include"c2-2.h" #include"bo2-4.cpp" void MergeList_C

    #include"c1.h" typedef int ElemType #include"c2-2.h" #include"bo2-4.cpp" void MergeList_CL(LinkList &La,LinkList Lb) { LinkList p=Lb->next Lb->next=La->next La->next=p->next free(p) La=Lb }

    標簽: include MergeList_C ElemType typedef

    上傳時間: 2016-03-03

    上傳用戶:rishian

主站蜘蛛池模板: 成武县| 呼图壁县| 宁德市| 浦城县| 涟源市| 侯马市| 长顺县| 乌兰县| 浦城县| 囊谦县| 枣阳市| 琼结县| 陆河县| 嵊州市| 和政县| 准格尔旗| 定南县| 平遥县| 吉林省| 嵩明县| 华容县| 万山特区| 凤山市| 商洛市| 确山县| 邵阳市| 长海县| 江口县| 页游| 奇台县| 青阳县| 武陟县| 天祝| 突泉县| 镇平县| 孟津县| 金门县| 靖西县| 广州市| 友谊县| 蓬莱市|