LYCOS RETRIEVER Beta Retriever Home  |  What is Lycos Retriever?   
Fortran: Codes
built 657 days ago
\begin{eqnarray*}S_\sigma &=& \sum_{i=1}^N \frac{1}{\sigma_i^2}, \\ S_x &=& \su... ...ma_i^2}, \qquad S_{xy} = \sum_{i=1}^N \frac{x_i y_i}{\sigma_i^2} \end{eqnarray*} On seeing this part of the code Fortran will first recognise that sigma is an array. 1/sigma**2 means: take each element of the array and square it, and then take its inverse. The resulting floating point number, of type real(kind=long), will be assigned to the corresponding entry in the one_by_sigma_2 array, that is to a slot with the same index number.
Validate the syntax and consistency of your Fortran 77 source code before you start. While this may sound unnecessary, the CISL Consulting Services Group has found that many problems in the conversion process can be avoided entirely by starting with clean source code. Tools available to help you in the process include:
Source:
Fortran for .NET delivers the tools you need to expose your Fortran methods (procedures) to the Internet. One directive in the source code is all you need to make your .NET object's method web-service-enabled. ASP.NET handles most of the Internet functionality automatically:
Source:
TSRI's approach to Fortran system modernization permits gradual integrated steps within a model-driven methodology. Each step adds to a repository of knowledge about the application portfolio and guides subsequent steps in the modernization process. TSRI's automated processes insure consistent code integrity so manual intervention is seldom if ever used. Human decision-making is introduced only when necessary to guide the automated processes.
SEARCH
MORE ABOUT