Re: How to set the compiler to handle thousand loops ?
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 31 Oct 2008 02:45:07 -0700
On Fri, 31 Oct 2008 01:41:25 -0700 (PDT), tobleron <budhik@xxxxxxxxx>
wrote, quoted or indirectly quoted someone who said :
Hi, I'm using NetBeans IDE 6.1 to develope my application. My
application works well when deals with loops of reading 52,000 lines
of waveform data. But it fails when reads 104,000 of waveform data.
How to set the IDE to handle multiple loops like this ? I'm using
FileOutputStream function, while-do, and ByteBuffer function in this
case. Please advise. Thank you in advance.
see http://mindprod.com/applet/fileio.html
for to generate code for all manner of ways of reading your data.
You also might consider CSV format.
see http://mindprod.com/jgloss/csv.html
--
Roedy Green Canadian Mind Products
http://mindprod.com
A vote for McCain is fearful clinging to McSame.
A vote for Obama is a shot at Obamalot.
.
- References:
- How to set the compiler to handle thousand loops ?
- From: tobleron
- How to set the compiler to handle thousand loops ?
- Prev by Date: Re: 7.0 wishlist?
- Next by Date: Re: why String s = new String("test") is bad?
- Previous by thread: How to set the compiler to handle thousand loops ?
- Next by thread: Re: How to set the compiler to handle thousand loops ?
- Index(es):
Relevant Pages
|