This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip shows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are very small - Small and fast code Cons: - Can t handle large amounts of RECORDs (more than 65000ish) - Doesn t support SQL (you have to search the database by cycling through the RECORDs and testing them against your constraints) - Each database file can only have one table.
AutoSitePasswords is a users admin tool for Apache web server.
AutoSitePasswords keeps the users database and allows to append, edit,
delete and search the users RECORDs. AutoSitePasswords allows to generate
the random login/password serieses. AutoSitePasswords makes the Apache
passwords files. The users passwords may be encrypted by MD5 algorithm.
The passwords files may be automatic uploaded to FTP server.
In the bank all the activities are being done manually .As the bank widens its services & it finds difficult to manage its operations manually and hence this leads to the automation of some of its operations.
Banking Information system is a windows based applications. This project mainly deals with managing there types of account such as Saving Account, Current Account and Recurring Deposits .
In this project bank is seeking to manage these account through computer based system.
Tasks involved in this project are opening the user accounts , recording the account holders transactions , modify, the user RECORDs and generating the reports .
This project is having three module:
] 1. Bank Master Module
2. Transaction Module
3. Reports module
卡耐基.梅隆大學的牛發(fā)寫的關于孤立點和數(shù)據(jù)清洗的文章,全英文,2003年完成,Probabilistic Noise Identification and Data Cleaning,Real world data is never as perfect as we would like it
to be and can often suffer from corruptions that may impact
interpretations of the data, models created from the
data, and decisions made based on the data. One approach
to this problem is to identify and remove RECORDs that contain
corruptions. Unfortunately, if only certain fields in a
record have been corrupted then usable, uncorrupted data
will be lost. In this paper we present LENS, an approach for
identifying corrupted fields and using the remaining noncorrupted
fields for subsequent modeling and analysis.
PURPOSE OF THE PROJECT:
This Application would facilitate the huge process of managing the Ad details along with the Preview of the Ad (Audio storage and retrieval).
The Application has the following functions
User Validation. Viewing Advertisement details. Registration of New User. Reviewing Advertisement details. Saving data to the Database generating Unique RECORDs.
這個程序是一個基于對話框的程序,有一個簡單的菜單.當用戶選擇"connect"時,它將試圖連接test.mdb數(shù)據(jù)庫,如果連接成功,將顯示由ODBC驅(qū)動程序返回的完整連接字符串.接下來,用戶可選擇"View All RECORDs"命令,程序會使用listview control來顯示數(shù)據(jù)庫中的所有數(shù)據(jù).用戶還可以選擇"Query"命令來查詢特定的記錄.例子程序?qū)@示一個小對話框提示用戶輸入想找的人名.當用戶按下OK鈕或回車鍵,程序?qū)?zhí)行一個查詢來查找符合條件的記錄.當用戶完成對數(shù)據(jù)庫的操作時,可以選擇"disconnect"命令與數(shù)據(jù)庫斷開連接.