For build this project you can use ant (www.apache.org). Before build project rename file build.properties.pattern in build.properties and set specific for your machine parameters, then start build.bat (for Windows platform) or build.sh (for Linux) in root project folder. After compile process all binary files will be copy into build forlder. For additional information please visit web site http://www.m-g.ru/corba To subscribe on news about MT_DORB send e-mail with subject subscribe to corba@m-g.ru We recommend that you place the MTDORB_UCUtils.dll ( or MTDORB_UCUtils.so for Linux) in the Windows\System directory (or Windows\System32 for WinNT and Win2K and /lib for Linux). Main MTDORB author: Oleg V. Safonov <safonov@m-g.ru>
標(biāo)簽: build project Before apache
上傳時(shí)間: 2016-08-20
上傳用戶(hù):zhenyushaw
想在wince下有源代碼操作ini文件嗎,這個(gè)lib可以滿(mǎn)足你的要求,CProfile.h為library的對(duì)外接口。
上傳時(shí)間: 2013-12-25
上傳用戶(hù):qiao8960
VC++實(shí)現(xiàn)pdf生成,這是用了一個(gè)PDFlib.lib文件,效果十分明顯。希望大家可以參考!
標(biāo)簽: VC
上傳時(shí)間: 2014-01-23
上傳用戶(hù):ippler8
創(chuàng)建一個(gè)datarow,給它填充數(shù)據(jù),把它添加到dataset的rows的集合中;用update()方法,把變化返回到數(shù)據(jù)庫(kù)中
標(biāo)簽: datarow
上傳時(shí)間: 2013-12-17
上傳用戶(hù):569342831
Linux下藍(lán)牙探測(cè)工具,掃描其他設(shè)備。配合bluez-lib使用。
標(biāo)簽: Linux 藍(lán)牙 探測(cè)
上傳時(shí)間: 2014-07-30
上傳用戶(hù):561596
struts spring hibernate 自已寫(xiě)的,登陸添加都可以了,查改還等待大家完善,有興趣的可以發(fā)到27684149@qq.com。lib包里的大家自已加
標(biāo)簽: hibernate struts spring
上傳時(shí)間: 2013-12-01
上傳用戶(hù):pompey
Visual C++實(shí)現(xiàn)的基因遺傳算法庫(kù)源代碼以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遺傳算法都是針對(duì)概率的,所以因?yàn)槠潆S機(jī)的本質(zhì),導(dǎo)致其結(jié)果可能是好的,也可能是壞的,于是我們就需要一個(gè)方法確認(rèn)這個(gè)解到底有多大的可用性。這是通過(guò)計(jì)算相似擬合度進(jìn)行衡量的。染色體Chromosomes代表了基因遺傳算法的結(jié)果。每次迭代,算法生成一個(gè)染色體,這些子孫染色體又會(huì)產(chǎn)生新的迭代……關(guān)鍵內(nèi)容 這個(gè)基因算法庫(kù)是用 Visual Studio 2005 編寫(xiě)的程序,第一個(gè)使用 Microsoft C/C++ 編譯器,第二個(gè)使用Intel C++ 編譯器。 如果你希望在你的程序你使用它,有兩個(gè)辦法,1是直接引用 Genetic Algorithm Library 項(xiàng)目,然后編譯;2是添加GeneticAlgorithm.lib 靜態(tài)鏈接庫(kù)到項(xiàng)目中
標(biāo)簽: algorithm Genetic Windows Visual
上傳時(shí)間: 2016-09-22
上傳用戶(hù):silenthink
在myeclipse下JDBC連接sqlserver2000的的驅(qū)動(dòng)架包,使用直接把里面的.jar 拷貝到classes下的lib里
標(biāo)簽: myeclipse sqlserver JDBC 2000
上傳時(shí)間: 2016-09-23
上傳用戶(hù):金宜
dorado 展現(xiàn)中間件是一款企業(yè)級(jí)的商用AJAX平臺(tái)軟件,由BSTEK研發(fā)。作為Web表現(xiàn)層的運(yùn)行平臺(tái)與開(kāi)發(fā)平臺(tái),dorado能夠提升用戶(hù)體驗(yàn)、開(kāi)發(fā)規(guī)范性與開(kāi)發(fā)效率,并增強(qiáng)項(xiàng)目的可管理度。其特色包括支持OPOB設(shè)計(jì)模式,提供一套由BRICH引擎統(tǒng)一驅(qū)動(dòng)的Widget Lib,內(nèi)置AJAX通訊引擎,廣泛支持第三方后臺(tái)業(yè)務(wù)邏輯框架,提供Web控制臺(tái)進(jìn)行參數(shù)配置與性能監(jiān)控,提供TestFrame進(jìn)行瀏覽器端性能測(cè)試,多種性能優(yōu)化措施以支持高并發(fā)壓力下的核心應(yīng)用系統(tǒng),提供dorado studio與eclipse plug-in方便高效地進(jìn)行可視化開(kāi)發(fā)。
標(biāo)簽: dorado AJAX 企業(yè)級(jí) 商
上傳時(shí)間: 2016-09-23
上傳用戶(hù):qlpqlq
This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip shows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are very small - Small and fast code Cons: - Can t handle large amounts of records (more than 65000ish) - Doesn t support SQL (you have to search the database by cycling through the records and testing them against your constraints) - Each database file can only have one table.
標(biāo)簽: i.e. management database simple
上傳時(shí)間: 2016-10-02
上傳用戶(hù):851197153
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1