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

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

Portability

  • 本教程可以幫助你養(yǎng)成良好的編程風(fēng)格。以達(dá)到程序的可移植(Portability) 連貫(Consistency) 整潔(Neatness) 易于維護(Easymaintenance) 易于理解

    本教程可以幫助你養(yǎng)成良好的編程風(fēng)格。以達(dá)到程序的可移植(Portability) 連貫(Consistency) 整潔(Neatness) 易于維護(Easymaintenance) 易于理解(Eunderstanding) 簡潔(Simplicity)

    標(biāo)簽: Easymaintenance Portability Consistency Neatness

    上傳時間: 2015-05-27

    上傳用戶:sk5201314

  • When C++ was first introduced many benefits such as code reuse, Portability and scalability were pro

    When C++ was first introduced many benefits such as code reuse, Portability and scalability were promised, but somehow these benefits failed to eventuate. It didn’t take too long before most people in the embedded world decided that the promises were just hype, and settled down to using C++ as a slightly better version of C

    標(biāo)簽: Portability scalability introduced benefits

    上傳時間: 2013-12-24

    上傳用戶:yt1993410

  • 基于VHDL的微型打印機控制器設(shè)計

    介紹基于VHDL的微型打印機控制器的設(shè)計。論述了微型打印機的基本原理,以及實現(xiàn)控制器的VHDL語言設(shè)計。打印機的數(shù)據(jù)來自系統(tǒng)中的存儲模塊,根據(jù)需要控制打印。該微型打印機控制器可取代傳統(tǒng)的微型打印機,且抗干擾性好,可靠性高,具有較強的移植性,稍加改動就可應(yīng)用于不同場合。 Abstract:  This paper introduced the design method of micro printer controller based on VHDL.The basic principles of microprinter is explained,as well as the realization of the controller by VHDL language.The printer data is from the system memory modules,can control printer.The design of microprinter controller has antigood and high reliability,it can replace the traditional printer.The controller has very good Portability,and need little modify that can use in different situation.

    標(biāo)簽: VHDL 微型打印機 制器設(shè)計

    上傳時間: 2013-11-03

    上傳用戶:dudu1210004

  • 基于Verilog HDL設(shè)計的多功能數(shù)字鐘

    本文利用Verilog HDL 語言自頂向下的設(shè)計方法設(shè)計多功能數(shù)字鐘,突出了其作為硬件描述語言的良好的可讀性、可移植性和易理解等優(yōu)點,并通過Altera QuartusⅡ 4.1 和ModelSim SE 6.0 完成綜合、仿真。此程序通過下載到FPGA 芯片后,可應(yīng)用于實際的數(shù)字鐘顯示中。 關(guān)鍵詞:Verilog HDL;硬件描述語言;FPGA Abstract: In this paper, the process of designing multifunctional digital clock by the Verilog HDL top-down design method is presented, which has shown the readability, Portability and easily understanding of Verilog HDL as a hard description language. Circuit synthesis and simulation are performed by Altera QuartusⅡ 4.1 and ModelSim SE 6.0. The program can be used in the truly digital clock display by downloading to the FPGA chip. Keywords: Verilog HDL;hardware description language;FPGA

    標(biāo)簽: Verilog HDL 多功能 數(shù)字

    上傳時間: 2013-11-10

    上傳用戶:hz07104032

  • This article describes Atmel’s FingerChip technology for electronic fingerprint sensing that combin

    This article describes Atmel’s FingerChip technology for electronic fingerprint sensing that combines the advantages of small size, low cost, high accuracy, zero maintenance, low energy consumption and Portability. This technology has applications in a wide range of fixed and portable secured devices including access control systems, cash terminals, public transport, PCs, PDAs, Smart Card readers and motor vehicles. It can be used in almost any situation where rapid, reliable and accurate identification or authentication of an individual is required.

    標(biāo)簽: fingerprint FingerChip technology electronic

    上傳時間: 2013-12-27

    上傳用戶:h886166

  • FIST可堆疊文件系統(tǒng)

    FIST可堆疊文件系統(tǒng),linux文件系統(tǒng)修改相關(guān)的開源軟件,使得對linux文件系統(tǒng)功能的改進很簡單了 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.

    標(biāo)簽: FIST 堆疊 文件系統(tǒng)

    上傳時間: 2014-01-10

    上傳用戶:xsnjzljj

  • The second volume in the Write Great Code series supplies the critical information that today s comp

    The second volume in the Write Great Code series supplies the critical information that today s computer science students don t often get from college and university courses: How to carefully choose their high-level language statements to produce efficient code. Write Great Code, Volume 2: Thinking Low-Level, Writing High-Level, teaches software engineers how compilers translate high-level language statements and data structures into machine code. Armed with this knowledge, a software engineer can make an informed choice concerning the use of those high-level structures to help the compiler produce far better machine code--all without having to give up the productivity and Portability benefits of using a high-level language

    標(biāo)簽: information the critical supplies

    上傳時間: 2014-02-21

    上傳用戶:luke5347

  • The core of Java(TM) technology, the Java virtual machine is an abstract computing machine that enab

    The core of Java(TM) technology, the Java virtual machine is an abstract computing machine that enables the Java(TM) platform to host applications on any computer or operating system without rewriting or recompiling. Anyone interested in designing a language or writing a compiler for the Java virtual machine must have an in-depth understanding of its binary class format and instruction set. If you are programming with the Java programming language, knowledge of the Java virtual machine will give you valuable insight into the Java platform s security capabilities and cross-platform Portability. It will increase your understanding of the Java programming language, enabling you to improve the security and performance of your programs.

    標(biāo)簽: machine Java technology computing

    上傳時間: 2016-05-03

    上傳用戶:zhenyushaw

  • This GLib version 2.16.1. GLib is the low-level core library that forms the basis for projects such

    This GLib version 2.16.1. GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, Portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.

    標(biāo)簽: GLib the low-level projects

    上傳時間: 2013-12-19

    上傳用戶:tb_6877751

  • Fortran has always been the principal language used in the fields of scientific, numerical, and en

    Fortran has always been the principal language used in the fields of scientific, numerical, and engineering programming, and a series of revisions to the standard defining successive versions of the language has progressively enhanced its power and kept it competitive with several generations of rivals. Beginning in 1978, the technical committee responsible for the development of Fortran standards, X3J3 (now called J3), laboured to produce a new, much- needed modern version of the language, Fortran 90. Its purpose is to "promote Portability, reliability, maintainability, and efficient execution... on a variety of computing systems". The standard was published in 1991, and work began in 1993 on a minor revision, known informally as Fortran 95. Now this revised

    標(biāo)簽: scientific the principal numerical

    上傳時間: 2017-04-12

    上傳用戶:a3318966

主站蜘蛛池模板: 赤壁市| 冀州市| 扎赉特旗| 门头沟区| 太仓市| 溧水县| 洪雅县| 阿图什市| 噶尔县| 比如县| 永靖县| 资溪县| 聂拉木县| 屏东市| 紫阳县| 玛多县| 城固县| 甘南县| 临洮县| 吴江市| 达州市| 房山区| 辉县市| 钦州市| 磴口县| 额济纳旗| 绥棱县| 台南市| 阿合奇县| 湘乡市| 沧州市| 敦煌市| 安义县| 鄂伦春自治旗| 九龙城区| 嘉定区| 稻城县| 乐山市| 太仓市| 南昌市| 固镇县|