Advertisement

1 - 10 of 90 containing alltags:("notation") (0 seconds)
Hi I want to know how to interpret the e notation in floating point computer arithmetic.. How many seconds is this number : 1.39683e-006 and this number ?     3.43409e-009. This seems to be 3...
Zones: ProgrammingDate Answered: 11/07/2003 Grade: A Views: 0
Will someone that is good with Big-O notation help me find the Big-O for this program fragment in C?       sum = 0;       for(i=1; i<n; i++)             for(j=1; j<i*i; j++)                   if(j%i == 0)                         for(k=0; k<j; k+...
Zones: ProgrammingDate Answered: 04/19/2006 Grade: C Views: 0
-1.26169e+07  is the string (for example). Is there an easy way to do that? Thx
Zones: ProgrammingDate Answered: 07/26/2006 Grade: A Views: 0
Hi I am using the following code to format a cell.... With Cells(CellRow, CellColumn).FormatConditions     .Delete     .Add Type:=xlExpression, Formula1:=Form1 where Form1 =  "=(LEFT(R...
Zones: MS ExcelDate Answered: 09/05/2006 Grade: A Views: 0
I need to know the binary notation of a number I input.  How would I make a program to do this?
Zones: C++, CYGWINDate Answered: 06/09/2000 Grade: B Views: 0
Hi, I'm trying to do some simple stuff with string. Idea is to accept word(s) from the user and store it in the char * wordHolder[80]. Here what I was trying to do: ... cin.getline(tempBuf...
Zones: C++Date Answered: 06/08/2002 Grade: A Views: 0
That thread is to continue a discussion opened in http:/Cplusplus/Q_20928407.html by Alf (Salte). I'll invite all to join the discussion and will split points equally among all. Regard...
Zones: C++Date Answered: 03/26/2004 Grade: A Views: 0
Hello I have values in cells such as 0.005 or 0.000004 I want these to display as 5ms or 4us (s being for seconds). Is this possible? And How?
Zones: MS ExcelDate Answered: 02/07/2005 Grade: C Views: 0
I have a case where:    <cfoutput>#Session.gallery_old_vals.DST_SUBDIR#</cfoutput> works just find, but when I attempt    <cfoutput>#Session.gallery_old_vals["DST_SUBDIR"]#</cfoutput> ColdFusio...
Zones: ColdFusion Application ServerDate Answered: 06/30/2005 Grade: B Views: 0
Hello 2 Parts to this forum Part 1 I’m trying to come up with some valid pros and cons, I’m a current Hungarian notation user, however I’m starting a project in school and my peer refuses ...
Zones: MS Visual BasicDate Answered: 12/02/2005 Grade: A Views: 0