Filtro

Mis búsquedas recientes
Filtrar por:
Presupuesto
a
a
a
Tipo
Habilidades
Idiomas
    Estado del trabajo
    1,177 fortran trabajados encontrados, precios en USD

    We have a Small Fortran application that calculates a load and provides a report. We need this application converted to a working ASP application where the user can upload an Access database data set OR use a SQL database to generate a similar report online that can then be printed. We have ActivePDF so we would like the user to have the option to generate the report as a PDF. The only function that the cuurent Fortran application does not do is allow a "Monthly" calculation or have the ability to select between two dates for the report. We would lie this feature as well. You may download the current application AND there are two source code files (One I was told was for PC and the other for MAC) The file has a Program folder and the program that we need converted i...

    $189 (Avg Bid)
    $189 Oferta promedio
    10 ofertas

    I need a simple source code of a program simulating the recursive alghorithm for a binary seek program. in some programming languages no recursive compiling supported by compiler(eg fortran) and I want it in c++ language. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform Dos,windows, or other compatible enviroments for c++ codes.

    $30 - $5000
    $30 - $5000
    0 ofertas
    Matlab Matrix help Finalizado left

    Hi there, I am trying to code the following Fortran 77 code into Matlab WITHOUT using loops. (The FORTRAN code is easy to follow, even if you arenot familiar with the language. do nz=0,nzmax-1, do n=0,nmax-1, do m=0,mmax-1, a(m,n,nz)=a(m,n,nz)+x(m+1,n,nz) b(m,n,nz)=b(m,n,nz)+x(m,n+1,nz) c(m,n,nz)=c(m,n,nz)+x(m,n,nz+1) enddo enddo enddo So I know MATLAB can add the elements of these arrays by saying a = a + x, but how can I deal with the m+1, n+1, and nz+1 withut havnig to use a loop? Any help wuold be great! (and worth some money) :) ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) spec...

    $10 (Avg Bid)
    $10 Oferta promedio
    8 ofertas
    Fortran Project Finalizado left

    The Project is to write the same project in Fortran and Pascal(Optional). You need to follow the structure in my JAVA program. I will send you the JAVA program once you accept this job. This is Urgent! Pls let me know if you cancomplete it in 2 days. If you can,pls email ASAP. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. Write the same program with 2 different languages, use the structure in my java program provided. Languages : 2 programming languages,in Fortran and/or Pascal(optional). Program specification Input : A file of records containing the following fields; 1. ID number : Integer of 6 digits 2. Last name : 12 character max 3. First init : 1 character 4. Birth date : MMDDYY...

    $51 (Avg Bid)
    $51 Oferta promedio
    1 ofertas

    I need you to pick one of these projects and complete it as described in the zip file. When using C++ make sure you use C++ ONLY not old C. Class OBJECTS should be used as well. D-1 requires the program to be done in BOTH C++ AND Fortran, D-2 requires the work be done in BOTH C++ and APL, and D-3 Requires "ONLY C++ OR Prolog" NOT BOTH. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform Windows Platform, With C++ code use C++ ONLY! Sorry I had a problem recently.

    $30 - $40
    $30 - $40
    0 ofertas

    A)Write a well documented fortran 90 program that computes the largest eigenvalue and eigenvector of a real square matrix A that consists of Reals of a n*n, using the power method with the raleigh quotient. B) Apply the code above to the hilbert matrix with n=6. Output the eigenvalue and eigenvector assuming an initial guess of 1 1 . . 1 ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform any platform...(unix, windows)......PROGRAM MUST BE IN FORTRAN 90.

    $25 - $30
    $25 - $30
    0 ofertas

    Write a fortran 90 program for solving the least squares problem min||b-Ax||base2 where A is a matrix of reals of m*n and b consists of reals of m. Using QR factorization you should apply your algorithm to the augmented system (A b). YOU MUST COMPUTE Q & R USING HOUSEHOLDER TRANSFORMATION........must be in fortran 90 ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform WINDOWS, UNIX

    $85 (Avg Bid)
    $85 Oferta promedio
    1 ofertas

    Write a fortran 90 program for solving the least squares problem min||b-Ax||base2 where A is a matrix of reals of m*n and b consists of reals of m. Using QR factorization you should apply your algorithm to the augmented system (A b). YOU MUST COMPUTE Q & R USING BOTH 2 SEPARATE SUB-ROUTINES GRAM-SCHMIDT & MODIFIED GRAM-SCHMIDT. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform I JUST WANT A COPY OF THE PROGRAM AND IT MUST BE ABLE TO PERFORM THE REQUAIRED TASK AS OUTLIN...

    $15 - $20
    $15 - $20
    0 ofertas
    Fortan Compiler Finalizado left

    The project is to write a compiler for Fortran 95. The fortran 95 program to be read in has only to be about 8 lines long and may contain loops but does not deal with complicated structures like arrays or anything. The program read in will be syntactically and semantically correct. The compiler then has to convert this program, creating a syntax tree and output the equivalent code in intermediate form. It also has to highlight in red hotspots within the program. It has to be presented in a user friendly GUI environment. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this ...

    $30 - $60
    $30 - $60
    0 ofertas
    Fortran syntax Finalizado left

    Write a perl code to change the style of Fortran declarations. In Fortran, there are two ways to declare (for example) 2D arrays of dimensions m and n: (1) real, dimension(m,n) :: x,y (2) real :: x(m,n),y(m,n) I want you to write a Perl script that converts declarations from style (1), with the 'dimension' keyword, to style (2), without it. If a line does not contain the word 'dimension', pass it through unchanged. Note that the actual variables being declared always appear after a "::" string. The perl script should transform lines like these real(SP), dimension(:,:), intent(in out) :: a,b real(SP), dimension(:), intent(out) :: w integer(I4B) :: i,its,j,k,l,m,n,nm real(SP) :: anorm,c,f,g,h,s,scale,x,y,z real(SP), dimension(size(a,1)) :: tempm re...

    $12 (Avg Bid)
    $12 Oferta promedio
    2 ofertas

    Write a fortran 90 code for solving Ax = b, (where A consists of Reals of a n*n and b consists of reals of n) if A is TRIDIAGONAL. You MUST incorporate PIVOTING. Your storage for A MUST be an array of size 4*n (4 rows, n columns). Test your code and produce output for Ax = b with a = 1/(2n-i-j+1) n=6, b=1 2 3 4 5 6 a copy of the code and OUTPUT must be produced. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform program can be on any system as long as it is in fortran 90...

    $12 (Avg Bid)
    $12 Oferta promedio
    1 ofertas

    program 1) Write in fortran 90, code for factoring A (assume no pivoting) where A consists of reals of a n*n & n = mb (b is the blocksize) Your algorithm should be a block LU factorization algorithm. It should make use of the following 4 subroutines available from the code shown below. a)subroutine lu(a,n) integer, intent(in)::n real(pre), dimension(:,:), intent(inout) ::a This subroutine factors an n*n matrix into l and u stored (overwritten) in a b)subroutine fs(a1,a2,b,n) integer, intent (in)::b,n real(pre), dimension(:,:), intent(in)::a1 real(pre), dimension(:,:) intent(inout)::a2 This subroutine uses forward substitution to solve a1*x = a2 where a1 is a b*b lower triangular matrix (only the lower triangular part of a1 is used) and a2 is a b*n matrix (as is x). a2 is overwri...

    $19 (Avg Bid)
    $19 Oferta promedio
    1 ofertas

    ...sub-routine that performs forward and backward substitution in a column-oriented manner in fortran 90. To test your code compute b = Ax where x = (1,1,.....,1)expT. Then use your code to solve b = Ax' + compare x with x'. For A use the upper and lower portions of the hilbert matrix. Turn in a copy of your code + the results for n = 10. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform program should be in fortran 90. should be able to run on unix. ## Dea...

    $42 (Avg Bid)
    $42 Oferta promedio
    1 ofertas

    The project involves solving a differential- algebraic System of equations by solving the non-linear equations first and then using the solution to solve the ODE. This is followed by continuation of the solution w.r.t. to one of the parameters employing some continuation technique....equation set can be sent later. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. 4) Digital Visual Fortran 6.0 is preferred. Matlab can also do but a detailed description is required. ## Platform Platform : ...

    $30 - $100
    $30 - $100
    0 ofertas
    perl and shell coding Finalizado left

    Software Tools for Engineers - Course work I UNIX Shell Programming o Write a UNIX shell script to demonstrate how it can be used to automatically control your computer processes in an order that you set. These computer processes include executing any simulation program (C, C++, Java, Basic, Pascal or Fortran) that you have written, or running exsiting programs such as Netscape, Matlab etc. There are no particular requirements on these computer processes that you will use, but the proposed shell script should be able to § initialize the first computer process, and take the input either from the keyboard or from the existing DAT files § take the output from the first process, and manipulate the output file such as sorting the list, deleting unwanted data etc. § input t...

    $32 (Avg Bid)
    $32 Oferta promedio
    5 ofertas
    bandpass Finalizado left

    Only coders who are not busy and can own up to two weeks for completion. * the current code is in Fortran. It needs to be converted to Visual C++. The current program has a lot of code, but not all is needed. Need program to be completed in two week. Bonus paid! * only a few will be sent the code in Fortran if they agree to these terms. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform Visual c++

    $95 (Avg Bid)
    $95 Oferta promedio
    18 ofertas

    I have a functional DLL created using Fortran that I use in Visual basic 6. If a runtime error occurs from a function in the DLL, then the VB program crashes and the error cannot be trapped in VB. Anyone has solution to this problem? Source code for testing is included, please see the attached file. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform Windows 2000

    $8 (Avg Bid)
    $8 Oferta promedio
    2 ofertas

    I need to have a 700-line Fortran program that runs under Windows converted into one written in Visual C++. ***UPDATE*** I've managed to do that myself, now it is running at about 3fps, and I need it to be at least 10 times faster than that! So...does anybody know 3D acceleration / DirectX etc? ## Deliverables Complete and fully-functional working program in executable form as well as complete source code of all work done. Complete copyrights to all work purchased. All source Code (Fotran or VC++) must be kept absolutely confidential. ## Platform windows 98 and later

    $192 (Avg Bid)
    $192 Oferta promedio
    25 ofertas

    USE FORTRAN 95 OR FORTRAN 77 Synopsis: Read data from a text file and compute a correlation matrix. Details: Read a text file called "" with numerical data in the following format: 3 ! # of variables -- data stored in columns 4 ! # of lines of data 1.0 1.0 1.0 2.0 4.0 8.0 3.0 9.0 27.0 4.0 16.0 64.0 output (for this data set): 1.0000 0.9844 0.9514 0.9844 1.0000 0.9905 0.9514 0.9905 1.0000 The program should be in standard Fortran 95 or Fortran 77, with all variables declared (no implicit typing). A separate function should be used to compute the correlation. ## Deliverables Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. Complete copyrights to all work purchased. ## Platform Wi...

    $5 - $10
    $5 - $10
    0 ofertas

    I have a medium sized Fortran 77 program that I want to run on a windows PC using Absoft Pro Fortran. I want to generate the input file on Excel and read the output file and do plots on Excel. Has anyone done this type of work? I would like to obtain a sanitized copy of a program that can do this. ## Deliverables Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. Complete copyrights to all work purchased. ## Platform Windows 98 version 2, PC with Excel 2000

    $68 (Avg Bid)
    $68 Oferta promedio
    4 ofertas

    I have a binary file created from a Fortran programm.I can send u the full source code of this job is to read the data from that file using Matlab or C++.I had used till now a small Fortran program which it was given to me as an additional program with the first one and it transforms the data into ascii and dumps them into a job that this program do, i need to do in matlab or C++. That because this program reads all the data but extract the average values(in the source: divides the value of the quantity by the number of the times it reads the data base on the TIME value).I will give u more informations on everything u aske me about this programs. ## Deliverables Complete and fully-functional working program(s) in executable form as well as complete source code of all

    $59 (Avg Bid)
    $59 Oferta promedio
    12 ofertas

    Final dissertation Title:Numerical Analysis of Ordinary Differentila Equations(Predictor and Corrector method) ## Deliverables Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. The whole dissertation should have ,Chapters and Conclusion(not less than 30 A4 typed pages,not more than 50 A4 typed pages) 2.Refer...method) ## Deliverables Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. The whole dissertation should have ,Chapters and Conclusion(not less than 30 A4 typed pages,not more than 50 A4 typed pages) ,Bibliografy and Appendices ## Platform Microsoft Word and some examples(numerical analysis) in Fortran 90

    $73 (Avg Bid)
    $73 Oferta promedio
    3 ofertas
    VAX Prog Finalizado left

    WRITE A VAL PROGRAM THAT CONSISTS OF A MAIN MODULE AND THREE SUBPROGRAMS NAMED F1, F2 AND F3. THE PURPOSE OF MAIN IS TO READ AND PRINT THE INPUT, CALL F1(A,B,C,D,XNEW,ITER), EVALUATE F2(A,B,C,D,XNEW) AND PRINT RESULTS AS SPECIFIED BELOW. EXECUTION BEGINS AND TERMINATES IN MAIN. A, B, C, D, XNEW AND ITER ARE ALL STORED IN MAIN. MAIN IS WRITTEN IN A HIGHER LEVEL LANGUAGE SUCH AS FORTRAN. THE PURPOSE OF SUBPROGRAM F1 IS TO PERFORM THE FOLLOWING ITERATIVE COMPUTATION: ITER <-- 0 XOLD <-- 1.0 1 XNEW <-- XOLD - F2(A,B,C,D,XOLD)/F3(A,B,C,XOLD) IF(ABS((XNEW - XOLD)/XNEW) < 10.0**-13)RETURN ELSE XOLD <-- XNEW ITER <-- ITER +1 GO TO 1 AND RETURN THE VALUES OF XNEW AND ITER TO MAIN. F1 HAS SIX ARGUMENTS A, B, C, D, XNEW AND ITER. MAIN PASSES ITS ARGUMENTS TO F1 WHICH IN TURN ...

    $34 (Avg Bid)
    $34 Oferta promedio
    3 ofertas

    Ok if you know one of this language below continue reading. -APL -Fortran -Pascal Pick one of the language above and write a sorting program. Accomplish the following task. A. Read a file that contain 100 integer. B. Ask the user to enter how many integer that he/she want to sort from the file. C. Runs(and preferably times) either an insertion or selection sort, with results displayed or written file. D. Runs(and preferably times) a quicksort. Calls to an internal sort are not permitted, except in APL. E. I have attached test data called with this bid. ## Deliverables Complete and fully-functional working program(s) in EXECUTABLE form as well as complete source code of all work done. Complete copyrights to all work purchased. TELL ME WHAT COMPILER YOU USE FOR THE LANGUAGE YOU US...

    $17 (Avg Bid)
    $17 Oferta promedio
    1 ofertas
    Fortrain and C program Finalizado left

    ...Assignment 1 (Write 2 programs, one in Fortran and one in C, both do the same thing as described below) In this first assignment, since we have been discussing efficiency and FORTRAN, let's run a race between FORTRAN and C on the RS-6000 system. I have made a function to allow you to do CPU timings from FORTRAN (by calling on C), and so what we will do is a long winded series of floating point computations and CPU time the thing. You will simply write a FORTRAN module to do numerical integration and CPU time how long it takes, using 1 million subintervals. I will discuss FORTRAN in class; here I will simply outline the trapezoidal rule, and how to do the CPU timing. For CPU timing, first get the file getclock.o as with getfile getclock.o Th...

    $30 (Avg Bid)
    $30 Oferta promedio
    3 ofertas

    please help me communicating with languages like fortran,pascalBASIC or oracle from c platform,i.e a same program uses more than one language ## Deliverables Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. Complete copyrights to all work purchased.

    $61 (Avg Bid)
    $61 Oferta promedio
    2 ofertas
    Fortran 95 program Finalizado left

    It is a program on Fortran 95 that performs calculations according to data given from a table by using dynamic arrays and subroutines. ## Deliverables Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.

    $16 (Avg Bid)
    $16 Oferta promedio
    3 ofertas

    Principales artículos de la comunidad fortran