A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the corresponding cpp file, and a sample driver program. It is a natural language processing tool for creating n-gram profiles for text documents. The details on usage is documented in the header right above each public function defined. This package is based on Dr. Vlado Keselj s Perl package Text::Ngrams which is available in CPAN.
標簽: includes correspo N-grams Package
上傳時間: 2015-06-12
上傳用戶:wfl_yy
首先確認您的機器上已經安裝了VC6.0以上版本,要編譯生成可執行文件,需打開后綴名為dsw的文件,系統會默認用VC打開,然后選擇Build菜單下的Set Active Configuration選項,選擇Project Configuration為Win32 Release,然后編譯項目,得到可執行文件。連接數據庫請參照第2章的方法,在ODBC數據源內添加Microsoft Access數據庫train.mdb,并將數據源名設定為train即可實現數據庫和應用程序的正常連接,程序才能正常實現數據庫的訪問。另外,如果用戶自己編寫了.chm的幫助文檔只要和可執行文件放在同一個目錄下就可以了。 用戶要修改程序源碼可以選擇相應的.h和.cpp文件,本實例使用的命名規則基本是:DIALOG_***** 為管理對話框資源, *****Info為數據輸入窗口資源, *****Set為結果集對應的類
上傳時間: 2013-11-29
上傳用戶:gyq
函數 long StrToData(CString strData,int jz) 功能:字符串轉為正整數值 [字符串可為2-16]任意進制數值字符串 返回:長整型數值 參數:strData 為將要轉換的字符串 參數:jz 為字符串的進制 如: CString s s="FFA6" long data=StrToData(s,16) 則:data的值為:65446 用法:將StrToData.h和StrToData.cpp復制加入到您的工程里,在需要調用的函數中 加入#include "StrToData.h"即可調用
標簽: strData StrToData CString long
上傳時間: 2015-07-05
上傳用戶:佳期如夢
Oracle PL/SQL Best Practices is a concise, easy-to-use summary of best practices in the program development process. It covers coding style, writing SQL in PL/SQL, data structures, control structures, exception handling, program and package construction, and built-in packages.
標簽: easy-to-use Practices practices concise
上傳時間: 2015-07-11
上傳用戶:gonuiln
該程序實現單層的DES加密算法,其中CDes.cpp為源程序,其中調用的文件功能如下:dataofText.txt文件是輸入的明文,以換行分割各個數據;dataofKey.txt文件時輸入的密鑰,以換行分割;dataofDES.txt文件是輸出的加密數據,其中包括各輪子密鑰以及各輪加密輸出,以及最后得到的密文,在文件中都有說明。
上傳時間: 2015-07-11
上傳用戶:zjf3110
AVL Tree implementation: I also included a test function to compare the AVL Tree performance with STL Set and Map. Compile the source mavltree.cpp and run it to see the result!
標簽: Tree implementation performance AVL
上傳時間: 2013-12-19
上傳用戶:3到15
操作系統課程中,讀者寫者問題的一個Cpp解決方案;在VC6下調時通過,虛擬控制臺下運行。
標簽: 操作系統
上傳時間: 2015-07-14
上傳用戶:王小奇
picocom 是一款linux下的串口調試工具,很想minicom,比minicom精巧的多,編譯好后, 我輸入 picocom -b 115200 /dev/ttyS0 就可以調試我的arm板了
上傳時間: 2014-07-27
上傳用戶:shizhanincc
MySQL 5.1參考手冊 這是MySQL參考手冊的翻譯版本,關于MySQL參考手冊,請訪問dev.mysql.com。 原始參考手冊為英文版。 This translation was done by MySQL partner GreatLinux, Beijing, People s Republic of China. GreatLinux Inc. 北京萬里開源軟件有限公司在全國范圍提供MySQL產品相關的商務及 技術方面的咨詢與支持服務。垂詢請致電:8610-65694500,或發送郵件至:sales@greatlinux.com.
上傳時間: 2015-07-17
上傳用戶:qq21508895
DSPack is a set of Components and class to write Multimedia Applications using MS Direct Show and DirectX technologies. DSPack is designed to work with DirectX 9 on Win9X, ME, 2000, and Windows XP operating systems. Now VMR (Video Mixing Renderer) is available on all Windows Operating Systems. DSPack 2 is designed to work with Delphi 5,6,7 and CPP
標簽: Applications Components Multimedia and
上傳時間: 2015-07-20
上傳用戶:hanli8870