Search Results

Showing results 1 to 9 of 9
Search took 0.01 seconds.
Search: Posts Made By: chetah
Forum: Java Nov 24th, 2007
Replies: 5
Solved: LinkList- Java
Views: 2,589
Posted By chetah
Did not help much. When I try to read from the input.txt, the in.next() returns only the first number, it does not read the '+" for the number following it.
Forum: Java Nov 22nd, 2007
Replies: 3
Views: 826
Posted By chetah
Requirements
1) read from output file
eg: 1222222 + 2333333
3444444 - 9999999
6666555 * 7
0

2) For addition and sutraction, Number1 and Number2 should be large...
Forum: Database Design Nov 21st, 2007
Replies: 2
Views: 1,711
Posted By chetah
Question Details:
Help Needed

Hospital Associates own three private hospitals at different locations across the country. It has a centralize database for tracking patients admission and...
Forum: Java Nov 18th, 2007
Replies: 5
Solved: LinkList- Java
Views: 2,589
Posted By chetah
Here is the code I have been working on, help with corrections
Class Node {
Int num;
Node next;
}

Public Class Number {
Public static void main (String [] args) {
Scanner in = new Scanner...
Forum: Assembly Nov 18th, 2007
Replies: 5
Views: 3,657
Posted By chetah
I was trying to print the values in both register $v0 and $a0 - the result of the multiplication.
Forum: Assembly Nov 18th, 2007
Replies: 5
Views: 3,657
Posted By chetah
Thank you very much up to this point. This is what my code looks like. When I try to print I get no result.

.text
.globl main
main:

li $v0, 4 #Enter multiplicant
la $a0, msg1...
Forum: Java Nov 17th, 2007
Replies: 5
Solved: LinkList- Java
Views: 2,589
Posted By chetah
I am don't think you are quite correct, but good luck all the same.
Peace!
Forum: Java Nov 16th, 2007
Replies: 5
Solved: LinkList- Java
Views: 2,589
Posted By chetah
Home Work Problem.
I understand what the program is suppose to do, but I do not understand how to implement it using Link List.

Please help me to understand the problem.

Write a program to...
Forum: Assembly Nov 16th, 2007
Replies: 5
Views: 3,657
Posted By chetah
I am having difficulty implementing Booth's Algorithm in mips and need some assistance urgently. FOr this assignment, I have to allow the user to enter two number representing the multiplier and the...
Showing results 1 to 9 of 9

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC