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...
http://www.experts-exchange.com/Programming/Misc/Q_20790517.html
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+...
http://www.experts-exchange.com/Programming/Misc/Q_21818671.html
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
http://www.experts-exchange.com/Programming/Misc/Q_21932826.html
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...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
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?
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10325961.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20309275.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20929050.html
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?
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21451869...
Hello
2 Parts to this forum
Part 1
Im trying to come up with some valid pros and cons, Im a current Hungarian notation user, however Im starting a project in school and my peer refuses ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21620172.htm...