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

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

Objects

  • The all mighty mouse: you can have more memory, you can have blue-ray discs but you are still using

    The all mighty mouse: you can have more memory, you can have blue-ray discs but you are still using the mouse (and the keyboard) to control your computer. The mouse pointer lets you select Objects on the screen and operate on them. What and how you operate with the mouse is pretty simple: there s an arrow on the screen that moves when you move the mouse - screen edges are the border - the area where you mouse lives. When you click it, it does something.

    標簽: you have can blue-ray

    上傳時間: 2017-07-04

    上傳用戶:秦莞爾w

  • Some of the contents of this paper are adapted from the author’s book Real-Time UML: Developing Eff

    Some of the contents of this paper are adapted from the author’s book Real-Time UML: Developing Efficient Objects for Embedded Systems published by Addison-Wesley, 1998.

    標簽: Developing Real-Time the contents

    上傳時間: 2014-01-07

    上傳用戶:daoxiang126

  • Two scripts are included here. 1. convsys.m - combines the state space representation of two syst

    Two scripts are included here. 1. convsys.m - combines the state space representation of two systems connected in series. [Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2) This algorithm gives the convolution of two state space representations | A1 B1 | | A2 B2 | u ==> | | ==> | | ==> y | C1 D1 | | C2 D2 | The algorithm also accepts state space Objects as inputs and gives out a state space object as output. 2. sysfeedbk.m [Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2) Gives the closed loop state space representation for two systems connected with negative feedback in the following manner. | A1 B1 | u ==> | | ==> y + o | C1 D1 | | - | | | | A2 B2 | | |= | |= | | C2 D2 | The zip file also contains checkcompatibility.m , which checks the compatibility of matrix dimensions in the system and cleanss.m which can be used to clean a state space representation.

    標簽: representation included combines scripts

    上傳時間: 2017-07-25

    上傳用戶:semi1981

  • Learn how to leverage a key Java technology used to access relational data from Java programs, in

    Learn how to leverage a key Java technology used to access relational data from Java programs, in an Oracle environment. Author Donald Bales begins by teaching you the mysteries of establishing database connections, and how to issue SQL queries and get results back. You ll move on to advanced topics such as streaming large Objects, calling PL/procedures, and working with Oracle9i s object-oriented features, then finish with a look at transactions, concurrency management, and performance

    標簽: Java technology relational leverage

    上傳時間: 2017-08-02

    上傳用戶:xz85592677

  • Matlab code for simulation of radar received power versus range. There are other files for additiona

    Matlab code for simulation of radar received power versus range. There are other files for additional features like aperture area, swirling Objects and pulse integration Happy learning!

    標簽: simulation additiona for received

    上傳時間: 2017-08-12

    上傳用戶:helmos

  • Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write

    Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write natural Java Objects and some simple configuration files, and Hibernate automates all the interaction between your Objects and the database. You don t even need to know the database is there, and you can change from one database to another simply by changing a few statements in a configuration file. If you ve needed to add a database backend to your application, don t put it off. It s much more fun than it used to be, and Hibernate: A Developer s Notebook shows you why.

    標簽: Hibernate persistence Developer you

    上傳時間: 2017-08-17

    上傳用戶:曹云鵬

  • /* * tesswind.c * This program demonstrates the winding rule polygon * tessellation proper

    /* * tesswind.c * This program demonstrates the winding rule polygon * tessellation property. Four tessellated Objects are drawn, * each with very different contours. When the w key is pressed, * the Objects are drawn with a different winding rule. */

    標簽: demonstrates tessellation tesswind program

    上傳時間: 2013-12-10

    上傳用戶:星仔

  • Implementation of GPU (Graphics Processing Unit) that rendered triangle based models. Our goal was t

    Implementation of GPU (Graphics Processing Unit) that rendered triangle based models. Our goal was to generate complex models with a movable camera. We wanted to be able to render complex images that consisted of hundreds to thousands of triangles. We wanted to apply interpolated shading on the Objects, so that they appeared more smooth and realisitc, and to have a camera that orbitted around the object, which allowed us to look arond the object with a stationary light source. We chose to do this in hardware, because our initial implementation using running software on the NIOS II processor was too slow. Implementing parallelism in hardware is also easier to do than in software, which allows for more efficiency. We used Professor Land s floating point hardware, which allowed us to do calculations efficiency, which is essential to graphics.

    標簽: Implementation Processing Graphics rendered

    上傳時間: 2014-11-22

    上傳用戶:shawvi

  • Boost C++ Libraries 1.35.0

    Boost C++ Libraries Free peer-reviewed portable C++ source libraries Boost C++ Libraries 基本上是一個免費的 C++ 的跨平臺函式庫集合,基本上應該可以把它視為 C++ STL 的功能再延伸;他最大的特色在於他是一個經過「同行評審」(peer review,可參考維基百科)、開放原始碼的函式庫,而且有許多 Boost 的函式庫是由 C++ 標準委員會的人開發的,同時部分函式庫的功能也已經成為 C++ TR1 (Technical Report 1,參考維基百科)、TR2、或是 C++ 0x 的標準了。 它的官方網站是:http://www.boost.org/,包含了 104 個不同的 library;由於他提供的函式庫非常地多,的內容也非常地多元,根據官方的分類,大致上可以分為下面這二十類: 字串和文字處理(String and text processing) 容器(Containers) Iterators 演算法(Algorithms) Function Objects and higher-order programming 泛型(Generic Programming) Template Metaprogramming Preprocessor Metaprogramming Concurrent Programming 數學與數字(Math and numerics) 正確性與測試(Correctness and testing) 資料結構(Data structures) 影像處理(Image processing) 輸入、輸出(Input/Output) Inter-language support 記憶體(Memory) 語法分析(Parsing) 程式介面(Programming Interfaces) 其他雜項 Broken compiler workarounds 其中每一個分類,又都包含了一個或多個函式庫,可以說是功能相當豐富。

    標簽: Boost C++ Libraries

    上傳時間: 2015-05-15

    上傳用戶:fangfeng

  • Delphi 泛型容器 TDictionary 的用法 Demo

    Collection of key-value pairs.  TDictionary represents a generic collection of key-value pairs.  This class provides a mapping from a collection of keys to a collection of values. When you create a TDictionary object, you can specify various combinations of initial capacity, equality operation, and initial content.  You can add a key that is associated with a corresponding value with the Add or AddOrSetValue methods. You can remove entries with Remove or Clear, which removes all key-value pairs. Adding or removing a key-value pair and looking up a key are efficient, close to O(1), because keys are hashed. A key must not be nil (though a value may be nil) and there must be an equality comparison operation for keys.  You can test for the presence or keys and values with the TryGetValue, ContainsKey and ContainsValue methods.  The Items property lists all Count dictionary entries. You can also set and get values by indexing the Items property. Setting the value this way overwrites any existing value.  The class TObjectDictionary inherits from TDictionary and provides an automatic mechanism for freeing Objects removed from dictionary entries. 

    標簽: Delphi 泛型

    上傳時間: 2015-07-01

    上傳用戶:mirage

主站蜘蛛池模板: 木兰县| 贵德县| 西林县| 华池县| 佛学| 临城县| 墨竹工卡县| 昂仁县| 贵州省| 大宁县| 阜新市| 新余市| 科技| 宝清县| 外汇| 卓资县| 司法| 淮北市| 喀什市| 林芝县| 洞头县| 新昌县| 通山县| 芒康县| 双江| 泽库县| 烟台市| 浦北县| 连南| 怀安县| 沁水县| 阿图什市| 太谷县| 乐安县| 武陟县| 惠安县| 孟连| 贵州省| 霸州市| 沾益县| 铁力市|