METAmorphoses is a system for flexible and easy-to-use generation of RDF metadata directly from a relational database. Metadata are genereated according to a mapping from an existing database schema to a particular ontology.
標簽: METAmorphoses easy-to-use generation flexible
上傳時間: 2014-01-03
上傳用戶:nanxia
Hibernate 教程,用于j2ee application database mapping,省略了傳統的entity bean,簡單方便,databse -> xml -> java cla
上傳時間: 2013-12-19
上傳用戶:xlcky
Interface for Microsoft Audio Compression Manager. - Delphi Source The ACM uses existing driver interface hooks to override the default mapping algorithm for waveform audio devices. This allows the ACM to intercept device-open calls. After a call has been intercepted, the ACM can perform a variety of tasks to process the audio data, such as inserting an external compressor or decompressor into the sequence.
標簽: Compression Interface Microsoft existing
上傳時間: 2013-12-13
上傳用戶:541657925
基于互相關函數,采用求和廣義互相關函數(summed-GCC)法用于機器人系統平臺。由于采用不同的映射函數(mapping functions),GCC法在該平臺下,只需三個麥克風即可進行三維定位,突破了基于TDOA法進行三維聲源定位最少需4個麥克風的限制
標簽: 函數
上傳時間: 2013-12-02
上傳用戶:璇珠官人
深入淺出MFC是一本介紹 MFC(Microsoft Foundation Classes)程式設計技術的書籍。對于 Windows 應用軟體的開發感到興趣,并欲使用 Visual C++ 整合環境的視覺開發工具,以 MFC 為程式基礎的人,都可以從此書獲得最根本最重要的知識與實例。 如果你是一位對 Application Framework 和物件導向(Object Oriented)觀念感興趣的技術狂熱份子,想知道神秘的 Runtime Type Information、Dynamic Creation、Persistence、Message mapping 以及 Command Routing 如何實作,本書能夠充分滿足你。事實上,依我之見,這些核心技術與徹底學會操控 MFC 乃同一件事情。
標簽: Foundation MFC Microsoft Classes
上傳時間: 2013-12-31
上傳用戶:fxf126@126.com
本書分為四大篇。第一篇提出學習MFC程序設計之前的必要基礎,包括Widnows程序的基本觀念以及C++的高階議題。“學前基礎”是相當主觀的認定,不過,甚于我個人的學習經驗以及教學經驗,我的挑選應該頗具說服力。第二篇介紹Visual C++整合環境開發工具。本篇只不過是提綱挈領而已,并不企圖取代 Visual C++使用手冊。然而對于軟件使用的老手,此篇或已足以讓您掌握Visual C++整合環境。工具的使用雖然談不上學問,但在視覺化軟件開發過程中扮演極重角色,切莫小覷它。 第三篇介紹application framework的觀念,以及MFC骨干程序,所謂骨干程序,是指Visual C++的工具AppWizard所產生出來的程序碼。當然,AppWizard會根據你的選項做出不同的程序碼,我所據以解說的,是大眾化選項下的產品。 第四篇以微軟公司附于Visual C++光碟片上的一個范例程序Scribble為主軸,一步一步加上新的功能。并在其間深入介紹Runtime Type Information(RTTI)、Dynamic Creation、Persistence(Serialization)、Message mapping、Command Routing等核心技術。這些技術正是其他書籍最缺乏的部分。此篇之最后數章則脫離Scribble程序,另成一格。 本書內含光盤一片,書中所有原始碼與可執行文件盡在其中。
上傳時間: 2014-01-04
上傳用戶:x4587
Quake 3 s MD3 Viewer (july 13, 2007), loads and displays a player and a weapon. Supports lighting, texture mapping and animation. Includes a sample player model with weapon. See README for how to use it. Note (1): it uses the POSIX opendir/readdir functions, which are not implemented in all compilers under Windows (MinGW supports them). Note (2): This demo works on little endian architectures only. Libraries: OpenGL, GLU, GLUT, boost, libjpeg. Files: md3loader.zip (2.4 MB)
標簽: and Supports displays lighting
上傳時間: 2017-09-10
上傳用戶:czl10052678
深入淺出MFC,作者:侯俊杰,深入介紹Runtime Type Information(RTTI)、Dynamic Creation、Persistence(Serialization)、Message mapping、Command Routing等核心技術。
標簽: Serialization Information Persistence Creation
上傳時間: 2014-01-10
上傳用戶:moshushi0009
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
由于MyBatis屬于一種半自動的ORM框架,所以主要的工作將是書寫mapping映射文件,但是由于手寫映射文件很容易出錯,所以查資料發現有現成的工具可以自動生成底層模型類、Dao接口類甚至mapping映射文件。
標簽: generator
上傳時間: 2016-05-27
上傳用戶:tt357788906