Client/Server版本 DBISAM compiles directly into your application with no external libraries required. Runtime package support is also provided if so desired. It has a very small footprint and does not require any forms support in Delphi 6, C++Builder 6, and Kylix 2 and higher, which helps keep the size of non-UI applications like services or web applications to a minimum.
標簽: application libraries compiles directly
上傳時間: 2015-04-04
上傳用戶:sz_hjbf
SR-tree is an index structure for high-dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-dimensional and non-uniform data which are likely to appear in the actual image / video applications.
標簽: high-dimensional structure neighbor SR-tree
上傳時間: 2013-12-10
上傳用戶:zjf3110
Description: FASBIR(Filtered Attribute Subspace based Bagging with Injected Randomness) is a variant of Bagging algorithm, whose purpose is to improve accuracy of local learners, such as kNN, through multi-model perturbing ensemble. Reference: Z.-H. Zhou and Y. Yu. Ensembling local learners through multimodal perturbation. IEEE Transactions on Systems, Man, and Cybernetics - Part B: Cybernetics, 2005, vol.35, no.4, pp.725-735.
標簽: Description Randomness Attribute Filtered
上傳時間: 2015-04-10
上傳用戶:ynzfm
一、安裝SQL數據庫 1、 打開Microsoft SQL Server 企業管理器 2、 建立一個新的數據庫,名稱為 XfokSite_Free (必須為這個名字) 3、選擇該數據庫,點擊鼠標右鍵 -> 所有任務 -> 還原數據庫 -> 從設備 -> 選擇設備 -> 添加 -> 選擇程序目錄下的數據庫里面的文件 二、安裝程序 1、如果程序沒有放在虛擬目錄下,請把所有文件放在網站根目錄下,否則會提示出錯。 三、設置 1、 用文本編輯器打開web.config 2、 找到<add key="SqlConnectionString" value="Data Source=(local) Integrated Security=false Initial Catalog=XfokSite_Free User ID=xfok Password=xfok" /> 紅色部分:數據庫服務器地址,如果為本地地址,請設置為(local),外部請直接修改為IP地址(不要加括號) 深紅部分:數據庫名稱 粉紅部分:SQL數據庫登陸用戶名 藍色部分:SQL數據庫登陸密碼 四、設置完畢! 直接在瀏覽器中敲入地址,來體驗一下心隨我動,網站建設超輕松的快感吧!
上傳時間: 2015-04-15
上傳用戶:璇珠官人
剛剛學習jdbc數據庫,用jcreator編了一個小數據庫,還可以,通過了。 功能:能夠進行添加數據、修改數據、查找數據、刪除數據、還可以上下翻頁! 注: 里面的東西還沒有進行整理,多少還有一些凌亂。由于剛剛學,有些功能不知道,許多功能還是按照以前的知識進行寫的,多少顯得笨拙!但也是一種解決的方法,可供初學者 參考。 說明文檔--給初學者 1、首先把數據庫文件加入到SQLSERVER數據庫中DATA路徑下, 2、在SQL SERVER中:右鍵選中數據庫/所有任務/附加數據庫/找到需要附加數據庫的路徑 注意在這一步中,應該都是對號,否則就要檢查是否文件名一致的問題 3、在管理工具/ODBC數據源管理器/系統DSN/添加SQLSERVER數據源/ 記住:在這一步中數據源起名是OO,本機服務器是(local),要更改默認的數據庫為clientregister.
上傳時間: 2014-01-01
上傳用戶:gundamwzc
prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the query: ?- path2(a,h,P,T). will succeed and may produce the bindings: P = [a,depot,b,d,e,f,h] T = 155 Part 4 - Generating a path below a cost threshold As an example, the query: ?- path_below_cost(a,[a,b,c,d,e,f,g,h],RS,300). returns: RS = [a,b,depot,c,d,e,g,f,h] ? RS = [a,c,depot,b,d,e,g,f,h] ? no ==================================
標簽: Part connections example prolog
上傳時間: 2015-04-24
上傳用戶:ljt101007
是用jbuilder9做的一個簡單程序。單窗體,有添加刪除查詢更新幾個功能,用的是SQL Server數據庫。服務器名local 用戶名sa 密碼hunterd.(不要忘了改數據源和導入數據) 第一次用java 和jbuilder編程,可能還有些問題吧。
上傳時間: 2013-12-16
上傳用戶:lyy1234
vc開發的PCI總線加密卡 PCI開發卡主要由PCI9054、93C56、16M晶振和相應的跳線、控制地址數據線等部分組成。PCI9054是PLX公司的PCI主模式橋芯片,具體芯片的說明請見Data Book;93C56是EERPOM,用于向PCI9054的初始化設置信息;16M晶振向9054提供總線時鐘和CPLD7128S提供時鐘;跳線用于PCI9054的設置,控制地址數據線將PCI9054的Local Bus信號線引出來,用于實驗板用。
上傳時間: 2014-08-07
上傳用戶:hongmo
The subject which is to us propos¨¦ is as follows: calculation of the degr¨¦ d¡ ¯ inconsistance d¡ ¯ un logical program possibilist in C++. We thus work on a logical program possibilist, it be-¨¤-statement a logical program resulting from non-classique logic. The goal first of this project is of d¨¦ terminer if a logical program is consisting or not of share the calculation of sound degr¨¦ d¡ ¯ inconsistance.
標簽: brvbar calculation subject follows
上傳時間: 2013-12-18
上傳用戶:yulg
是用jbuilder9做的一個簡單程序。單窗體,有添加刪除查詢更新幾個功能,用的是SQL Server數據庫。服務器名local 用戶名sa 密碼hunterd.(不要忘了改數據源和導入數據) 第一次用java 和jbuilder編程,可能還有些問題吧。
上傳時間: 2014-12-08
上傳用戶:frank1234