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

📄 492.html

📁 linux 0.11中文版 有注释
💻 HTML
字号:
<html>
<head>
<title>gotoxy</title>
<meta name='robots' content='noindex,nofollow'>
<meta name='generator' content='GLOBAL-5.4.1'>
</head>
<body text='#191970' bgcolor='#f5f5dc' vlink='gray'>
<pre>
<a href='../S/60.html#L599'>gotoxy</a>            599 kernel/chr_drv/console.c   gotoxy (saved_x, saved_y);
<a href='../S/60.html#L687'>gotoxy</a>            687 kernel/chr_drv/console.c 	    gotoxy (0, y + 1);
<a href='../S/60.html#L741'>gotoxy</a>            741 kernel/chr_drv/console.c 	      gotoxy (par[0], y);
<a href='../S/60.html#L747'>gotoxy</a>            747 kernel/chr_drv/console.c 	      gotoxy (x, y - par[0]);
<a href='../S/60.html#L754'>gotoxy</a>            754 kernel/chr_drv/console.c 	      gotoxy (x, y + par[0]);
<a href='../S/60.html#L761'>gotoxy</a>            761 kernel/chr_drv/console.c 	      gotoxy (x + par[0], y);
<a href='../S/60.html#L767'>gotoxy</a>            767 kernel/chr_drv/console.c 	      gotoxy (x - par[0], y);
<a href='../S/60.html#L773'>gotoxy</a>            773 kernel/chr_drv/console.c 	      gotoxy (0, y + par[0]);
<a href='../S/60.html#L779'>gotoxy</a>            779 kernel/chr_drv/console.c 	      gotoxy (0, y - par[0]);
<a href='../S/60.html#L785'>gotoxy</a>            785 kernel/chr_drv/console.c 	      gotoxy (x, par[0]);
<a href='../S/60.html#L794'>gotoxy</a>            794 kernel/chr_drv/console.c 	      gotoxy (par[1], par[0]);
<a href='../S/60.html#L952'>gotoxy</a>            952 kernel/chr_drv/console.c   gotoxy (ORIG_X, ORIG_Y);	// 初始化光标位置x,y 和对应的内存位置pos。
</pre>
</body>
</html>

⌨️ 快捷键说明

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