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

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

REAL-Time_Interrupt

  • Organized in a practical problem-and-solution format, More Exceptional C++ picks up where the widely

    Organized in a practical problem-and-solution format, More Exceptional C++ picks up where the widely acclaimed Exceptional C++ leaves off, providing successful strategies for solving real-world problems in C++. Drawing from years of in-the-trenches experience, Herb Sutter provides tested techniques and practical solutions for programmers designing modern software systems with C++, from small projects to enterprise applications.

    標(biāo)簽: problem-and-solution Exceptional Organized practical

    上傳時(shí)間: 2015-10-20

    上傳用戶:chenbhdt

  • The purpose of this paper is to provide a practical introduction to the discrete Kalman filter. Thi

    The purpose of this paper is to provide a practical introduction to the discrete Kalman filter. This introduction includes a description and some discussion of the basic discrete Kalman filter, a derivation, description and some discussion of the extended Kalman filter, and a relatively simple (tangible) example with real numbers & results.

    標(biāo)簽: introduction practical discrete purpose

    上傳時(shí)間: 2014-11-14

    上傳用戶:familiarsmile

  • This paper studies the problem of categorical data clustering, especially for transactional data ch

    This paper studies the problem of categorical data clustering, especially for transactional data characterized by high dimensionality and large volume. Starting from a heuristic method of increasing the height-to-width ratio of the cluster histogram, we develop a novel algorithm – CLOPE, which is very fast and scalable, while being quite effective. We demonstrate the performance of our algorithm on two real world

    標(biāo)簽: data transactional categorical clustering

    上傳時(shí)間: 2015-10-24

    上傳用戶:evil

  • 編譯原理詞法和語(yǔ)法分析

    編譯原理詞法和語(yǔ)法分析,體內(nèi)容是產(chǎn)生一個(gè)二元式文本文件,擴(kuò)展名為dyd,可將Pascal程序(測(cè)試程序)分解成為一個(gè)一個(gè)的單詞,并查“單詞符號(hào)與種別對(duì)照表”得出其種別,用一數(shù)字表示,范圍1-56(52-56分別對(duì)應(yīng)保留字integer、real、boolean、char)。

    標(biāo)簽: 編譯原理

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

    上傳用戶:003030

  • A one-dimensional calibration object consists of three or more collinear points with known relative

    A one-dimensional calibration object consists of three or more collinear points with known relative positions. It is generally believed that a camera can be calibrated only when a 1D calibration object is in planar motion or rotates around a ¯ xed point. In this paper, it is proved that when a multi-camera is observing a 1D object undergoing general rigid motions synchronously, the camera set can be linearly calibrated. A linear algorithm for the camera set calibration is proposed,and then the linear estimation is further re¯ ned using the maximum likelihood criteria. The simulated and real image experiments show that the proposed algorithm is valid and robust.

    標(biāo)簽: one-dimensional calibration collinear consists

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

    上傳用戶:璇珠官人

  • This code sample shows how to write a simple Javadoc 1.2 Doclet. Used with Javadoc, it can generate

    This code sample shows how to write a simple Javadoc 1.2 Doclet. Used with Javadoc, it can generate a Unix-style inverted index for a set of Java classes, with links to real Java API documentation. Includes directions and source code. This doclet requires JDK 1.2.1 or later, it will not work with JDK 1.1

    標(biāo)簽: Javadoc generate Doclet sample

    上傳時(shí)間: 2015-11-16

    上傳用戶:希醬大魔王

  • 我們做微機(jī)硬件綜合實(shí)驗(yàn)做的一個(gè)交通信號(hào)燈實(shí)時(shí)控制系統(tǒng)設(shè)計(jì)

    我們做微機(jī)硬件綜合實(shí)驗(yàn)做的一個(gè)交通信號(hào)燈實(shí)時(shí)控制系統(tǒng)設(shè)計(jì),很好哦!還附有實(shí)驗(yàn)報(bào)告.-A traffic lights real-time control system design of the micro computer hardware experiment.PS:contain the experiment report

    標(biāo)簽: 微機(jī) 實(shí)驗(yàn) 交通信號(hào)燈 實(shí)時(shí)控制

    上傳時(shí)間: 2015-11-17

    上傳用戶:924484786

  • This book is a hands-on introduction to the principles and practice of embedded system design usin

    This book is a hands-on introduction to the principles and practice of embedded system design using the PIC microcontroller. Packed with helpful examples and illustrations, it gives an in-depth treatment of microcontroller design, programming in both assembly language and C, and features advanced topics such as networking and real-time operating systems. It is accompanied by a CD-ROM containing copies of all programs and software tools used in the text and a `student version of the C complier Designing Embedded Systems with PIC Microcontrollers: Principles and Applications is ideal for students of electronics, mechatronics and computer engineering. Engineers in industry and informed hobbyists will also find this book a valuable resource when designing and implementing both simple and sophisticated embedded systems using the PIC Microcontroller.

    標(biāo)簽: introduction principles hands-on embedded

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

    上傳用戶:wuyuying

  • The ability to write efficient, high-speed arithmetic routines ultimately depends upon your knowled

    The ability to write efficient, high-speed arithmetic routines ultimately depends upon your knowledge of the elements of arithmetic as they exist on a computer. That conclusion and this book are the result of a long and frustrating search for information on writing arithmetic routines for real-time embedded systems. With instruction cycle times coming down and clock rates going up, it would seem that speed is not a problem in writing fast routines. In addition, math coprocessors are becoming more popular and less expensive than ever before and are readily available. These factors make arithmetic easier and faster to use and implement. However, for many of you the systems that you are working on do not include the latest chips or the faster processors. Some of the most widely used microcontrollers used today are not Digital Signal Processors (DSP), but simple eight-bit controllers such as the Intel 8051 or 8048 microprocessors.

    標(biāo)簽: arithmetic high-speed ultimately efficient

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

    上傳用戶:lizhen9880

  • "Java for C++" is a tool to generate C++-wrapper-classes for existing Java-classes. The implementati

    "Java for C++" is a tool to generate C++-wrapper-classes for existing Java-classes. The implementation of the wrapper classes uses JNI to call the real Java classes. The C++-API to use these wrapper classes is very close to the API of the Java classes.

    標(biāo)簽: wrapper-classes Java-classes implementati for

    上傳時(shí)間: 2015-12-07

    上傳用戶:liuchee

主站蜘蛛池模板: 九台市| 彭水| 偃师市| 静乐县| 福清市| 德钦县| 商南县| 临安市| 永定县| 江阴市| 新营市| 灵台县| 奇台县| 大足县| 龙胜| 隆德县| 姚安县| 大邑县| 金乡县| 望奎县| 任丘市| 松桃| 衡阳市| 肥西县| 卓尼县| 历史| 三门峡市| 什邡市| 大余县| 金坛市| 迭部县| 江川县| 屯昌县| 手游| 黄陵县| 乳源| 青阳县| 怀仁县| 郴州市| 增城市| 房产|