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

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

NOT

  • To increase simulation speed, ModelSim® can apply a variety of optimizations to your design. Thes

    To increase simulation speed, ModelSim® can apply a variety of optimizations to your design. These include, but are NOT limited to, mergingprocesses, pulling constants out of loops, clock suppression, and signal collapsing. You control the level of optimization by specifying certain switches when you invoke the compiler.

    標簽: optimizations simulation ModelSim increase

    上傳時間: 2013-12-25

    上傳用戶:pkkkkp

  • UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh

    UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are NOT part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.

    標簽: implementation Extensions libraries standard

    上傳時間: 2013-12-14

    上傳用戶:leehom61

  • Base64算法

    Base64算法,This application NOT only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application

    標簽: Base 64 算法

    上傳時間: 2015-12-22

    上傳用戶:wangyi39

  • The data files included are .MAT or *.dat (ASCII)files. The m-files and the data may be distributed

    The data files included are .MAT or *.dat (ASCII)files. The m-files and the data may be distributed, provided that the source is acknowledged in any publication and the data are NOT sold. Since this software is being distributed free of charge, the authors are NOT offering any technical support. Students who have any questions or difficulties using this software, or require the additional functions from the Signal Processing Toolbox should contact their professor.

    標簽: files data distributed The

    上傳時間: 2014-12-06

    上傳用戶:wuyuying

  • We address the problem of blind carrier frequency-offset (CFO) estimation in quadrature amplitude mo

    We address the problem of blind carrier frequency-offset (CFO) estimation in quadrature amplitude modulation, phase-shift keying, and pulse amplitude modulation communications systems.We study the performance of a standard CFO estimate, which consists of first raising the received signal to the Mth power, where M is an integer depending on the type and size of the symbol constellation, and then applying the nonlinear least squares (NLLS) estimation approach. At low signal-to noise ratio (SNR), the NLLS method fails to provide an accurate CFO estimate because of the presence of outliers. In this letter, we derive an approximate closed-form expression for the outlier probability. This enables us to predict the mean-square error (MSE) on CFO estimation for all SNR values. For a given SNR, the new results also give insight into the minimum number of samples required in the CFO estimation procedure, in order to ensure that the MSE on estimation is NOT significantly affected by the outliers.

    標簽: frequency-offset estimation quadrature amplitude

    上傳時間: 2014-01-22

    上傳用戶:牛布牛

  • This document outlines what is necessary to install and run the LEACH protocol on version 2.27 of n

    This document outlines what is necessary to install and run the LEACH protocol on version 2.27 of ns2. At the time of this writing, this is the newest version of ns2. The LEACH implementation was written as a stand-alone application. Thus, in the past a version compiled for LEACH may or may NOT work for other protocols. In addition, the original version of LEACH was compiled for version 2.5b which is an outdated version of ns2.

    標簽: necessary document outlines protocol

    上傳時間: 2014-01-10

    上傳用戶:tianjinfan

  • % A 2D homogeneous convection-diffusion case (u=exp(-ex*deta*x-ex*deta*y) with a square with % all

    % A 2D homogeneous convection-diffusion case (u=exp(-ex*deta*x-ex*deta*y) with a square with % all Dirichlet boundary, NOTe that reaction coefficient is NOT zero % by indirect BKM

    標簽: convection-diffusion deta with homogeneous

    上傳時間: 2016-01-03

    上傳用戶:CHINA526

  • 2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.

    2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.11 (May 7th, 2004) - Avoid split-completion bugs in certain PCI-X chipsets by breaking up large completion entry DMAs on ADB boundaries. 2.0.10 (April 9th, 2004) - Return "command timeout" status instead of "selection timeout status" to the SCSI mid-layer in response to selection timeouts. While the latter may seem more correct, the mid-layer will NOT offline devices suffering from persistent selection timeouts. This leads to extremely long recovery times for devices that go missing. Returning command timeout status causes the mid-layer to enter recovery and eventually offline persistently missing devices.

    標簽: PF_FREEZE software support suspend

    上傳時間: 2016-01-05

    上傳用戶:亞亞娟娟123

  • Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server ca

    Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server capabilities. Lucene is a robust Java API that enables you creating indexes from text sources and perform powerful searches on these indexes. With Lucene, creating an index must be done programmatically and there are almost no possibilities of integrating index management in a distributed environment. In other words, out of the box, Lucene is suitable for integrating indexing and searching possibilities in a single application but NOT for providing index/search services for multiple applications. The Lucene Server project comes with a Java API that propose the following make it easy to create indexes in a declarative way by simply providing an XML configuration document. make it easy to personalize the way Lucene must handle different kind of data sources. provide services for index management and searching that can be accessed from several applications. enable batch tasks scheduling.

    標簽: Lucene Abstract Jakarta project

    上傳時間: 2016-01-10

    上傳用戶:songrui

  • 很全的中斷手冊。 INT 00 - CPU-generated - DIVIDE ERROR INT 01 - CPU-generated - SINGLE STEP (80386+) - DEB

    很全的中斷手冊。 INT 00 - CPU-generated - DIVIDE ERROR INT 01 - CPU-generated - SINGLE STEP (80386+) - DEBUGGING EXCEPTIONS INT 02 - external hardware - NON-MASKABLE INTERRUPT INT 03 - CPU-generated - BREAKPOINT INT 04 - CPU-generated - INTO DETECTED OVERFLOW INT 05 - PRINT SCREEN CPU-generated (80186+) - BOUND RANGE EXCEEDED INT 06 - CPU-generated (80286+) - INVALID OPCODE INT 07 - CPU-generated (80286+) - PROCESSOR EXTENSION NOT AVAILABLE INT 08 - IRQ0 - SYSTEM TIMER CPU-generated (80286+) . . .

    標簽: CPU-generated INT DIVIDE SINGLE

    上傳時間: 2013-12-27

    上傳用戶:aa54

主站蜘蛛池模板: 大田县| 东辽县| 台中市| 赤壁市| 达尔| 无棣县| 湖州市| 南岸区| 霍邱县| 丽江市| 永兴县| 山阴县| 鲜城| 黔南| 中宁县| 都安| 灌云县| 神池县| 土默特左旗| 永昌县| 拜泉县| 若尔盖县| 水城县| 杭锦旗| 清河县| 澄迈县| 利川市| 博爱县| 犍为县| 调兵山市| 烟台市| 辽中县| 鄂伦春自治旗| 灵寿县| 泊头市| 清涧县| 兴城市| 富川| 宜良县| 丰镇市| 永安市|