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

推荐订阅源

罗磊的独立博客
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Visual Studio Blog
MyScale Blog
MyScale Blog
M
MIT News - Artificial intelligence
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
The Blog of Author Tim Ferriss
Martin Fowler
Martin Fowler
博客园 - 【当耐特】
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
Google DeepMind News
Google DeepMind News
C
Check Point Blog
Last Week in AI
Last Week in AI
F
Fortinet All Blogs
博客园 - 聂微东
Blog — PlanetScale
Blog — PlanetScale
H
Help Net Security
GbyAI
GbyAI
云风的 BLOG
云风的 BLOG

博客园 - 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)  评论()    收藏  举报