SQLDirect Component Library is a light-weight Borland Database Engine replacement for Borland Delphi v.4 - 9(2005) and C++Builder v.4 - 6. It uses the native application programming interfaces to access to the following SQL-servers: * Centura (formerly, Gupta) SQLBase Server * IBM DB2 Universal Database * Informix Server * Interbase/Firebird Server * Microsoft SQL Server * MySQL Server * Oracle Database Server * PostgreSQL Server * Sybase Adaptive Server Enterprise and Adaptive Server Anywhere * ODBC datasources * OLEDB datasources
標(biāo)簽: Borland light-weight replacement SQLDirect
上傳時(shí)間: 2013-12-10
上傳用戶:cuibaigao
使用jsp+my sql構(gòu)成的電子管理系統(tǒng)。能實(shí)現(xiàn)借書,日記,激光唱碟,對(duì)在系統(tǒng)中登錄的借用人進(jìn)行管理的電子圖書館。 A web base electronic library that can lends books, journals, CDs, videos to borrowers who are registered in the system, as are the books and magazines. J2EE (JSP, Servlet and JDBC) & MySQL for the implementation.
標(biāo)簽: jsp sql my 電子管理系統(tǒng)
上傳時(shí)間: 2015-04-07
上傳用戶:米卡
用Burg算法估計(jì)AR模型參數(shù),進(jìn)而實(shí)現(xiàn)功率譜估計(jì). 形參說明: x——雙精度實(shí)型一維數(shù)組,長(zhǎng)度為n,存放隨機(jī)序列。 n--整型變量,隨機(jī)序列的長(zhǎng)度。 p--整型變量,AR模型的階數(shù)。 a--雙精度實(shí)型一維數(shù)組,長(zhǎng)度為(p十1)。存放AR模型的系數(shù)a(0),a(1),...,a(p)。 v--雙精度實(shí)型指針,它指向預(yù)測(cè)誤差功率,即AR模型激勵(lì)白噪聲的方差。
標(biāo)簽: Burg AR模型 算法 參數(shù)
上傳時(shí)間: 2013-12-21
上傳用戶:330402686
現(xiàn)代譜估計(jì)用萊文森-德賓(Levinson-Durbin)算法求解尤利-沃克(Yule-Walker)方程。 形參說明: r:雙精度實(shí)型一維數(shù)組,存放Yule-Walker方程的元素r(0),r(1),...r(p)。 p:AR模型階數(shù)。 a:AR模型系數(shù)a(0),a(1),...a(p)。 v:預(yù)測(cè)誤差功率
標(biāo)簽: Levinson-Durbin Yule-Walker 譜估計(jì) 算法
上傳時(shí)間: 2014-01-26
上傳用戶:ippler8
本代碼實(shí)現(xiàn)了操作系統(tǒng)中的司機(jī)和售票員同步問題,應(yīng)用了VC中的信號(hào)燈,是我學(xué)完P(guān)、V操作后寫的,希望于大家分享。
標(biāo)簽: 代碼 操作系統(tǒng)
上傳時(shí)間: 2013-12-24
上傳用戶:hxy200501
分而治之方法還可以用于實(shí)現(xiàn)另一種完全不同的排序方法,這種排序法稱為快速排序(quick sort)。在這種方法中, n 個(gè)元素被分成三段(組):左段l e f t,右段r i g h t和中段m i d d l e。中段僅包含一個(gè)元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以獨(dú)立排序,并且不必對(duì)l e f t和r i g h t的排序結(jié)果進(jìn)行合并。m i d d l e中的元素被稱為支點(diǎn)( p i v o t )。圖1 4 - 9中給出了快速排序的偽代碼
上傳時(shí)間: 2015-04-27
上傳用戶:kristycreasy
支持多個(gè)進(jìn)程并發(fā)運(yùn)行的簡(jiǎn)單進(jìn)程管理模擬系統(tǒng)。本系統(tǒng)的同步機(jī)構(gòu)采用的信號(hào)量上的P,V操作的機(jī)制;控制機(jī)構(gòu)包括阻塞和喚醒操作;時(shí)間片中斷處理程序模擬的時(shí)間片中斷;進(jìn)程調(diào)度程序負(fù)責(zé)為各進(jìn)程分配處理機(jī)。
標(biāo)簽: 進(jìn)程 運(yùn)行 模擬系統(tǒng) 機(jī)構(gòu)
上傳時(shí)間: 2013-12-26
上傳用戶:huannan88
書的內(nèi)容: 第一章 面向?qū)ο缶幊? 1.1 什么是對(duì)象 1.2 修改元件名稱 1.3 對(duì)象作用域問題 1.4 類成員的可見性 1.5 對(duì)象的相互賦至 1.6 自己創(chuàng)建一個(gè)對(duì)象 1.7 VCL的結(jié)構(gòu) 1.8 TObjiect 1.9 TPersistent 1.10 TComponet 1.11 TComponent 1.11 TControl 1.12 TWinControl 1.13 TGraphicControl 1.14 TCustom Control 第二章 組件對(duì)象模型 2.1 幾個(gè)基本概念 2.2 客戶和服務(wù)器 2.3 認(rèn)識(shí)GUID。CLSID。IID 2.4 引用技術(shù) 2.5 什么是IUnknown接口 2.6 Dll形式的COM服務(wù)器 2.7 接口 2.8 調(diào)度接口 2.9 雙重接口 2.10 對(duì)接口的應(yīng)用 第3章 ActiveX 第4章 Type Libraty 第5章 創(chuàng)建ActiveX控件 第6章 OLE自動(dòng)化 第7章 使用WinSock 第8章 使用FTP控件 第9章 使用UDP控件 第10章 使用HTTP控件 第11章 使用HTML控件 第12章 使用SMTP控件 第13章 使用POP控件 第14章 使用NNTP控件 第15章 創(chuàng)建Web服務(wù)器應(yīng)用程序 第16章 Web服務(wù)器的細(xì)節(jié) //從第3章我就不詳細(xì)寫了~
上傳時(shí)間: 2015-05-18
上傳用戶:xzt
數(shù)字運(yùn)算,判斷一個(gè)數(shù)是否接近素?cái)?shù) A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上傳時(shí)間: 2015-05-21
上傳用戶:daguda
1、說明: 本書中所有的常用數(shù)值算法子過程按書中的章數(shù)分別放在以C開頭的子目錄中。 所有這些為驗(yàn)證上述子過程而編的驗(yàn)證過程按書中的章數(shù)分別放在以D開頭的子目錄中。 所有為驗(yàn)證過程而做的工程,按書中的章數(shù)分別放在以V開頭的子目錄中。 2、使用: 1)最簡(jiǎn)單的做法是若D盤有大于50M的空間,讀者只須將光盤上的子目錄“DELPHI_SHU”
上傳時(shí)間: 2015-05-22
上傳用戶:sy_jiadeyi
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1