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

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

SWITCH-case

  • The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performanc

    The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performance benchmark test originally developed by Reinhold Weicker in 1984. This benchmark is used to measure and compare the performance of different computers or, in this case, the efficiency of the code generated for the same computer by different compilers. The test reports general performance in dhrystones per second. Like most benchmark programs, dhrystone consists of standard code and concentrates on string handling. It uses no floating-point operations. It is heavily influenced by hardware and software design, compiler and linker options, code optimizing, cache memory, wait states, and integer data types. The DHRY program is available in different targets: Simulator: Large Model: DHRY example in LARGE model for Simulation Philips 80C51MX: DHRY example in LARGE model for the Philips 80C51MC

    標(biāo)簽: general-performanc benchmarks Dhrystone dhrystone

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

    上傳用戶:hphh

  • 三種16位整數(shù)運(yùn)算器的ALU設(shè)計(jì)方法

    三種16位整數(shù)運(yùn)算器的ALU設(shè)計(jì)方法,調(diào)用庫函數(shù)74181(4位ALU),組成串行16位運(yùn)算器。(用74181的正邏輯) B.調(diào)用庫函數(shù)74181和74182,組成提前進(jìn)位16位運(yùn)算器。(用74181的正邏輯) 注意:調(diào)74181庫設(shè)計(jì),加進(jìn)位是“0”有效,減借位是“1”有效,所以最高位進(jìn)位或借位標(biāo)志寄存器要統(tǒng)一調(diào)整到高有效 C.用always @,case方式描述16位運(yùn)算器。

    標(biāo)簽: ALU 整數(shù) 運(yùn)算器 設(shè)計(jì)方法

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

    上傳用戶:aig85

  • 與其他流水燈設(shè)計(jì)不一樣

    與其他流水燈設(shè)計(jì)不一樣,該程序用case語句實(shí)現(xiàn)流水燈功能,并已通過驗(yàn)證。

    標(biāo)簽: 流水燈

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

    上傳用戶:alan-ee

  • Flex chip implementation File: UP2FLEX JTAG jumper settings: down, down, up, up Input: Reset -

    Flex chip implementation File: UP2FLEX JTAG jumper settings: down, down, up, up Input: Reset - FLEX_PB1 Input n - FLEX_SW switches 1 to 8 Output: Countdown - two 7-segment LEDs. Done light - decimal point on Digit1. Operation: Setup the binary input n number. Press the Reset switch. See the countdown from n down to 0 on the 7-segment LEDs. Done light lit when program terminates.

    標(biāo)簽: down implementation settings UP2FLEX

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

    上傳用戶:sclyutian

  • 1、smartdraw綠色版軟件

    1、smartdraw綠色版軟件,下載地址:http://www.onegreen.net/Soft_Show.asp?SoftID=402 2、viso2007:office組件,比較大,功能也不錯(cuò),支持UML1.4 3、rationalRose2003:IBM的CASE設(shè)計(jì)工具,商業(yè)工具,需要破解,支持UML1.4 4、truFun2005國產(chǎn)CASE設(shè)計(jì)工具,支持UML1.4,下載地址:http://banma.yninfo.com/chengxukaifa/diaoshigongju/zhong_wenmda_gong_jutrufun_kant_2005_90791.shtml

    標(biāo)簽: smartdraw 綠色版 軟件

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

    上傳用戶:zhenyushaw

  • Memory Management—Algorithms and implementation in C/C++ Introduction Chapter 1 - Memory Manag

    Memory Management—Algorithms and implementation in C/C++ Introduction Chapter 1 - Memory Management Mechanisms Chapter 2 - Memory Management Policies Chapter 3 - High-Level Services Chapter 4 - Manual Memory Management Chapter 5 - Automatic Memory Management Chapter 6 - Miscellaneous Topics Index List of Figures List of Tables List of Case Studies List of Sidebars

    標(biāo)簽: Memory implementation Introduction Management

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

    上傳用戶:541657925

  • 用pascal編一個(gè)年歷具體要求是:設(shè)計(jì)電子月歷的程序 一、任務(wù)內(nèi)容(task) 1.設(shè)計(jì)的程序應(yīng)具有以下功能: (1)任意輸入某年的某一月份

    用pascal編一個(gè)年歷具體要求是:設(shè)計(jì)電子月歷的程序 一、任務(wù)內(nèi)容(task) 1.設(shè)計(jì)的程序應(yīng)具有以下功能: (1)任意輸入某年的某一月份,屏幕應(yīng)能顯示該月的月歷; (2)應(yīng)允許多次從鍵盤輸入某月份,并自行設(shè)置結(jié)束標(biāo)志。 (3)如在屏幕上輸入2007年12月份的信息,屏幕的顯示形式如下: month Sun. Mon. Tue. Wed. Thu. Fri. Sat. 12 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 (4)備注:輸出界面也可以是其它形式,另外還可對(duì)輸出界面進(jìn)行必要的修飾(如:加入表格線)。 2.程序設(shè)計(jì)要求: 1)采用結(jié)構(gòu)化的程序設(shè)計(jì)方法進(jìn)行編程; 2)用case控制語句實(shí)現(xiàn)選擇分支結(jié)構(gòu); 3)用while \repeat…until\for語句實(shí)現(xiàn)循環(huán)結(jié)構(gòu); 4)利用標(biāo)準(zhǔn)過程readkey實(shí)現(xiàn)程序執(zhí)行暫停; 5)利用標(biāo)準(zhǔn)過程 clrscr實(shí)現(xiàn)清屏操作。

    標(biāo)簽: pascal task 程序 電子

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

    上傳用戶:franktu

  • isual Chat 1.91 Developer Edition - Customize the Visual Chat code regarding your own requirement

    isual Chat 1.91 Developer Edition - Customize the Visual Chat code regarding your own requirements - Use customchatdev.html for developing / testing - Create .jar and .cab-files containing client-specific .class-files and the images-folder (use zip and cabarc compressing tools) - Adapt the customchat.html file - Upload all the files to your webserver - Start the ChatServer by invoking java at.ac.uni_linz.tk.vchat.ChatServer [port [server-key]] from your commandline - I kindly ask you to leave copyright and credit information in the InfoPanel.class as it is - but you are invited to add your own text. In case of violations I will consider excluding this class from the source in the future.

    標(biāo)簽: Chat requirement Developer Customize

    上傳時(shí)間: 2017-01-27

    上傳用戶:iswlkje

  • 用java語言實(shí)現(xiàn)的四則運(yùn)算

    用java語言實(shí)現(xiàn)的四則運(yùn)算,采用的是case語句,選擇運(yùn)算符,作相應(yīng)的運(yùn)算

    標(biāo)簽: java 語言 四則運(yùn)算

    上傳時(shí)間: 2017-01-30

    上傳用戶:kiklkook

  • Xilix spartan 3E 旋轉(zhuǎn)編碼器接口,脈沖方向識(shí)別,AB脈沖濾波 Rotary Encoder Interface Demonstrates how to use the rotar

    Xilix spartan 3E 旋轉(zhuǎn)編碼器接口,脈沖方向識(shí)別,AB脈沖濾波 Rotary Encoder Interface Demonstrates how to use the rotary encoder portion of the rotary pushbutton switch.

    標(biāo)簽: Demonstrates Interface Encoder spartan

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

    上傳用戶:aig85

主站蜘蛛池模板: 新巴尔虎右旗| 神农架林区| 长阳| 顺平县| 内丘县| 四平市| 青阳县| 云阳县| 察雅县| 沭阳县| 沧源| 威远县| 虞城县| 阿城市| 玛多县| 漳州市| 吴旗县| 五寨县| 万州区| 临泽县| 东山县| 舞钢市| 原阳县| 阿克陶县| 甘德县| 新密市| 金乡县| 波密县| 资中县| 金溪县| 多伦县| 延川县| 萍乡市| 黄平县| 武胜县| 霍城县| 化德县| 嘉兴市| 台前县| 景谷| 龙川县|