How do I multiply two positive numbers using "Little Man Computer" that does not have a multiply instruction? It only has add.
I am drawing a class diagram of a rational number calculator program that I've created and I have a question about the relationship between some of the classes - the program has been completed...
Give examples of floating point arithmetic operations that would produce each of the exceptional values: Inf and NaN.
Hi,
I'm having trouble setting up JFlex and JavaCUP on my system at home. Here is my output..
C:\Parcing>java java_cup.Main input.cup
Exception in thread "main" java.lang.NoClassDefFoun...
What is the difference between an "Object Interface" and "Object Instance"?
I need something that helps me find repeating patterns. I'm looking for some web references that have some theories on finding repetitive patterns in a large sample.
If I were looking for 1...
Hello all,
As my topic states i am a little confused about the different type of semaphores, my main question is what are the difference's between (full)semaphores, binary semaphores and spli...
Hey Guys,
I am implementing RTree spatial indexes in Java, need some resources, which I can refer. Already tried resources available on net, not of much help.
Any help will be much appre...
My program is a database management for a theatre which needs to have seats as rows and coloumns which makes the two dimension and the third dimension is the day ( cause every day will have di...
I have a software company that is rapidly growing and although we have processes and procedures in place for operating, I have a need to track it. The size isn't anticipated to get over 40 em...
Hi all
As background info: we process sms messages transmitted through http and smpp links
One of the conditions of our providers is to only send out a single message per recipient in a ...
i want to build a program that can schedule tasks. and i wish to do it in example.
every monday 12pm, every next tuesday 11am. 11 of every month 4pm. i am wondering how do i code this and pu...
Client has 60+ years historical data that includes Date_Time stamp on records. The Date_Time stamp was stored relative to GMT. The GMT Date_Time stamp was recorded in the historical records ...
If i have a directed graph, with various numbers of nodes and connections, how can I calculate the number of cycles originating from a specific node, of any length, with no repeated paths?
How to put checkbox for each group and row in Flex AdvanceDataGrid?
Thanks.
Abhilash
I'm reading through a computer science book regarding algorithms.
What is a "vector" ?
If someone can provide me with a super simple example and a kindergarten-level explanation, I'd rea...
YIKES!!!!
I am working on my Ph.D. in information systems and decided to get a graduate certificate in security and ethics; unfortunately I have to take some programming courses. I am more...
Hi all, I have a general design question about multithreaded programming. I will try and describe the problem in generic, made-up terms, because the true details are (probably) the property of...
What is the difference between an "Object Interface" and "Object Instance"?