⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 graphsubs.f

📁 linux环境下利用fortran语言开发
💻 F
字号:
* Copyright (c) Colorado School of Mines, 2007.* All rights reserved.	subroutine initgraph()**	initializes graphics operations*	return	end	subroutine endgraph()**	ends graphics operations*	return	end	subroutine setcol(col)	integer col**	sets drawing color: col must be strictly *	positive.*	return	end	subroutine move(x,y)	real x, y**	moves cursor location to x, y: x and y are *	the plotting coordinates in inches from the *	lower left corner of the graphic device, with *	x horizontal positive and y vertical positive.*	return	end	subroutine draw(x,y)	real x, y**	draws from current cursor location to x, y: x and y are *	the plotting coordinates in inches from the *	lower left corner of the graphic device, with *	x horizontal positive and y vertical positive.*	return	end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -