Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~12.8K People Reached
Favorite Forums

6 Posted Topics

Member Avatar for raseel

hello below the procedure of reading from text file using 8086 microprocessor and tasm and storing the text in array called array. note that data_file is a db variable contains the name of the file with its directory,, |c:\tasm\file_name|,, // proc read_file PUSHA MOV AH, 3DH ;Open the file MOV …

Member Avatar for guyfromnola
0
9K
Member Avatar for titan5

for your assignment, you may use the principle of External Sort,,,, such that you are to divide your elements into two or three,,, groups and load the into the memory sequentially from a file,,,, this may help,,, because the I/O time will be the same for all sorts,,

Member Avatar for afas87
0
4K
Member Avatar for afas87

hi.... Iam working on file compression using Huffman algorithm... my problem is that when i try to restore the compressed file.. only text file can be recovered.. other file recovered with the size; but cant be opened i read byte each time from the file to restore it thanks...

Member Avatar for quuba
0
43
Member Avatar for afas87

HI,, i wanna ask you about MIPS is there MOV instruction in MIPS?if not, why doesnt support it. thanks,,,

0
83
Member Avatar for afas87

hi,, attached a java code for a simple dictionary based on AVL tree principle,, the 3 files are: Node.java: the base class AVL.java:the function and Menu:the menu class of the programe regards

0
90
Member Avatar for zxz

hi, assume that u store the sequence in array A,, i think u can do that by declare another array,let it be A,, and then reverse the sequence of numbers and store them in this array and cmpr the two arrays if the two arrays are identical, then the result …

Member Avatar for afas87
0
130

The End.