unit ScardCL {**************************************************************************} { } { This C DLL header file first (automatic) conversion generated by: } { HeadConv 4.0 (c) 2000 by Bob Swart (aka Dr.Bob - www.drbob42.com) } { Final Delphi-Jedi (Darth) command-line units edition } { } { Generated Date: 07.04.2009 } { Generated Time: 05:10:54
上傳時間: 2017-06-18
上傳用戶:13215175592
Text mining tries to solve the crisis of information overload by combining techniques from data mining, machine learning, natural language processing, information retrieval, and knowledge management. In addition to providing an in-depth examination of core text mining and link detection algorithms and operations, this book examines advanced pre-processing techniques, knowledge representation considerations, and visualization approaches. Finally, it explores current real-world, mission-critical applications of text mining and link detection in such varied fields as M&A business intelligence, genomics research and counter-terrorism activities.
標簽: information techniques combining overload
上傳時間: 2014-01-02
上傳用戶:Late_Li
A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.
標簽: user-space can drivers perform
上傳時間: 2014-01-01
上傳用戶:saharawalker
In order to install DotNetNuke and a supporting database you will need either Windows 2003 Server or Windows XP (development only). This book covers a basic install of DotNetNuke using a SQL Server database as the Data Provider. You will need to have access to either SQL Server 2000 or MSDE (develop- ment only) on the same machine or a remote machine. To participate in the development chapters, you will need Visual Studio .NET 2003.
標簽: DotNetNuke supporting database install
上傳時間: 2013-11-25
上傳用戶:onewq
數據加密算法(Data Encryption Algorithm,DEA)的數據加密標準(Data Encryption Standard,DES)是規范的描述,它出自 IBM 的研究工作,并在 1997 年被美國政府正式采納。它很可能是使用最廣泛的秘鑰系統,特別是在保護金融數據的安全中,最初開發的 DES 是嵌入硬 件中的。通常,自動取款機(Automated Teller Machine,ATM)都使用 DES。 此源碼可完成簡單的DES加密解密
標簽: Encryption Algorithm Data 數據加密
上傳時間: 2017-06-25
上傳用戶:ainimao
jsp 留言系統try { Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance() } catch (InstantiationException e) { // TODO Auto-generated catch block e.printStackTrace() } catch (IllegalAccessException e) { // TODO Auto-generated catch block e.printStackTrace() } catch (ClassNotFoundException e) { // TODO Auto-generated catch block System.out.println("Driver not found") }
標簽: SQLServerDriver newInstance microsoft sqlserver
上傳時間: 2014-07-10
上傳用戶:開懷常笑
The JavaServer Pages (JSP) Expression Language (EL) is a simple non-procedural scripting language that can be used to evaluate dynamic expressions within a JSP page. Each EL expression evaluates to a single value that is then expressed as text in the output of the JSP (when used in template text), or passed as a value to a JSP action. As such, it is ideal for adding dynamic elements to the HTML page (or other text output) generated by the execution of a JSP.
標簽: non-procedural JavaServer Expression scripting
上傳時間: 2017-07-13
上傳用戶:dbs012280
java 線程 靜態鎖,對象鎖, synchronized 是鎖方法還是鎖對象?還是鎖類?如何實現?? 部分代碼如下, public static Object lock=new Object() //靜態鎖,鎖類,不是鎖對象了!!所以兩個線程同時 運行兩個 TestThread 的execute( ),也可以同步!!! public void execute(){ // synchronized(lock){ for(int i=0 i<20 i++){ try { Thread.sleep(30) } catch (InterruptedException e) { // TODO Auto-generated catch block e.printStackTrace() } System.out.println(Thread.currentThread().getName()+Thread.currentThread ().getName()+" "+i) } } }
上傳時間: 2017-07-15
上傳用戶:lijianyu172
采用Access數據庫,三層開發 DB_51aspx下為Access數據庫文件,Web為網站文件夾 目錄下的Auto Generated Code均為代碼生成器自動生成的代碼 ExamDAL/DBHelp.cs為數據處理文件,注意使用時請先配置其中string strPath = "E:\\downCode\\ExamOnline\\DB_51aspx\\ExamOnline.mdb" 的數據庫路徑并編譯才能使用。 可以進行學生的在線注冊和登陸,用戶注冊采用驗證碼進行驗證 首頁登錄地址:login.aspx 默認測試學生學號/密碼:001/001 管理員學號/密碼:51aspx/51aspx源碼測評
上傳時間: 2013-12-11
上傳用戶:黃華強
The FPGA can realize a more optimized Digital controller in DC/DC Converters when compare to DSPs. In this paper, based on the FPGA platform, The theoretical analysis, characteristics, simulation and design consideration are given. The methods to implement the digital DC/DC Converters have been researched. The function module, state machine of digital DC/DC controller and high resolution DPWM with Sigma- Delta dither has been introduced. They are verified by experiments on a 20 W, 300 KHz non-isolated synchronous buck converters.
標簽: Converters controller optimized Digital
上傳時間: 2013-12-31
上傳用戶:tzl1975