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

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

TIA-<b>ipr</b>-IS

  • Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... &l

    Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... < iK <= N. For example, sequence (1, 7, 3, 5, 9, 4, 8) has ordered subsequences, e. g., (1, 7), (3, 4, 8) and many others. All longest ordered subsequences are of length 4, e. g., (1, 3, 5, 8).

    標(biāo)簽: Subsequence sequence Problem Longest

    上傳時(shí)間: 2016-12-08

    上傳用戶:busterman

  • basic.c */ /**//* Project:NeuroBasic, basic package*//**/ /* Survey:This is a simple Basic b-code

    basic.c */ /**//* Project:NeuroBasic, basic package*//**/ /* Survey:This is a simple Basic b-code compiler which*/ /*can be used as a comfortable command shell for */ /* any program. The actual compiler is found in */ /*compiler.c.*/ /*The functions m_fctptr() and user_server()*/ /*build an interface to an

    標(biāo)簽: basic NeuroBasic Project package

    上傳時(shí)間: 2017-02-15

    上傳用戶:xymbian

  • this is a Implementation of a B* tree,not yet completed, because I need help for this task.

    this is a Implementation of a B* tree,not yet completed, because I need help for this task.

    標(biāo)簽: this Implementation completed because

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

    上傳用戶:xinyuzhiqiwuwu

  • standard for TIA-IPR-IS-637B

    standard for TIA-IPR-IS-637B

    標(biāo)簽: TIA-IPR-IS standard for 637

    上傳時(shí)間: 2017-07-15

    上傳用戶:Andy123456

  • 基于單片機(jī)的數(shù)字化B超鍵盤(pán)設(shè)計(jì)

    針對(duì)目前使用的RS232接口數(shù)字化B超鍵盤(pán)存在PC主機(jī)啟動(dòng)時(shí)不能設(shè)置BIOS,提出一種PS2鍵盤(pán)的設(shè)計(jì)方法。基于W78E052D單片機(jī),采用8通道串行A/D轉(zhuǎn)換器設(shè)計(jì)了8個(gè)TGC電位器信息采集電路,電位器位置信息以鍵盤(pán)掃描碼序列形式發(fā)送,正交編碼器信號(hào)通過(guò)XC9536XL轉(zhuǎn)換為單片機(jī)可接收的中斷信號(hào),軟件接收到中斷信息后等效處理成按鍵。結(jié)果表明,在滿足開(kāi)機(jī)可設(shè)置BIOS同時(shí),又可實(shí)現(xiàn)超聲特有功能,不需要專門(mén)設(shè)計(jì)驅(qū)動(dòng)程序,接口簡(jiǎn)單,成本低。 Abstract:  Aiming at the problem of the digital ultrasonic diagnostic imaging system keyboard with RS232 interface currently used couldn?蒺t set the BIOS when the PC boot, this paper proposed a design method of PS2 keyboards. Based on W78E052D microcontroller,designed eight TGC potentiometers information acquisition circuit with 8-channel serial A/D converter, potentiometer position information sent out with keyboard scan code sequentially.The control circuit based on XC9536 CPLD is used for converting the mechanical actions of the encoders into the signals that can be identified by the MCU, software received interrupt information and equivalently treatmented as key. The results show that the BIOS can be set to meet the boot, ultrasound specific functionality can be achieved at the same time, it does not require specially designed driver,the interface is simple and low cost.    

    標(biāo)簽: 單片機(jī) B超 數(shù)字化 鍵盤(pán)設(shè)計(jì)

    上傳時(shí)間: 2013-10-10

    上傳用戶:asdfasdfd

  • This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYS

    This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYSTEM with lesser memory consumption. Its API includes simple SQL Statements and the output is displayed on the screen. Certain applications for which several features of existing databases like concurrency control, transaction management, security features are not enabled. B+Trees can be used as an index for factor access to the data. Help facility is provided to know the syntax of SQL Statements.

    標(biāo)簽: project implement developed Database

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

    上傳用戶:semi1981

  • If we have two individually sorted vectors "a" and "b" but they are not sorted with respect to each

    If we have two individually sorted vectors "a" and "b" but they are not sorted with respect to each other and we want to merge them into vector "c" such that "c" is also a sorted vector. Then c=mergesorted(a,b) can be used.

    標(biāo)簽: sorted individually respect vectors

    上傳時(shí)間: 2015-09-23

    上傳用戶:comua

  • 給定兩個(gè)集合A、B

    給定兩個(gè)集合A、B,集合內(nèi)的任一元素x滿足1 ≤ x ≤ 109,并且每個(gè)集合的元素個(gè)數(shù)不大于105。我們希望求出A、B之間的關(guān)系。 任 務(wù) :給定兩個(gè)集合的描述,判斷它們滿足下列關(guān)系的哪一種: A是B的一個(gè)真子集,輸出“A is a proper subset of B” B是A的一個(gè)真子集,輸出“B is a proper subset of A” A和B是同一個(gè)集合,輸出“A equals B” A和B的交集為空,輸出“A and B are disjoint” 上述情況都不是,輸出“I m confused!”

    標(biāo)簽:

    上傳時(shí)間: 2017-03-15

    上傳用戶:yulg

  • 21世紀(jì)大學(xué)新型參考教材系列 集成電路B 荒井

    21世紀(jì)大學(xué)新型參考教材系列 集成電路B 荒井

    標(biāo)簽: 大學(xué) 教材 集成電路

    上傳時(shí)間: 2013-04-15

    上傳用戶:eeworm

  • 家電維修(最基礎(chǔ)的教程B)1-20.Torrent

    家電維修(最基礎(chǔ)的教程B)1-20.Torrent

    標(biāo)簽: Torrent 20 家電維修 教程

    上傳時(shí)間: 2013-06-10

    上傳用戶:eeworm

主站蜘蛛池模板: 黎川县| 江北区| 财经| 瑞安市| 温宿县| 云浮市| 南开区| 宝应县| 常山县| 牡丹江市| 宜宾县| 曲麻莱县| 芒康县| 肥乡县| 西充县| 井研县| 贵阳市| 常熟市| 罗山县| 青海省| 全椒县| 泗水县| 高台县| 道真| 手游| 永靖县| 介休市| 两当县| 万盛区| 龙南县| 金平| 桃源县| 池州市| 桂东县| 聂荣县| 尉犁县| 彰化县| 长岭县| 金川县| 平利县| 灯塔市|