Hi All,
Imagine I have a 2D array like, lets say 1024 x 512 in size, filled with real or integer numbers. I would like to write it as some graphical format, for example TIFF or something. As a result I would like to have something like attached (the legend can be omitted). It is a readout from...
Fist of all thanks for interest:)
I'm using mostly Fortran 90.
As far as I understand I can define for example type like this in a module:
MODULE MOD1
TYPE TP1
INTEGER,DIMENSION(5) :: INTMAT
REAL :: realval
END TP1
END MODULE MOD1
Then in a program I would like to open some...
Hi All,
I have a question concerning the possibility of having some kind of a "hybrid" array which can store, for example, both integer and real numbers. Is possible to construct something like this using derived types? I'm not a professional programmer and looking at the web for this...
Hi,
I managed to calculate some king of checksum for my triples and perform a heap-sort. It works well but I was thinking is is possible to apply something like radix sort and heap-sort together to use only the (h,k,l) indices given.
Thanks in advance,
Radek
I have found those pages already but the codes there are really hard to modify or use... (as said not really into professional programming). Any deeper explanation how the algorithm may work in my case would be very appreciated:)
Radek
Hi All,
I got stuck on a quite silly problem but I'm no a programmer and I really need to do it... I have a set of ordered triples (of integer numbers) in a array like:
h1 k1 l1
k2 k2 l2
...
hN kN lN
where N is rather big (lets say more than 200,000). Some triples are the same. How could I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.