I'm looking for definitive tutorials on BNF and algorithm run times. Anyone have some good links?
http://www.experts-exchange.com/Programming/Misc/Q_20868751.html
Zones:
ProgrammingDate Answered: 04/22/2004 Grade: A Views: 0
Dear Experts,
I'm looking for a way to reset the revision number in word. Each time I'm saving a document the revision number increases by one if I do understand correct.
However to get revision ...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Word/...
Zones:
MS WordDate Answered: 09/12/2008 Grade: A Views: 9
thankyou to both of the respondants from my question posted at the end of last month... but I get back and go to look at the 2 URL's that I hadn't seen, and the Q is 'gone' - from my recieved mail ...
http://www.experts-exchange.com/Programming/Misc/Q_20002938.html
Zones:
ProgrammingDate Answered: 12/15/2000 Grade: A Views: 0
Hi,
I'm currently working on a project to write a program to work on an embedded system, a set-top-box(You know the device you get when you sign up for digital TV). This particular set-top-box h...
http://www.experts-exchange.com/Programming/Languages/C/Q_20801444.html
Hi ,
I'm running some java in Websphere which is attempting to read a Oracle table via
findByPrimaryKey(). It is falling over with a java.lang.ClassCastException error.
the details aRE B...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21033031.html
Zones:
Java,
J2SEDate Answered: 06/24/2004 Grade: A Views: 0
What is the file attribute "O"? How does it get set?
http://www.experts-exchange.com/OS/Miscellaneous/Q_21406465.html
When you program an algorithm, you very often make use of external function calls, which in turn, run an algorithm themself.
My question, is whether or not the efficiency of these 'sub-algorithm...
http://www.experts-exchange.com/Other/Math_Science/Q_21746105.html
for (i = 0; i<m; i++)
for (j = 0; j <i; j++)
blah();
for (k = 0; k <m; k++)
boo();
boo() and blah() are methods that run at constant time. My Professor did like a summ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21838586.html
Zones:
JavaDate Answered: 05/05/2006 Grade: B Views: 0
I've been brought in late to manage a project of transitioning 200 (+/-) physical servers to virtual servers. I'm still getting all the details, but I believe they are all Wintel boxes and servers...
http://www.experts-exchange.com/Software/VMWare/Q_23409266.html
Zones:
VMwareDate Answered: 05/28/2008 Grade: A Views: 0
I'm porting a program from NT that uses FILE_FLAG_NOBUFFERING, which means that it bypasses the operating system's disk cache for both reading and writing. This is useful for sequential I/O of lar...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_10087170.html