fortran real

Other data types are real double precision floating numbers, complex numbers, characters, character strings and logical ...

fortran real

Other data types are real double precision floating numbers, complex numbers, characters, character strings and logical data. In a Fortran statement, data can ... ,Y=REAL(X). 轉換為實數. INTEGER. REAL. Y=DREAL(X). 取複數實部(倍精度). COMPLEX*16. REAL*8. Y=DIMAG(X). 取複數虛部(倍精度). COMPLEX*16.

相關軟體 Real Temp 資訊

Real Temp
Real Temp 是針對所有英特爾單核,雙核,四核和酷睿 i7 處理器設計的溫度監控程序。檢查如何使用 Real Temp. 這些處理器上的每個內核都有一個數字熱傳感器(DTS),用於報告相對於 TJMax 的溫度數據,TJMax 是 CPU 的安全最高操作核心溫度。當你的 CPU 變熱時,你到 TJMax 的距離將會減少。如果它達到零,你的處理器將開始熱油門或減速,所以最大限度地遠離 TJMa... Real Temp 軟體介紹

fortran real 相關參考資料
Chapter 3 輸出入及宣告

Fortran. Chapter 3 輸出入及宣告. 3-1 WRITE, PRINT. Example: program main ... real :: B character(len=1) :: C logical :: D. A = 1. B = 1.0. C = 'c'. D = .TRUE.

http://jupiter.math.nctu.edu.t

Fortran Data Types and Specification Statements

Other data types are real double precision floating numbers, complex numbers, characters, character strings and logical data. In a Fortran statement, data can ...

http://www-classes.usc.edu

FORTRAN 內建函數

Y=REAL(X). 轉換為實數. INTEGER. REAL. Y=DREAL(X). 取複數實部(倍精度). COMPLEX*16. REAL*8. Y=DIMAG(X). 取複數虛部(倍精度). COMPLEX*16.

http://physexp.thu.edu.tw

REAL (FORTRAN 77 Language Reference) - Oracle Docs

REAL. The REAL statement specifies the type of a symbolic constant, variable, array, function, or dummy function to be real, and optionally specifies array ...

https://docs.oracle.com

REAL - The GNU Fortran Compiler - GCC, the GNU Compiler Collection

Description: REAL(A [, KIND]) converts its argument A to a real type. ... Standard: Fortran 77 and later ... A, Shall be INTEGER , REAL , or COMPLEX .

http://gcc.gnu.org

REAL Function | Intel® Fortran Compiler 18.0 - Intel® Software

Elemental Intrinsic Function (Generic): Converts a value to real type. ... Intel® Fortran Compiler 18.0 Developer Guide and Reference.

https://software.intel.com

Real precision in Fortran Wiki

In Fortran 90 and later, intrinsic types such as real and integer have a kind attribute which guarantees a specific precision and/or range. real*8 ...

http://fortranwiki.org

The GNU Fortran Compiler: ABS

Name, Argument, Return type, Standard. ABS(A), REAL(4) A, REAL(4), Fortran 77 and later. CABS(A), COMPLEX(4) A, REAL(4), Fortran 77 and later. DABS(A) ...

https://gcc.gnu.org

The GNU Fortran Compiler: REAL

The GNU Fortran Compiler: REAL. ... REAL(A [, KIND]) converts its argument A to a real type. The REALPART function is provided for compatibility with g77 , and ...

https://gcc.gnu.org