How to transfer a file in an array
- From: jc@xxxxxxx (Jean-Charles)
- Date: Thu, 28 Dec 2006 21:10:22 +0100
Hello,
I have a file of bytes (containing values between 0 included and 255
included).
I want to transfer this files (by i/o non formatted) in an array of
integer * 1 by fortran 90.
What are the instructions, please ?
--
JC
.
Relevant Pages
- Re: Who uses clapack?
... > functions like SUM and MAXVAL and the ability to use array sections ... > drastically change the meaning of a Fortran code. ... >>Have you ever seen those bills for a Fortran compiler for an ... engineering applications in the C and C++ languages. ... (comp.lang.fortran) - Re: Who uses clapack?
... > functions like SUM and MAXVAL and the ability to use array sections ... > drastically change the meaning of a Fortran code. ... >>Have you ever seen those bills for a Fortran compiler for an ... engineering applications in the C and C++ languages. ... (sci.math.num-analysis) - Re: Benchmarking APL
... with that of FORTRAN. ... APL a 400% gain in programming efficiency could be obtained with only ... Another good-for-APL array problem, vector convolution, gave these ... Tomcatv, one of the SPEC benchmarks, is more typical of large array ... (comp.lang.apl) - Re: Mixing C++/Fortran using Two-Dimensional Array
... not a subset as in Fortran. ... if you really need it you can get the effect by an array of TYPE ... the lowest-level base element pointer, which is all you actually need ... macros in C, although it can be difficult to find macro names that are ... (comp.lang.fortran) - Re: how to "translate" dynamic array in FORTRAN 90 to Java code?
... I am translating a Fortran program to Java code. ... is an array with size unspecified. ... I use Object array in Java to translate FORTRAN array. ... (comp.lang.java.programmer) |
|