No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Re: Thatz it !!!!! Sorting 6 numbers in memory starting from 0060H hex address (Selection sort algo) ------------------------- LXI H, 0060H MVI B, 05H LOOP1: MOV C, B MOV D, H MOV E, L INR E LOOP2: LDAX D CMP M JNC NO_SWP SWAP: MOV D, M MOV M, A MOV … | |
String serverName = ? String portNumber = ? String sid = ? Plz answer my above queries , while conecting with oracle 9i and Java.... its urgent !!! | |
plz help me to simulate the booth's algorithm for multiplication of 2 integers using 8085 (not 8086) assembly !! | |
Can any1 suggest me, how to implement the "wc" word counting utility through bash shell script, i.e how to design a script working similar to "wc" command ??? Need it desperately, with all relevant options like -l, -c, -w ... | |
Here is a problem faced by me while handling the GET request method : suppose the login form has user-id and password fields as text boxes. now after clicking on "sign-in" button the address bar of the following page(i.e the homepage of a particular member) shows: <serverURL>.php?id=<someID>&pass=<somePass> - where "id" … | |
Here is a problem faced by me while handling the GET request method : suppose the login form has user-id and password fields as text boxes. now after clicking on "sign-in" button the address bar of the following page(i.e the homepage of a particular member) shows: <serverURL>.php?id=<someID>&pass=<somePass> - where "id" … |
The End.