资源简介
用C下的EGE库写的画板,有初始界面和菜单,可以画三角形,长方形什么的。
代码片段和文件信息
#include “circ.h“
#include “shape.h “
void circ(){
char a[50];
int i = 0 b[20] nos k = 0;
char *p ;
inputbox_getline(“Circle“ “Please input the coordinaries of the circle center and the radius of the circle.\nPlease use to separate them.“ a 50);
//--------------存入文件分割线----------------
SHAPE shape[200];
FILE * fp = NULL;
fp = fopen(“save.txt““r“); //读取文件
fscanf(fp“%d\n“ &nos);
if (nos < 0) nos = 0;
for(k=0; k < nos; k++) {
fscanf(fp“%d %10s %d %s %d %d\n“ &(shape[k].type) &(shape[k].name) &(shape[k].n) &(shape[k].coords) &(shape[k].fill) &(shape[k].color)); //保存原有数据
}
fclose(fp);
shape[nos].type = 2; //存入结构体
shape[nos]._name = “circle“;
shape[nos].n = 0;
shape[nos]._coords = a;
shape[nos].fill = 0;
sha
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 1980-01-01 00:00 Painter\
文件 135 2014-01-02 15:11 Painter\Whatever\readme.txt
目录 0 2014-01-02 15:03 Painter\Debug\
文件 891 2013-11-07 09:55 Painter\Painter.sln
文件 46592 2014-01-02 15:03 Painter\Painter.suo
目录 0 2014-01-02 14:59 Painter\Whatever\
文件 1696 2013-12-31 14:54 Painter\Whatever\circ.cpp
文件 50 2013-12-05 11:29 Painter\Whatever\circ.h
目录 0 2014-01-02 15:03 Painter\Whatever\Debug\
文件 1962 2014-01-02 15:03 Painter\Whatever\Debug\Painter.Build.CppClean.log
文件 397 2014-01-02 15:03 Painter\Whatever\Debug\Whatever.log
文件 55163 2013-06-01 21:16 Painter\Whatever\ege.h
文件 2026 2013-04-23 00:35 Painter\Whatever\graphics.h
文件 809138 2013-10-26 15:17 Painter\Whatever\graphics10.lib
文件 386 2013-12-24 14:23 Painter\Whatever\jack.cpp
文件 75 2013-11-27 22:52 Painter\Whatever\jack.h
文件 186 2013-12-24 14:23 Painter\Whatever\japan.cpp
文件 80 2013-11-27 22:52 Painter\Whatever\japan.h
文件 1651 2013-12-31 14:08 Painter\Whatever\line.cpp
文件 50 2013-12-28 10:56 Painter\Whatever\line.h
文件 2047 2014-01-02 14:53 Painter\Whatever\menu1.cpp
文件 71 2013-11-27 22:53 Painter\Whatever\menu1.h
文件 3401 2014-01-02 15:00 Painter\Whatever\menu2.cpp
文件 75 2013-11-27 22:53 Painter\Whatever\menu2.h
文件 774 2014-01-02 14:53 Painter\Whatever\opening.cpp
文件 53 2013-12-24 13:59 Painter\Whatever\opening.h
文件 367 2014-01-02 14:11 Painter\Whatever\Painter.cpp
文件 1758 2014-01-02 13:54 Painter\Whatever\poly.cpp
文件 50 2013-12-19 09:32 Painter\Whatever\poly.h
文件 1141 2014-01-02 15:00 Painter\Whatever\query.cpp
文件 51 2014-01-02 15:00 Painter\Whatever\query.h
............此处省略11个文件信息
- 上一篇:C/C++局域网语音传输
- 下一篇:VC++超市进销存管理系统Access
相关资源
- C语言课设计算器
- C语言 学生兴趣管理系统
- c语言实现火车订票系统(控制台)源
- 模拟笔记本电脑(C语言实现)
- c语言实现竞技比赛打分系统
- KMP算法C语言程序
- Linux c语言 学生成绩管理系统
- 弹跳的小球(test.c)
- 林锐—高质量C编程
- 基于c语言的通讯录系统
- C语言全套课件与教学资料-哈工大
- 计算机二级C语言真题.docx
- C语言实现 设备信息管理系统
- GBT 28169-2011 嵌入式软件 C语言编码规范
- C语言标准库函数大全.chm
- C语言常用代码(分章节)
- c语言课程设计:客房登记系统源码
- C语言常用算法源代码
- 吕鑫:VS2015之博大精深的0基础C语言视
- c语言文都讲义2020
- c语言课件56883
- C语言推箱子win控制台
- C语言程序设计50例.docx
- 烟花优化算法(c语言版)
- C语言程序设计教材习题参考答案.do
- 数据结构(C语言版)ppt课件,清华,
- c语言编程经典例题100例 word版
- C语言编译器的设计与实现.doc
- C语言基础教程.pdf56620
- C语言优先级
评论
共有 条评论