| 查看: 768 | 回复: 3 | ||
mansamsung8113木虫 (正式写手)
|
[求助]
关于fortran new_line函数的用法 已有2人参与
|
| 请问fortran 中new_line()函数的具体含义和用法是什么? |
» 猜你喜欢
综述论文作为代表作会不会影响评审专家的印象分?
已经有3人回复
面上项目filecode邪修
已经有7人回复
应该是93bebmhtak前后十一个字符比较关键
已经有14人回复
2026国自然放榜时间
已经有4人回复
关于代码变化问题,想知道的进来
已经有22人回复
这样的filecode谁见过
已经有21人回复
filecode与中标关系的预测
已经有5人回复
fileCode有新解读?
已经有18人回复
关于filecode,很负责任的告诉大家
已经有7人回复
【2027博士申请】纳米药物递送方向
已经有5人回复

【答案】应助回帖
感谢参与,应助指数 +1
|
这是GNU上的官方说明,供参考。 Description: NEW_LINE(C) returns the new-line character. Standard: Fortran 2003 and later Class: Inquiry function Syntax: RESULT = NEW_LINE(C) Arguments: C The argument shall be a scalar or array of the type CHARACTER. Return value: Returns a CHARACTER scalar of length one with the new-line character of the same kind as parameter C. Example: program newline implicit none write(*,'(A)') 'This is record 1.'//NEW_LINE('A')//'This is record 2.' end program newline |
2楼2015-07-17 15:43:03
mansamsung8113
木虫 (正式写手)
- 应助: 2 (幼儿园)
- 金币: 3082.1
- 红花: 1
- 帖子: 562
- 在线: 208.6小时
- 虫号: 712068
- 注册: 2009-03-01
- 性别: GG
- 专业: 金属材料的力学行为

3楼2015-07-18 14:44:51
charleslian
木虫 (小有名气)
- 应助: 21 (小学生)
- 金币: 1725.5
- 散金: 100
- 红花: 7
- 帖子: 83
- 在线: 49.3小时
- 虫号: 1089067
- 注册: 2010-09-04
- 专业: 凝聚态物性 II :电子结构
4楼2015-07-18 15:01:07










回复此楼
20