"More for C++" is a class library that provides some features that are usually common for object oriented programming languages like Java or Python, but not for C
A program to find frequent molecular substructures and discriminative fragments in a database of molecule descriptions. The algorithm is based on the Eclat algorithm for frequent item set mining.
Example of a digital data transmission implementing GMSK modulation
This Simulink model simulates as an example the transmission and reception of random digital data modulated with GMSK. The purpose of this model is to illustrate how part of the GSM transmission and reception works. It also measures the BER, affected by an AWGN channel
Simulator for a GSM traffic channel transmission and reception
This Simulink model simulates the entire transmission and reception of voice data of a traffic channel for GSM (TCH/FS)over a multipath fading channel, and it calculates the BER of the received signal
關于NETFLOW信息分析的軟件。 is a netflow analyzer. It uses MySQL database to store accounting information. Filters, used in the JFlowAnalyzer, allows very flexible classificate any kind of traffic and store it in the differend fields in database
這本也是經典中的經典。它已經深入到接觸 C++ Object Model
的層次。特別是 Exception-Safety 這一章一系列的步步深入,很大
程度上改變了我對 C++ 的認識。此外,它有提到 Pimpl Idiom,這
對改善 C++ 編譯效率也有一定的幫助。其他的主題,例如泛型編程
和對標準庫的幾個討論議題、暫時物件、物件壽命、自動轉換…等,也
頗有深度。如果沒看過這本,且對自己的 C++ 功力頗有信心的人,可
以測試看看。
Program to simulate Rayleigh fading using a p-th order autoregressive model AR(p) according to
% Baddour s work: "Autoregressive modeling for fading channel simulation"