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

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

A-Moving-Object-Database-<b>Model</b>-Ba

  • 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

  • Shop Cart

    An application that adds products to an electronic shopping cart. The application uses three classes: Product, ShoppingCart, and ShoppingCartApplication. Part of the work has been done for you and is provided in the student archive. You will implement the method in ShoppingCartApplication that reads product information from the keyboard and creates a Product object.

    標簽: Product ShoppingCart

    上傳時間: 2015-11-12

    上傳用戶:chengzi74

  • Microwave+Mobile+Communications

    Nature is seldom kind. One of the most appealing uses for radio- telephone systems—communication with people on the move—must over- come radio transmission problems so difficult they challenge the imagina- tion. A microwave radio signal transmitted between a fixed base station and a moving vehicle in a typical urban environment exhibits extreme variations in both amplitude and apparent frequency. 

    標簽: Communications Microwave Mobile

    上傳時間: 2020-05-28

    上傳用戶:shancjb

  • Chipless_Radio_Frequency_Identification

    Introduction to Radio Frequency Identification (RFID): RFID is a wireless modulation and demodulation technique for automatic identification of objects, tracking goods, smart logistics, and access con- trol. RFID is a contactless, usually short‐distance transmission and reception technique for unique ID data transfer from a tagged object to an interrogator (reader). The generic configuration of an RFID system comprises (i) an ID data‐carrying tag, (ii) a reader, (iii) a middleware, and (iv) an enterprise application.

    標簽: Chipless_Radio_Frequency_Identifi cation

    上傳時間: 2020-06-08

    上傳用戶:shancjb

  • 洞穴漏氣計算

    A coupled thermo-hydro-mechanical model for evaluating air leakage from an unlined compressed air energy storage cavern

    標簽: thermo-hydro-mechanical compressed evaluating air coupled leakage storage unlined cavern energy

    上傳時間: 2021-08-13

    上傳用戶:hx09130032

  • 安森美車規級1080P圖像傳感器AR0231手冊

    AR0231AT7C00XUEA0-DRBR(RGB濾光)安森美半導體推出采用突破性減少LED閃爍 (LFM)技術的新的230萬像素CMOS圖像傳感器樣品AR0231AT,為汽車先進駕駛輔助系統(ADAS)應用確立了一個新基準。新器件能捕獲1080p高動態范圍(HDR)視頻,還具備支持汽車安全完整性等級B(ASIL B)的特性。LFM技術(專利申請中)消除交通信號燈和汽車LED照明的高頻LED閃爍,令交通信號閱讀算法能于所有光照條件下工作。AR0231AT具有1/2.7英寸(6.82 mm)光學格式和1928(水平) x 1208(垂直)有源像素陣列。它采用最新的3.0微米背照式(BSI)像素及安森美半導體的DR-Pix?技術,提供雙轉換增益以在所有光照條件下提升性能。它以線性、HDR或LFM模式捕獲圖像,并提供模式間的幀到幀情境切換。 AR0231AT提供達4重曝光的HDR,以出色的噪聲性能捕獲超過120dB的動態范圍。AR0231AT能同步支持多個攝相機,以易于在汽車應用中實現多個傳感器節點,和通過一個簡單的雙線串行接口實現用戶可編程性。它還有多個數據接口,包括MIPI(移動產業處理器接口)、并行和HiSPi(高速串行像素接口)。其它關鍵特性還包括可選自動化或用戶控制的黑電平控制,支持擴頻時鐘輸入和提供多色濾波陣列選擇。封裝和現狀:AR0231AT采用11 mm x 10 mm iBGA-121封裝,現提供工程樣品。工作溫度范圍為-40℃至105℃(環境溫度),將完全通過AEC-Q100認證。

    標簽: 圖像傳感器

    上傳時間: 2022-06-27

    上傳用戶:XuVshu

  • DataBase keeping program explaining with a sample program a) Ranking Database. b) Library keeping. c

    DataBase keeping program explaining with a sample program a) Ranking Database. b) Library keeping. c) Record Keeping.

    標簽: keeping program explaining DataBase

    上傳時間: 2015-04-16

    上傳用戶:sclyutian

  • inside the c++ object model.深入c++對象模型。鼎鼎大名的Stanley B. Lippman 寫的。搞c++編程的能不看嗎?

    inside the c++ object model.深入c++對象模型。鼎鼎大名的Stanley B. Lippman 寫的。搞c++編程的能不看嗎?

    標簽: B. Stanley Lippman inside

    上傳時間: 2013-12-22

    上傳用戶:佳期如夢

  • This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYS

    This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYSTEM with lesser memory consumption. Its API includes simple SQL Statements and the output is displayed on the screen. Certain applications for which several features of existing databases like concurrency control, transaction management, security features are not enabled. B+Trees can be used as an index for factor access to the data. Help facility is provided to know the syntax of SQL Statements.

    標簽: project implement developed Database

    上傳時間: 2013-12-25

    上傳用戶:semi1981

  • About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses

    About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases. Release focus: Major feature enhancements Changes: This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download. Author: cruppstahl

    標簽: C. hamsterdb structure database

    上傳時間: 2013-12-11

    上傳用戶:LouieWu

主站蜘蛛池模板: 台东市| 芜湖市| 册亨县| 潢川县| 克东县| 池州市| 馆陶县| 淮安市| 石景山区| 九龙县| 北安市| 铁力市| 新和县| 永胜县| 清远市| 汪清县| 延边| 五大连池市| 江达县| 湘阴县| 龙游县| 南溪县| 邯郸县| 扶余县| 宁陵县| 资兴市| 罗田县| 永嘉县| 天气| 萨嘎县| 德格县| 安徽省| 迭部县| 察雅县| 明星| 宁海县| 锡林浩特市| 泌阳县| 德州市| 景宁| 防城港市|