Information retrieval

A sql access class in c

The following C project contains the C source code and C examples used for a sql access class. Contains two very simple custom classes: CSQL and CRecordSet. These several classes allow you to easily access a SQL server from your C++ application, execute statements and retrieve data. (Version 1.0.0.5)

Oltp in c

The following C project contains the C source code and C examples used for oltp. 'oltp' is a simulator for online transaction processing in a multi-user system like UNIX or LINUX.If you learning UNIX or LINUX IPC's like massage queues,semaphores..etc then YOU can try this...

Customer database in c

The following C project contains the C source code and C examples used for customer database. Second Assignment for uni sunject Programming Principles Two - This program is a simple customer database using strutures. Data is lost when program is closed.

Address book (dictionary adt) with hashing c source code

The following C project contains the C source code and C examples used for address book (dictionary adt) with hashing. This code is an example implementation of the standard Dictionary ADT. It is implemented as an Address book that uses hashing(instead of a basic sequential search) so that add, search, and delete should run with a Big-O value of O(1) or at least close to it!

Java general purpose hash function algorithms in java

The following java project contains the java source code and java examples used for java general purpose hash function algorithms. The General Hash Function Algorithm library contains implementations for a series of commonly used additive and rotative string hashing algorithm in the Java programming language. For more information please visit: http://www.partow.net/programming/hashfunctions/index.html

Directory traversal and duplicate file deletion using the sha 256 hash in matlab

The following Matlab project contains the source code and Matlab examples used for directory traversal and duplicate file deletion using the sha 256 hash. PURGETREE - On Windows systems, rapidly identifies duplicate files in an entire directory tree using the SHA-256 hash algorithm, then creates and executes a batch file to rapidly delete all but one of the duplicates.

Exchange blobs (binary large objects) with mysql databases in matlab

The following Matlab project contains the source code and Matlab examples used for exchange blobs (binary large objects) with mysql databases . MYBLOB_DEMO - Demonstrate the use of the MYBLOB tool kit MYBLOB_OPEN - Open the connection to a MySQL database MYBLOB_COMMAND - Send an SQL statement to a MySQL database MYBLOB_FROM_DB - Retrieve a blob (binary large object) from a MySQL database MYBLOB_TO_DB - Send a blob (binary large object) to a MySQL database MYBLOB_CLOSE - Close the connection to the MySQL database * Install MyODBC from www.

Cbir Matlab Code

Content-based image retrieval (CBIR), also known as query by image content (QBIC) and content-based visual information retrieval (CBVIR) is the application of computer vision techniques to the image retrieval problem, that is, the problem of searching for digital images in large databases.

The following matlab project contains the source code and matlab examples used for cbir.

Pages

Subscribe to RSS - Information retrieval