Review Introduction to Programming with Fortran

lyngocskyler

New member
Introduction to Programming with Fortran

[Nhận Ngay Quà Tặng Đặc Biệt Khi Mua Sản Phẩm Này!]: (https://shorten.asia/81sJvR7A)
** Giới thiệu về lập trình với Fortran **

Fortran là một ngôn ngữ lập trình cấp cao, rất phù hợp cho các ứng dụng khoa học và kỹ thuật.Nó là một ngôn ngữ được biên dịch, có nghĩa là mã được dịch thành mã máy trước khi nó được thực thi.Điều này làm cho các chương trình Fortran nhanh chóng và hiệu quả.

Fortran cũng là một ngôn ngữ rất có cấu trúc, giúp bạn dễ dàng viết và duy trì các chương trình.Nó có một bộ phong phú các chức năng toán học và khoa học tích hợp, điều này làm cho nó lý tưởng để phát triển các ứng dụng chuyên sâu về tính toán.

Bài viết này cung cấp một giới thiệu về lập trình với Fortran.Nó bao gồm cú pháp cơ bản của ngôn ngữ, cũng như một số tính năng nâng cao hơn.Bài viết cũng bao gồm một số ví dụ để giúp bạn bắt đầu với chương trình Fortran.

## Điều kiện tiên quyết

Để làm theo hướng dẫn này, bạn sẽ cần những điều sau đây:

* Một máy tính có trình biên dịch C
* Trình biên dịch Fortran (GFORTRAN)
* Trình chỉnh sửa văn bản hoặc IDE

## Bắt đầu

Để bắt đầu với chương trình Fortran, bạn sẽ cần tạo một dự án mới.Bạn có thể làm điều này bằng cách tạo một thư mục mới và mở trình chỉnh sửa văn bản hoặc IDE.

Khi bạn đã tạo một dự án mới, bạn có thể bắt đầu viết mã của mình.Mã Fortran được viết trong một tệp văn bản với phần mở rộng `.f90`.

## Cú pháp cơ bản

Cú pháp cơ bản của Fortran tương tự như các ngôn ngữ lập trình khác.Các tuyên bố được chấm dứt bằng dấu chấm phẩy (`;`).

Các biến được khai báo bằng cách sử dụng từ khóa `integer`,` real` hoặc `phức tạp '.Ví dụ: mã sau đây khai báo hai biến, `i` và` j`, thuộc loại `integer`.

`` `
Số nguyên I, J
`` `

## Báo cáo gán

Các câu lệnh gán được sử dụng để gán giá trị cho các biến.Mã sau đây gán giá trị 10 cho biến `i`.

`` `
i = 10
`` `

## toán tử vận hành

Fortran hỗ trợ các toán tử số học sau:

* `+` Bổ sung
* `-` phép trừ
* `*` Nhân
* `/` Bộ phận
* `%` Mô đun

## toán tử logic

Fortran hỗ trợ các toán tử logic sau:

* `&&` logic và
* `||` logic hoặc
* `!` Logic không

## Câu lệnh điều khiển

Fortran hỗ trợ các câu lệnh kiểm soát sau:

* `Nếu 'câu lệnh
* `WHER
* `Do` Loop
* `for` Loop

## Chức năng

Fortran hỗ trợ các chức năng sau:

* Chức năng toán học
* Chuỗi chức năng
* Các chức năng logic
* Chức năng đầu vào/đầu ra

## Đầu ra đầu vào

Fortran cung cấp một số chức năng để đọc và ghi dữ liệu vào các tệp.Mã sau đây đọc một số từ bàn phím và in nó lên màn hình.

`` `
Đọc *, n
in *, n
`` `

## ví dụ

Mã sau đây in 10 số nguyên tố đầu tiên.

`` `
Chương trình Prime

không ẩn

Số nguyên :: I, J, N

n = 10

làm tôi = 2, n

làm j = 2, i - 1

if (mod (i, j) == 0) thì
lối ra
kết thúc nếu

kết thúc làm

if (j == i) thì
in *, tôi
kết thúc nếu

kết thúc làm

Kết thúc chương trình Prime
`` `

## Phần kết luận

Bài viết này đã cung cấp một giới thiệu ngắn gọn về lập trình với Fortran.Để biết thêm thông tin, vui lòng tham khảo các tài nguyên sau:

* [Ngôn ngữ lập trình Fortran] (https://www.fortran.org/)
* [Fortran Wikibook] (Fortran - Wikibooks, open books for an open world)
* [Hướng dẫn Fortran] (Fortran Tutorial)

## hashtags

* #Fortran
* #Programming
* #ScientificComputing
=======================================
[Nhận Ngay Quà Tặng Đặc Biệt Khi Mua Sản Phẩm Này!]: (https://shorten.asia/81sJvR7A)
=======================================
**Introduction to Programming with Fortran**

Fortran is a high-level programming language that is well-suited for scientific and engineering applications. It is a compiled language, which means that the code is translated into machine code before it is executed. This makes Fortran programs fast and efficient.

Fortran is also a very structured language, which makes it easy to write and maintain programs. It has a rich set of built-in mathematical and scientific functions, which makes it ideal for developing computationally intensive applications.

This article provides an introduction to programming with Fortran. It covers the basic syntax of the language, as well as some of the more advanced features. The article also includes a number of examples to help you get started with Fortran programming.

## Prerequisites

To follow this tutorial, you will need the following:

* A computer with a C compiler
* The Fortran compiler (gfortran)
* A text editor or IDE

## Getting Started

To get started with Fortran programming, you will need to create a new project. You can do this by creating a new directory and opening a text editor or IDE.

Once you have created a new project, you can start writing your code. Fortran code is written in a text file with the extension `.f90`.

## Basic Syntax

The basic syntax of Fortran is similar to other programming languages. Statements are terminated with a semicolon (`;`).

Variables are declared using the `integer`, `real`, or `complex` keyword. For example, the following code declares two variables, `i` and `j`, of type `integer`.

```
integer i, j
```

## Assignment Statements

Assignment statements are used to assign values to variables. The following code assigns the value 10 to the variable `i`.

```
i = 10
```

## Arithmetic Operators

Fortran supports the following arithmetic operators:

* `+` Addition
* `-` Subtraction
* `*` Multiplication
* `/` Division
* `%` Modulus

## Logical Operators

Fortran supports the following logical operators:

* `&&` Logical AND
* `||` Logical OR
* `!` Logical NOT

## Control Statements

Fortran supports the following control statements:

* `if` statement
* `while` loop
* `do` loop
* `for` loop

## Functions

Fortran supports the following functions:

* Mathematical functions
* String functions
* Logical functions
* Input/output functions

## Input/Output

Fortran provides a number of functions for reading and writing data to files. The following code reads a number from the keyboard and prints it to the screen.

```
read *, n
print *, n
```

## Examples

The following code prints the first 10 prime numbers.

```
program prime

implicit none

integer :: i, j, n

n = 10

do i = 2, n

do j = 2, i - 1

if (mod(i, j) == 0) then
exit
end if

end do

if (j == i) then
print *, i
end if

end do

end program prime
```

## Conclusion

This article has provided a brief introduction to programming with Fortran. For more information, please refer to the following resources:

* [The Fortran Programming Language](https://www.fortran.org/)
* [The Fortran Wikibook](https://en.wikibooks.org/wiki/Fortran)
* [The Fortran Tutorial](https://www.tutorialspoint.com/fortran/index.htm)

## Hashtags

* #Fortran
* #Programming
* #ScientificComputing
=======================================
[Đừng Bỏ Lỡ Sản Phẩm Hot Nhất - Số Lượng Có Hạn!]: (https://shorten.asia/81sJvR7A)
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top