下载频道> 资源分类> 编程语言> C源码> 实例267 绘制立体窗口

标题:实例267 绘制立体窗口
分享到:

所属分类: C源码 资源类型:程序源码 文件大小: 1.78 KB 上传时间: 2017-07-15 23:04:23 下载次数: 92 资源积分:1分 提 供 者: admin 实例267 绘制立体窗口
内容:
/* Note:Your choice is C IDE */
#include "stdio.h"
#include<conio.h>
void window_3d( int, int, int, int, int, int );
int main(void)
{
directvideo = 0;
textmode(3);
textbackground( WHITE );
textcolor( BLACK );
clrscr();
window_3d( 10,4,50,12, BLUE, WHITE );
gotoxy( 17,6);
cputs("The first window");
window_3d(20,10,60,18,RED, WHITE );
gotoxy(17,6);
cputs("The second window");
getch();
return 0;
}
void window_3d( int x1, int y1, int x2, int y2, int bk_color, int fo_color)
 
{
textbackground(BLACK);
window(x1, y1,x2, y2);
clrscr();
textbackground(bk_color);
textcolor(fo_color);
window(x1-2, y1-1, x2-2, y2-1);
clrscr();
}
 

文件列表(点击上边下载按钮,如果是垃圾文件请在下面评价差评或者投诉):

实例267 绘制立体窗口
实例267 绘制立体窗口\www.gusucode.com
实例267 绘制立体窗口\文件说明.txt
实例267 绘制立体窗口\www.gusucode.com.txt
实例267 绘制立体窗口\www.gusucode.com\267.c
实例267 绘制立体窗口\【谷速代码】-免费源码.url

关键词: 实例 立体

相关推荐

Top_arrow
回到顶部
联系方式| 版权声明| 招聘信息| 广告服务| 银行汇款| 法律顾问| 兼职技术| 付款方式| 关于我们|
网站客服网站客服 程序员兼职招聘 程序员兼职招聘
沪ICP备19040327号-3
公安备案号:沪公网安备 31011802003874号
库纳格流体控制系统(上海)有限公司 版权所有
Copyright © 1999-2014, GUSUCODE.COM, All Rights Reserved