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

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

Divide-and-<b>cOnquer</b>

  • 基于單片機的數(shù)字化B超鍵盤設(shè)計

    針對目前使用的RS232接口數(shù)字化B超鍵盤存在PC主機啟動時不能設(shè)置BIOS,提出一種PS2鍵盤的設(shè)計方法。基于W78E052D單片機,采用8通道串行A/D轉(zhuǎn)換器設(shè)計了8個TGC電位器信息采集電路,電位器位置信息以鍵盤掃描碼序列形式發(fā)送,正交編碼器信號通過XC9536XL轉(zhuǎn)換為單片機可接收的中斷信號,軟件接收到中斷信息后等效處理成按鍵。結(jié)果表明,在滿足開機可設(shè)置BIOS同時,又可實現(xiàn)超聲特有功能,不需要專門設(shè)計驅(qū)動程序,接口簡單,成本低。 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)簽: 單片機 B超 數(shù)字化 鍵盤設(shè)計

    上傳時間: 2013-10-10

    上傳用戶:asdfasdfd

  • 排序算法、字典和B-樹的C++語言實現(xiàn) 代碼內(nèi)容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert

    排序算法、字典和B-樹的C++語言實現(xiàn) 代碼內(nèi)容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary: red-black trees skl.c dictionary: skip lists ext.c external sort btr.c btree 語言 C++ 編譯平臺 Visual C++ 作者 Thomas Niemann 備注 來自Sorting and Searching Algorithms:A Cookbook

    標(biāo)簽: sort qsort quicksort insert

    上傳時間: 2013-12-15

    上傳用戶:silenthink

  • See Appendix B for a description of the programs included on this companion disk. RESOURCE.WRI iden

    See Appendix B for a description of the programs included on this companion disk. RESOURCE.WRI identifies other books and resources for Internet programming. WEBHELP.HLP contains an introduction to the World Wide Web. TCPMAN.HLP provides detailed instructions to help you use the Trumpet Winsock included on this disk. Use the Program Manager s File menu Run option to execute the SETUP.EXE program found on this disk. SETUP.EXE will install the programs on your hard drive and create an Internet Programming group window. Internet編程技術(shù) [配套程序] [涉及平臺] VC [作者] void [文件大小] 1032K

    標(biāo)簽: description companion Appendix RESOURCE

    上傳時間: 2013-12-04

    上傳用戶:asasasas

  • 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

    上傳時間: 2013-12-25

    上傳用戶:semi1981

  • * "Copyright (c) 2006 Robert B. Reese ("AUTHOR")" * All rights reserved. * (R. Reese, reese@ece.

    * "Copyright (c) 2006 Robert B. Reese ("AUTHOR")" * All rights reserved. * (R. Reese, reese@ece.msstate.edu, Mississippi State University) * IN NO EVENT SHALL THE "AUTHOR" BE LIABLE TO ANY PARTY FOR * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE "AUTHOR" * HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

    標(biāo)簽: Reese B. R. Copyright

    上傳時間: 2015-09-24

    上傳用戶:mpquest

  • Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A c

    Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC) algorithm. The CORDIC algorithm calculates the trigonometric functions of sine, cosine, magnitude, and phase using an iterative process. It is made up of a series of micro-rotations of the vector by a set of predetermined constants, which are powers of two. Using binary arithmetic, this algorithm essentially replaces multipliers with shift and add operations. In a Stratix™ device, it is possible to calculate some of these arithmetic functions directly, without having to implement the CORDIC algorithm.

    標(biāo)簽: representation Magnitude the magnitude

    上傳時間: 2013-12-24

    上傳用戶:金宜

  • About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses

    About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases. Release focus: Major feature enhancements Changes: This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download. Author: cruppstahl

    標(biāo)簽: C. hamsterdb structure database

    上傳時間: 2013-12-11

    上傳用戶:LouieWu

  • 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).

    標(biāo)簽: description commendation Fixed-point 729

    上傳時間: 2014-11-23

    上傳用戶:thesk123

  • B樹算法實現(xiàn)

    B樹算法實現(xiàn),非常難得!btree implementation for random lookups, transaction handling, sequential access methods, and a small embeddable footprint.

    標(biāo)簽: 算法

    上傳時間: 2014-01-10

    上傳用戶:王小奇

  • Floyd-Warshall算法描述 1)適用范圍: a)APSP(All Pairs Shortest Paths) b)稠密圖效果最佳 c)邊權(quán)可正可負(fù) 2)算法描述: a)初始化:d

    Floyd-Warshall算法描述 1)適用范圍: a)APSP(All Pairs Shortest Paths) b)稠密圖效果最佳 c)邊權(quán)可正可負(fù) 2)算法描述: a)初始化:dis[u,v]=w[u,v] b)For k:=1 to n For i:=1 to n For j:=1 to n If dis[i,j]>dis[i,k]+dis[k,j] Then Dis[I,j]:=dis[I,k]+dis[k,j] c)算法結(jié)束:dis即為所有點對的最短路徑矩陣 3)算法小結(jié):此算法簡單有效,由于三重循環(huán)結(jié)構(gòu)緊湊,對于稠密圖,效率要高于執(zhí)行|V|次Dijkstra算法。時間復(fù)雜度O(n^3)。 考慮下列變形:如(I,j)∈E則dis[I,j]初始為1,else初始為0,這樣的Floyd算法最后的最短路徑矩陣即成為一個判斷I,j是否有通路的矩陣。更簡單的,我們可以把dis設(shè)成boolean類型,則每次可以用“dis[I,j]:=dis[I,j]or(dis[I,k]and dis[k,j])”來代替算法描述中的藍(lán)色部分,可以更直觀地得到I,j的連通情況。

    標(biāo)簽: Floyd-Warshall Shortest Pairs Paths

    上傳時間: 2013-12-01

    上傳用戶:dyctj

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美另类高清视频在线| 免费久久精品视频| 欧美日韩视频在线第一区| 欧美激情日韩| 亚洲精品久久久久久下一站| 国产一级揄自揄精品视频| 欧美在线地址| 亚洲高清久久| 欧美欧美天天天天操| 中日韩美女免费视频网站在线观看| 欧美日韩国产一中文字不卡| 正在播放欧美视频| 国产日韩精品电影| 麻豆成人在线观看| 亚洲性感激情| 国精产品99永久一区一区| 玖玖玖免费嫩草在线影院一区| 亚洲高清资源综合久久精品| 欧美日韩精品在线播放| 欧美在线免费视屏| 亚洲国产成人一区| 国产精品久久久久7777婷婷| 久久午夜精品一区二区| 99视频精品全部免费在线| 国产麻豆成人精品| 欧美暴力喷水在线| 亚洲欧洲av一区二区三区久久| 精品动漫av| 国产精品国产三级国产专播品爱网 | 国产精品毛片大码女人| 久久精品综合网| 一本色道久久88精品综合| 国产亚洲a∨片在线观看| 欧美激情一区二区三区成人 | 欧美一级视频一区二区| 亚洲国产精品久久久久秋霞蜜臀| 国产精品v欧美精品v日本精品动漫| 久久激情视频| 亚洲婷婷在线| 99re视频这里只有精品| 1024日韩| 亚洲高清久久| 尹人成人综合网| 国产亚洲午夜| 国产精品日本| 欧美午夜a级限制福利片| 欧美高清视频一区二区三区在线观看| 亚欧成人在线| 亚洲女同精品视频| 亚洲视频 欧洲视频| 亚洲精品一二区| 亚洲日本aⅴ片在线观看香蕉| 国产精品视频在线观看| 欧美日在线观看| 欧美日韩另类丝袜其他| 欧美区一区二区三区| 欧美日韩国产另类不卡| 欧美日韩精品一区二区三区| 欧美金8天国| 欧美精品一线| 国产精品成人一区二区| 国产精品视频你懂的| 国产一区二区在线观看免费| 激情综合久久| 亚洲精品裸体| 一本一本a久久| 亚洲视频一区二区| 欧美亚洲三级| 久久阴道视频| 欧美日韩国产a| 国产精品jizz在线观看美国 | 国产视频精品免费播放| 国产精品丝袜久久久久久app| 欧美日韩第一区日日骚| 久久深夜福利| 美女精品国产| 欧美黄色免费| 欧美精品在线一区二区三区| 老色批av在线精品| 欧美日韩性视频在线| 免费av成人在线| 欧美日本在线视频| 亚洲日本理论电影| 亚洲美女精品成人在线视频| 狠狠色香婷婷久久亚洲精品| 亚洲国产成人tv| 亚洲福利视频二区| 亚洲日本成人网| 日韩一级黄色av| 一区二区国产日产| 亚洲自拍偷拍福利| 午夜精彩视频在线观看不卡| 午夜精品久久久久久99热软件| 亚洲欧美在线一区二区| 久久福利影视| 鲁大师成人一区二区三区| 欧美日韩在线视频一区| 国产精品试看| 亚洲伦理久久| 亚洲一区二区三区在线视频| 看片网站欧美日韩| 欧美日韩国产成人在线免费| 国产亚洲精品久久久久久| 狠狠久久婷婷| 性xx色xx综合久久久xx| 久久久久国色av免费观看性色| 欧美日韩美女在线观看| 国产乱码精品一区二区三区av| 91久久精品国产91久久性色| 一本色道久久综合亚洲精品按摩 | 亚洲激情成人网| 亚洲欧美在线另类| 久久综合久久88| 国产乱肥老妇国产一区二| 亚洲高清在线视频| 久久国产黑丝| 欧美精品一区二区三区高清aⅴ| 国产日韩欧美在线看| 91久久精品国产91性色| 久久―日本道色综合久久| 欧美日韩另类在线| 最新成人av网站| 亚洲男人的天堂在线观看| 欧美精品久久久久久| 国产在线精品一区二区夜色| 亚洲女同性videos| 欧美精品乱码久久久久久按摩| 亚洲大胆人体视频| 午夜精品一区二区三区电影天堂| 欧美亚一区二区| 亚洲国产综合91精品麻豆| 老色批av在线精品| 国产日韩欧美精品综合| 欧美亚洲免费高清在线观看| 欧美激情一二三区| 亚洲人成免费| 久久夜色精品国产亚洲aⅴ| 激情久久影院| 午夜视频久久久| 国产婷婷精品| 一区二区三区精品久久久| 欧美午夜无遮挡| 亚洲午夜精品在线| 欧美日韩亚洲国产一区| 欧美视频专区一二在线观看| 久久野战av| 伊人狠狠色丁香综合尤物| 亚洲午夜久久久久久久久电影网| 欧美日韩调教| 亚洲精品综合久久中文字幕| 欧美日韩不卡| 亚洲欧洲一区二区三区在线观看 | 麻豆精品91| 亚洲第一区在线| 久久成人精品视频| 加勒比av一区二区| 久久久www成人免费精品| 亚洲国产精品日韩| 久久夜色撩人精品| 夜夜爽99久久国产综合精品女不卡| 欧美成人日韩| 一区二区三区免费网站| 欧美日韩高清在线播放| 午夜一区二区三区不卡视频| 国产精品久久网| 噜噜噜躁狠狠躁狠狠精品视频| 一区福利视频| 欧美人与禽性xxxxx杂性| 夜夜嗨av一区二区三区免费区| 欧美视频在线观看一区二区| 亚洲先锋成人| 在线日韩av片| 欧美日韩国产小视频| 欧美影院成人| ●精品国产综合乱码久久久久| 国产精品成人久久久久| 一区二区三区视频在线观看| 国内一区二区三区| 国产日韩欧美不卡在线| 欧美伊人久久大香线蕉综合69| 亚洲精品视频在线观看免费| 欧美视频在线不卡| 欧美国产丝袜视频| 亚洲欧美日韩一区在线| 最新日韩在线视频| 国产精品美女www爽爽爽| 欧美成人免费观看| 亚洲特级片在线| 亚洲精品少妇| 欧美午夜精彩| 欧美日韩成人在线观看| 久久综合伊人77777麻豆| 亚洲视频日本| av成人免费在线观看| 国产日韩亚洲| 国产麻豆精品theporn| 免播放器亚洲| 久久中文在线| 亚洲一区二区在线播放| 一本大道av伊人久久综合|