Storeage
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 9 articles for 0.000 sec
Re: What are the best advances in Physics in last 10 years.     

Group: alt.philosophy · Group Profile · Search for Storeage in alt.philosophy
Author: HardySpicer
Date: Dec 27, 2007 00:34

...all, mobile phones that have live video chat,DVD writers, small portable music players that hold GBytes of songs in reasonably high quality,digital TV transmission,HD TV,laptop computers,palmtop pcs , small solidate state memories with vast storeage,solid-state digital cameras and so on. As for fundamental Physics, well a few things - slowing down of light I seem to remember?? Hardy
Show full article (1.70Kb) · Show article thread
Re: Triangular Arrays     

Group: comp.lang.fortran · Group Profile · Search for Storeage in comp.lang.fortran
Author: Gordon Sande
Date: Aug 12, 2007 09:40

...: In article <2007081210480716807-gsande@worldnetattnet>, Gordon Sande <g.sande@worldnet.att.net> wrote: There has been much ingenuity applied to programming tricks to conserve storeage in various linear algebra operations. The original question was basically whether better support of other data structures would lower the need for such tricks. I misinterpreted ...
Show full article (2.57Kb) · Show article thread
Re: Triangular Arrays     

Group: comp.lang.fortran · Group Profile · Search for Storeage in comp.lang.fortran
Author: Ron Shepard
Date: Aug 12, 2007 08:55

In article <2007081210480716807-gsande@worldnetattnet>, Gordon Sande <g.sande@worldnet.att.net> wrote: There has been much ingenuity applied to programming tricks to conserve storeage in various linear algebra operations. The original question was basically whether better support of other data structures would lower the need for such tricks. I misinterpreted the original ...
Show full article (1.96Kb) · Show article thread
Re: Triangular Arrays     

Group: comp.lang.fortran · Group Profile · Search for Storeage in comp.lang.fortran
Author: Gordon Sande
Date: Aug 12, 2007 06:48

...Gram-Schmidt. Sometimes you want to examine the operator in its component form rather than just apply the operator. There has been much ingenuity applied to programming tricks to conserve storeage in various linear algebra operations. The original question was basically whether better support of other data structures would lower the need for such tricks. Displaying the tricks would seem to...
Show full article (1.87Kb) · Show article thread
Re: Why scalar /= dimension(1)) ? for intent(inout) dummy arg     

Group: comp.lang.fortran · Group Profile · Search for Storeage in comp.lang.fortran
Author: Gordon Sande
Date: Aug 3, 2007 07:33

... and the user is both rather knowledgable and using some old F77 "tricks of the trade" when it is treated as an array under sequence association rules. The exception is a common F77 storeage allocation method that often appears in legacy code but is no longer a recommended programming style. If one needs some terminology one might say that this method is using array elements to provide "...
Show full article (1.57Kb) · Show article thread
Re: Starting to doubt fortran     

Group: comp.lang.fortran · Group Profile · Search for Storeage in comp.lang.fortran
Author: Gordon Sande
Date: Mar 29, 2007 13:13

...given to the C programmer dealing in the pointer/array minefield. Subscript checking is a common runtime option in Fortran. Less commonly supported in C where it is more needed because of the C storeage allocation idioms. Once past debugging the option is turned off. During debugging is is a great help. The default is option off. It is clear that more folks should use it judging from the...
Show full article (6.24Kb) · Show article thread
Re: reference to undefined variable     

Group: comp.lang.fortran · Group Profile · Search for Storeage in comp.lang.fortran
Author: Gordon Sande
Date: Jan 12, 2007 05:37

.... Some call then Heisenbugs as they change when you add "just one line of code" to try to locate the error. At the machine level they are various ways of modifying unintended (and unpredictable) storeage which now and then is the program or the operating system. So you should turn on EVERY debugging aid around. That means subscript checking, use of modules or contains to get F90 to check ...
Show full article (3.44Kb) · Show article thread
Re: Structural enginneer/demolition expert recorded while associate fills him in on WTC7 facts and you witness him coming to realise that it was an inside job.     

Group: aus.aviation · Group Profile · Search for Storeage in aus.aviation
Author: noname
Date: Oct 15, 2006 01:19

... this. Not at all. WTC7 was severly damaged by debres from the initial plane impacts and the collapse of the two towers. The basement of the building itself had a major gasolene storeage which was under pressure and leaking spitting out super hot gasses. It was this that made the building unstable and eventually led to its collapse. No fairies involved. No superstition. Of ...
Show full article (1.96Kb) · Show article thread
Re: can an allocatable array be really dynamic?     

Group: comp.lang.fortran · Group Profile · Search for Storeage in comp.lang.fortran
Author: Gordon Sande
Date: Aug 6, 2006 07:22

... linked list to read your data. Once it is read you will know how much data there is. Allocate suitable storeage. Copy the data from the linked list to the just allocated storeage. Use the allocated storeage for the random access. If you take the typical computer science course, or just read a book to...
Show full article (2.40Kb) · Show article thread