Advertisement

Results for "Author: vsim"

6_2008-2009 #201768
word counter

This will extract words from a file and keep track how many times word occurs.After inputting all the words in decending order of their frequency and output the words and thier frequency.This also do rehashing ,every time program does a insertion it check to see whether the table is more than 50% full after the insertion and if it is ,it reallocate a table of approximately twice the table size as before.Each time it rehash it print out the table-size the average number of probes and max number of probes for that table.It uses Quick Sort.

6_2008-2009 #201769
Credit Card Validator

These functions thoroughly attempt to invalidate American Express, Discover, MasterCard and Visa with length, character validation, prefix matching, check digit, and expiration date tests. The html test document by no means will attempt to forward your credit card numbers. The action of the form is set to an invalid URL

6_2008-2009 #201770
Get IP ADDRESS

This is usefull program to track people's IP. Visit Count for each visiting IP address. Assume that the table IPAddresses(IPAddress, Count) exists in the DSN yourDSN.

7_2009-2012 #224282
Dir

List subdirectories of the current directory.

7_2009-2012 #224283
Color Bar

This is small program written in Assembly language for intel pentium processors of series 80x86.This will out put 16 bars of different colors .This Color Bar can swing the mood and will make people happy.I am including '.exe' file also if some body don't have a assembler like MASM they can get from the web.You need masm to compile this program .

7_2009-2012 #224284
ants

There are two homes for the ants.Red and black ants come out from there and go to sugar .

7_2009-2012 #224285
file compression

File compression is useful when transmitting very large files.Ascii text files encode each chracter by an 8 bit fixed lenght code.Such files can often be significantly compressed if instead of this fixed lenght code one uses a variable lenght code where the more frequently occuring characters have short codes and the less frequently occuring characters have longer codes.For example ,a large data file might have mostly digit,space and new-line characters in it.If short(less than 8 bit) codes are used for these then the file would be significantly compressed.A Lisp file might have many left and right parentheses in it.Using short codes for these would compress the file.I used Huffman codes to compress the file .I worked real hard on it and it is long program Please declare me the winner of this new year.

7_2009-2012 #224286
word counter

This will extract words from a file and keep track how many times word occurs.After inputting all the words in decending order of their frequency and output the words and thier frequency.This also do rehashing ,every time program does a insertion it check to see whether the table is more than 50% full after the insertion and if it is ,it reallocate a table of approximately twice the table size as before.Each time it rehash it print out the table-size the average number of probes and max number of probes for that table.It uses Quick Sort.

7_2009-2012 #224287
Credit Card Validator

These functions thoroughly attempt to invalidate American Express, Discover, MasterCard and Visa with length, character validation, prefix matching, check digit, and expiration date tests. The html test document by no means will attempt to forward your credit card numbers. The action of the form is set to an invalid URL

7_2009-2012 #224288
Get IP ADDRESS

This is usefull program to track people's IP. Visit Count for each visiting IP address. Assume that the table IPAddresses(IPAddress, Count) exists in the DSN yourDSN.

Languages
Top Categories
Global Discovery