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.
JICQ是用JAVA語言編寫的一個基于客戶機/服務器(C/S)模式的局域短信實時通信工具系統(tǒng),系統(tǒng)采用了Microsoft公司的SQL Server 2000作為后臺數(shù)據庫,系統(tǒng)通過JDBC訪問數(shù)據庫。系統(tǒng)分為服務器程序和客戶程序兩部分,服務器與客戶間采用“傳輸控制協(xié)議”(TCP),通過套接字(Socket)連接,客戶之間采用“用戶數(shù)據報協(xié)議”(UDP),通過數(shù)據報套接字(DatagramSocket)建立連接。系統(tǒng)具有用戶注冊、用戶登錄、添加好友、刪除好友、發(fā)送和接收消息等功能。
本書第二部分講述的是在Wi n 3 2平臺上的Wi n s o c k編程。對于眾多的基層網絡協(xié)議,
Wi n s o c k是訪問它們的首選接口。而且在每個Wi n 3 2平臺上,Wi n s o c k都以不同的形式存在著。
Wi n s o c k是網絡編程接口,而不是協(xié)議。它從U n i x平臺的B e r k e l e y(B S D)套接字方案借鑒了
許多東西,后者能訪問多種網絡協(xié)議。在Wi n 3 2環(huán)境中,Wi n s o c k接口最終成為一個真正的
“與協(xié)議無關”接口,尤其是在Winsock 2發(fā)布之后。