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

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

operations

  • 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

    標簽: general-performanc benchmarks Dhrystone dhrystone

    上傳時間: 2016-11-30

    上傳用戶:hphh

  • The System Management BIOS Reference Specification addresses how motherboard and system vendors pres

    The System Management BIOS Reference Specification addresses how motherboard and system vendors present management information about their products in a standard format by extending the BIOS interface on Intel architecture systems. The information is intended to allow generic instrumentation to deliver this data to management applications that use CIM (the WBEM data model) or direct access and eliminates the need for error prone operations like probing system hardware for presence detection.

    標簽: Specification motherboard Management Reference

    上傳時間: 2013-12-10

    上傳用戶:鳳臨西北

  • Mapack可用來做矩陣運算 Mapack is a .NET class library for basic linear algebra computations. It supports th

    Mapack可用來做矩陣運算 Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank, Condition, Trace, Cholesky, LU, QR, Single Value decomposition, Least Squares solver, Eigenproblem solver, Equation System solver. The algorithms were adapted from Mapack for COM, Lapack and the Java Matrix Package.

    標簽: Mapack computations supports algebra

    上傳時間: 2017-01-26

    上傳用戶:tb_6877751

  • 本文檔介紹了如何使用各種內嵌工具

    本文檔介紹了如何使用各種內嵌工具,函數和其他一些小技巧來加強使用matlab的速度和效率,是廣大愛好者必讀的文檔。具體內容請參閱文檔。 Learn how to use the Profiler tool, vectorized functions, and other tricks to writing efficient MATLAB code. This article includes how to convert any array into a column vector, bounding a value without if statements, and repeating/tiling a vector without repmat. Contents: * The Profiler * Array Preallocation * JIT Acceleration * Vectorization * Inlining Simple Functions * Referencing operations * Numerical Integration * Signal Processing * Miscellaneous Tricks

    標簽: 文檔 如何使用 內嵌

    上傳時間: 2013-12-11

    上傳用戶:cuiyashuo

  • OFDM通信系統的仿真。PDF文件

    OFDM通信系統的仿真。PDF文件,包括OFDM原理、程序講解及運行結果。-OFDM communications system simulation. PDF documents, including OFDM principles, procedures and operations on the results.

    標簽: OFDM 通信系統 仿真

    上傳時間: 2014-01-23

    上傳用戶:66666

  • The TMS320VC5506/C5507/C5509A USB peripherals can be clocked from either the USB APLL or the USB DP

    The TMS320VC5506/C5507/C5509A USB peripherals can be clocked from either the USB APLL or the USB DPLL. Since the APLL is inherently more noise tolerant and has less long-term jitter than the DPLL, it is recommended that you switch to it for any USB operations.

    標簽: USB peripherals the clocked

    上傳時間: 2014-01-01

    上傳用戶:yuzsu

  • Reads/writes text as a character stream, buffering characters so as to provide for the efficient rea

    Reads/writes text as a character stream, buffering characters so as to provide for the efficient reading/writing of characters, arrays, and lines. The buffer size may be specified, or the default size may be used. The default is large enough for most purposes. In general, each read request made of a Reader causes a corresponding read request to be made of the underlying character or byte stream. It is therefore advisable to wrap a BufferedReader around any Reader whose read() operations may be costly, such as FileReaders and InputStreamReaders.

    標簽: characters character buffering efficient

    上傳時間: 2017-02-20

    上傳用戶:cjl42111

  • All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read

    All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four large categories: input streams and output streams, for reading and writing binary data and readers and writers, for reading and writing textual (character) data. You re almost certainly familiar with the basic kinds of streams--but did you know that there s a CipherInputStream for reading encrypted data? And a ZipOutputStream for automatically compressing data? Do you know how to use buffered streams effectively to make your I/O operations more efficient? Java I/O, 2nd Edition has been updated for Java 5.0 APIs and tells you all you ever need to know about streams--and probably more.

    標簽: facilities streams provide Output

    上傳時間: 2013-12-17

    上傳用戶:6546544

  • simple ATM [Automatic Teller Machine] system the basic functions Login including write-offs, inquiri

    simple ATM [Automatic Teller Machine] system the basic functions Login including write-offs, inquiries, deposits, withdrawals and alter the code. Simulation of ATM terminal users logged in, their account numbers and passwords through the ATM network to transmit to the server, ATM database server based on the information to confirm the account number and password is correct, the results back to the ATM terminal. If the correct account number and password, the ATM into the next terminal interface Otherwise prompt mistakes. Cancellation notice for the operation of the server ATM transactions concluded inquiries, deposits, withdrawals and alter the code operations are first sent an order to ATM servers, ATM by the database server implementation of the corresponding operation and operating res

    標簽: write-offs Automatic functions including

    上傳時間: 2014-01-20

    上傳用戶:semi1981

  • IML package provides efficient routines to solve nonsingular systems of linear equations, certifie

    IML package provides efficient routines to solve nonsingular systems of linear equations, certified solve any shape systems of linear equations, and perform mod p matrix operations, such as computing row-echelon form, determinant, rank profile, inverse of a mod p matrix.

    標簽: nonsingular efficient equations certifie

    上傳時間: 2017-03-21

    上傳用戶:leixinzhuo

主站蜘蛛池模板: 房产| 卢湾区| 三门峡市| 平安县| 福泉市| 炉霍县| 舞钢市| 玉屏| 防城港市| 安康市| 塘沽区| 阿坝县| 黔西| 三亚市| 宜章县| 邹平县| 禹州市| 海兴县| 襄汾县| 都江堰市| 迁安市| 会泽县| 稷山县| 高陵县| 滨海县| 平武县| 克拉玛依市| 桂平市| 阿克苏市| 曲水县| 华阴市| 安福县| 寿宁县| 曲沃县| 洪雅县| 奉贤区| 云龙县| 凌源市| 宜川县| 正镶白旗| 广水市|