惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
博客园 - 司徒正美
Last Week in AI
Last Week in AI
Recent Announcements
Recent Announcements
Y
Y Combinator Blog
博客园 - 聂微东
M
MIT News - Artificial intelligence
博客园_首页
Jina AI
Jina AI
博客园 - 叶小钗
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hackread – Cybersecurity News, Data Breaches, AI and More
J
Java Code Geeks
F
Fortinet All Blogs
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
Vercel News
Vercel News
The Cloudflare Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
云风的 BLOG
云风的 BLOG
N
Netflix TechBlog - Medium
B
Blog
Google DeepMind News
Google DeepMind News
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - Aween's Blog

showModelessDialog()使用详解 通用数制转换器 图形旋转的C语言源程序 字符串查找 c语言库函数 学习c语言程序设计的误区 图形处理 基本调试手段 图形程序运行的条件 关于二十四点游戏的编程思路 飞行字 全屏幕模拟时钟的c源程序 以前常用的攻击软件源代码 图形模式下的汉字显示 两个矩阵相乘的源程序 运行错误的判断与调试 五子棋算法 上海黑暗之龙--麻将原代码 董乘宇--迷宫程序1.10版
设计彩色框的c源程序
Aween's Blog · 2006-03-02 · via 博客园 - Aween's Blog

/********************************************************
* CLRSCR *
*------------------------------------------------------*
* This function positions the cursor at the specified *
* x,y coordinate. It uses the ANSI standard ESCAPE *
* sequence to produce the desired effect. Its not the *
* fastest way to position the cursor, but perhaps the *
* most portable. *
* *
********************************************************/
clrscr()
{
printf("%c[2J",ESC);
}

posted on 2006-03-02 21:55  Aween's Blog  阅读(212)  评论()    收藏  举报