Languages C / C++ Algorithms  

A Keyboard Recorder

download download  
important code information
author:
Gonzales Cenelia
minimum requirements:
A Keyboard Recorder description

The purpose of these program is to simulate a human typist,the way that these program proceed to do this is to first record the time delay between each keyboard hit,those time delays are then saved into an array and later,they are saved into a file. Once the the time delays are saved the program can use them for writing any given text. all feedbacks are very welcome!(comments,votes,suggestions...


File List:
@PSC_ReadMe_9023_3.txt1Kb
Keyboard Recorder/0b
Keyboard Recorder/Keyboard Recorder.cpp5Kb
Keyboard Recorder/Keyboard Recorder.dsp5Kb
Keyboard Recorder/Keyboard Recorder.dsw1Kb
Keyboard Recorder/graphics.cpp1Kb
Keyboard Recorder/graphics.h1Kb

Similar code
Natural Language Processing: Sentence Matching Algorithm (Popularity: ) : This is my own attempt to create a program that can match sentences by using the "edit distance" or "Levenshtein ...
A Simple Finite State Machine (Popularity: ) : This program can determin very accurately the nature of the user input, it detects whether it is an integer, a ...
CCITT Cyclic Redundancy Codes (CRC) (Popularity: ) : Calculate CCITT cyclic redundancy codes (CRC)without clobbering the rocessor's data cache. Both 16 and 32 bit codes are provided.
Lines Counter (Popularity: ) : Have you ever wanted to count the lines of your code in C or C++ without the commentaries and blank ...
Two basic programs, one in PowerBasic the other in QB45 (Popularity: ) : Two basic programs, one in PowerBasic the other in QB45, to demonstrate to beginning programmers how to construct a SIMPLE ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 142
version
size in Kb 5
popularity   844/5827733
user rating 10/10
ad


New Code
Popular Code