Advertisement

1 - 10 of 257 containing alltags:("precision") (0.001 seconds)
I am using: public void setUnits(String strUnits) {  try {   units = Double.parseDouble(strUnits);  } to convert a string contaiing a number into a double value. In the above example, unit...
Zones: JavaDate Answered: 04/11/2000 Grade: B Views: 0
I have a function that iterates through an Array of Objects.. I know that these are some numeric type.. to manipulate their values I call toString(),  sending that to Double.parseDouble() and th...
Zones: JavaDate Answered: 05/31/2003 Grade: A Views: 0
public class Square {    public static void main (String args[])    {         System.out.println("Square is : " + 1.13*1.13);    } } How is the normal implementation to tackle with such pr...
Zones: JavaDate Answered: 02/28/2002 Grade: A Views: 0
Without my knowing, eZula and Precision Time were installed on my PC. I can't remove it. Precision Time gives me problems to remove with 'precision time.exe'. I can't remove following files fro...
Zones: Network VulnerabilitiesDate Answered: 05/19/2004 Grade: A Views: 0
Hello, I have an application that uses mm and inches, and when I change from inches to mm it should convert all the values within the application, well, when I want to convert 10 mm to inches I jus...
Zones: JavaDate Answered: 10/20/2003 Grade: A Views: 0
I have a home built computer consisting of a Dell Precision 330 running Windows XP PRO. I recently removed all the viruses w/ Norton's latest version. Found over 200+ threats. Removed them and rebo...
Zones: Win NT SetupDate Answered: 12/14/2004 Grade: B Views: 0
I started my computer this morning and got the following error : "(Top of Error Box "Services.exe Application Error") The application failed to initialized properly (0xc0000005) Click on OK to term...
Zones: Microsoft OS, Windows XP, MS SoftwareDate Answered: 04/16/2007 Grade: A Views: 0
I would like to play some games with my Microsoft Sidewinder Precision Pro Joystick on Windows NT 4.0 SP3 installed. The Joystick is not designed to work with Microsoft NT, but one guy in the store...
Zones: Windows NTDate Answered: 07/23/1998 Grade: A Views: 0
How can I lower the sensitivity on a MS Sidewinder precision pro, just touching the stick it's all over the place. This happens in every game that I've tried, flying or driving Win98 233MMX ...
Zones: GamesDate Answered: 09/30/1999 Grade: A Views: 0
Using MSDEV 6.0 environment: Consider the following: sprintf( Buf,"%0.1f",0.85 ) ; sprintf( Buf,"%0.1f",0.75 ) ; In both cases, Buf is set to: "0.8". Is this a bug? Can anyone detect t...
Zones: CDate Answered: 01/16/2000 Grade: A Views: 0