Forum: C Sep 13th, 2009 |
| Replies: 3 Views: 280 should i still use an array for this....?.. |
Forum: C Sep 13th, 2009 |
| Replies: 3 Views: 280 hi to everyone...
i will make a program about parenthesis checking and my prof said that we will not be using a stack for this.
will you kindly help me to this..
aside from stack can you... |
Forum: IT Professionals' Lounge Jul 26th, 2009 |
| Replies: 6 Views: 466 im trying to solve concurrency control in database..thats why i always ask question about locking..
and if i understand so much about locking ill make it as my thesis..
but if you have some... |
Forum: IT Professionals' Lounge Jul 23rd, 2009 |
| Replies: 6 Views: 466 tnx for the suggestion...can you please expound more about the invoicing system you suggest..
is mssql is much better to use than mysql...? coz for my 2 yrs in database field im using mysql and... |
Forum: IT Professionals' Lounge Jul 12th, 2009 |
| Replies: 6 Views: 466 in databse ...lock tables or pages, rows..like that..
any web applications where i can apply this locking method . |
Forum: IT Professionals' Lounge Jul 12th, 2009 |
| Replies: 6 Views: 466 HI..does anyone would like to suggest what application should i develop that could i apply a Locking ..any useful application.
i already read about this topic and i find it interesting and id like... |
Forum: IT Professionals' Lounge Jul 2nd, 2009 |
| Replies: 2 Views: 300 there are only few ideas here that can be used... but thanks ...
i try to search again... |
Forum: IT Professionals' Lounge Jul 1st, 2009 |
| Replies: 2 Views: 300 hi to everyone....i just want to have your suggestions about thesis...
i would like to do a thesis about transactional database
e.g. distributed or any kind as long it is related to database... |
Forum: Assembly Sep 23rd, 2008 |
| Replies: 0 Views: 487 i have a problem with this code...will you please help me with this...the program goes that it will input the base then its power ..
for example:
base: 2
power: 3
result : 8
the base is... |
Forum: Assembly Sep 17th, 2008 |
| Replies: 5 Views: 1,658 i already try what you give but there's an error.
the error is bad index register...
in the reverse_loop function..
please help...to solve this one.... |
Forum: Assembly Sep 16th, 2008 |
| Replies: 8 Views: 1,682 thanks for the help....
problem solved..... |
Forum: Assembly Sep 16th, 2008 |
| Replies: 2 Views: 1,165 thanks for the help....
problem solved.... |
Forum: Assembly Sep 14th, 2008 |
| Replies: 2 Views: 1,165 i need help in comparing a string...
the program goes ... ask to input 2 string then compare it, if it is same or not...
my problem is that even it is not equal it will print equal...
i think... |
Forum: Assembly Aug 27th, 2008 |
| Replies: 5 Views: 1,658 i have try it ...but there's an error occur..
i'm just wondering is that could you give is an a86..
whatever...will you help me to solve this one...
can u share me your codes.... |
Forum: Assembly Aug 14th, 2008 |
| Replies: 8 Views: 1,682 can you do it for me..or where particularly in the code i'll place that decimal 48.?...
that 0 or 1 is serve as its remainder either of t this 2.. |
Forum: Assembly Aug 14th, 2008 |
| Replies: 5 Views: 1,658 could someone help me how to reverse a string in a86 ...the program will goes like this.user will input a string of 4 characters or less than 4 for ex..whin then it will output nihw..but if the user... |
Forum: Assembly Aug 14th, 2008 |
| Replies: 8 Views: 1,682 after on the first looping of the divide...either 1 or 0 will be put in stack...but how it is to be implemented here...that is one of my problem..that i been stuck with... |
Forum: Assembly Aug 14th, 2008 |
| Replies: 8 Views: 1,682 i've evaluated the code.. but my problem is in the divide section..its not the complete code...i dont know what code to be added on it...
loop:
call print_prompt
call get_input
call... |
Forum: Assembly Aug 14th, 2008 |
| Replies: 8 Views: 1,682 yup....
here is my code....its not finish yet..i have the idea but implementing it into a code is a difficult one ...
begin:
call ask_input
INT 20H
ask_input:
lea dx,msg
mov ah,9 |
Forum: Assembly Aug 14th, 2008 |
| Replies: 8 Views: 1,682 HI...
would anyone give me some ideas in converting decimal to binary...?...i have some ideas but its hard for me to implement it...i just came up with the wrong code...i'm using a86 assembly... |