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

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

read-only

  • μC/OS-II Goals Probably the most important goal of μC/OS-II was to make it backward compatible with

    μC/OS-II Goals Probably the most important goal of μC/OS-II was to make it backward compatible with μC/OS (at least from an application’s standpoint). A μC/OS port might need to be modified to work with μC/OS-II but at least, the application code should require only minor changes (if any). Also, because μC/OS-II is based on the same core as μC/OS, it is just as reliable. I added conditional compilation to allow you to further reduce the amount of RAM (i.e. data space) needed by μC/OS-II. This is especially useful when you have resource limited products. I also added the feature described in the previous section and cleaned up the code. Where the book is concerned, I wanted to clarify some of the concepts described in the first edition and provide additional explanations about how μC/OS-II works. I had numerous requests about doing a chapter on how to port μC/OS and thus, such a chapter has been included in this book for μC/OS-II.

    標簽: OS-II compatible important Probably

    上傳時間: 2013-12-02

    上傳用戶:jkhjkh1982

  • BY USING THIS SOFTWARE, YOU ARE AGREEING TO BE BOUND BY THE TERMS OF * THIS AGREEMENT. DO NOT USE

    BY USING THIS SOFTWARE, YOU ARE AGREEING TO BE BOUND BY THE TERMS OF * THIS AGREEMENT. DO NOT USE THE SOFTWARE UNTIL YOU HAVE CAREFULLY * READ AND AGREED TO THE FOLLOWING TERMS AND CONDITIONS.

    標簽: THIS AGREEMENT AGREEING SOFTWARE

    上傳時間: 2014-01-20

    上傳用戶:cx111111

  • RSA加密算法在VB中的實現 rsa加密解密算法在vb中的實現 僅供參考-RSA encryption algorithm in the VB achieve rsa encryption and d

    RSA加密算法在VB中的實現 rsa加密解密算法在vb中的實現 僅供參考-RSA encryption algorithm in the VB achieve rsa encryption and decryption algorithm in the vb achieve is for reference only

    標簽: encryption RSA rsa algorithm

    上傳時間: 2014-01-21

    上傳用戶:xlcky

  • These templates are based on the documented outlines from Tim Ryan s "The Anatomy of a Design Docum

    These templates are based on the documented outlines from Tim Ryan s "The Anatomy of a Design Document" articles (published on Gamasutra). The filler text comes straight from the articles, and have been slightly edited for clarity (and to use the British spelling NMP). To read the articles (which I would highly suggest), check out these links: http://www.gamasutra.com/features/19991019/ryan_01.htm -- Part 1 http://www.gamasutra.com/features/19991217/ryan_01.htm -- Part 2

    標簽: documented templates outlines Anatomy

    上傳時間: 2014-01-02

    上傳用戶:13215175592

  • On Sunday, April 27, 2003, Fresno will celebrate Earth Day in downtown Fresno at Courthouse Park. Th

    On Sunday, April 27, 2003, Fresno will celebrate Earth Day in downtown Fresno at Courthouse Park. The event will begin at noon. This year we will include music, speakers, and vendors, plus activities for children. Fresno Earth Day is recognized as the only Earth Day festival that happens in Fresno, and the largest in the Central Valley. The Fresno Earth Day Committee is a small group of environmental activists hoping to broaden the appeal of a better planet and environment. We are a non-profit organization whose fiscal fiduciary is the Fresno Center for Nonviolence.

    標簽: Fresno Courthouse celebrate downtown

    上傳時間: 2016-02-24

    上傳用戶:cursor

  • computes the gravitational acceleration vector at a specified % ECF location using the JGM2 gravita

    computes the gravitational acceleration vector at a specified % ECF location using the JGM2 gravitational ellipsoid only. % Higher-order gravity terms (the "gravity anomaly") are % ingnored. Only the pure ellipsoid is used.

    標簽: gravitational acceleration the specified

    上傳時間: 2013-12-14

    上傳用戶:yzy6007

  • 壓縮解壓算法LZ77算法有許多派生算法(這里面包括 LZSS算法)。它們的算法原理上基本都相同

    壓縮解壓算法LZ77算法有許多派生算法(這里面包括 LZSS算法)。它們的算法原理上基本都相同,無論是哪種派生算法,LZ77算法總會包含一個動態窗口(Sliding Window)和一個預讀緩沖器(Read Ahead Buffer)。動態窗口是個歷史緩沖器,它被用來存放輸入流的前n個字節的有關信息。一個動態窗口的數據范圍可以從 0K 到 64K,而LZSS算法使用了一個4K的動態窗口。預讀緩沖器是與動態窗口相對應的,它被用來存放輸入流的前n個字節,預讀緩沖器的大小通常在0 – 258 之間。這個算法就是基于這些建立的。用下n個字節填充預讀緩存器(這里的n是預讀緩存器的大?。?。在動態窗口中尋找與預讀緩沖器中的最匹配的數據,如果匹配的數據長度大于最小匹配長度 (通常取決于編碼器,以及動態窗口的大小,比如一個4K的動態窗口,它的最小匹配長度就是2),那么就輸出一對〈長度(length),距離(distance)〉數組。長度(length)是匹配的數據長度,而距離(distance)說明了在輸入流中向后多少字節這個匹配數據可以被找到。

    標簽: 算法 LZSS LZ 77

    上傳時間: 2014-01-22

    上傳用戶:tzl1975

  • Dr. Dobb s Journal - Issue 402 @ 2007 November - Smart Compilers BUT SMART ENOUGH ? - GRID-ENABL

    Dr. Dobb s Journal - Issue 402 @ 2007 November - Smart Compilers BUT SMART ENOUGH ? - GRID-ENABLING YOUR APPS - Building Desktop Apps Using Web Technologies - JavaScript & Aspect-Oriented Programming - C++ & Reusable Associations *** A Programmer s MUST-READ magazine... ***

    標簽: GRID-ENABL Compilers November Journal

    上傳時間: 2016-03-04

    上傳用戶:hfmm633

  • 利用SyncML開發客戶端程序的中間件

    利用SyncML開發客戶端程序的中間件,J2ME版本。 This library is a collection of basic utilities for: object serialization and persistence on the RMS, Logging and string manipulation. This document describes the Funambol JavaME Common API library, which purpose is giving support and providing basic functionalities to all the other components developed for the J2ME platform. These functionalities are: a persistent data storage framework, a logging framework, a framework to read different streams of byte, a thread monitoring system and a set of classes useful for data encoding and string manipulation. This library may grow in future, as new functions will be seen as common to different J2ME components.

    標簽: SyncML 程序

    上傳時間: 2016-03-05

    上傳用戶:kr770906

  • A Java application to manage multiple closed answer questions (quiz). Every quiz has many yes/no ans

    A Java application to manage multiple closed answer questions (quiz). Every quiz has many yes/no answers, only one answer is correct. All classes should be contained by package "quiz".

    標簽: quiz application questions multiple

    上傳時間: 2014-08-16

    上傳用戶:sk5201314

主站蜘蛛池模板: 娄底市| 遵义县| 子长县| 吉木乃县| 天水市| 随州市| 枣阳市| 岳普湖县| 博爱县| 梓潼县| 北京市| 大英县| 于田县| 彩票| 洪洞县| 平湖市| 北辰区| 齐齐哈尔市| 黄冈市| 乳山市| 红安县| 明星| 定州市| 曲阜市| 潢川县| 嘉善县| 格尔木市| 锡林浩特市| 宁乡县| 兰溪市| 平阴县| 扬州市| 波密县| 武义县| 英吉沙县| 金门县| 全南县| 同心县| 赤壁市| 浮梁县| 郯城县|