?? figure.h
字號:
/**
* @shaunchyxion works
* 2009.4
*/
#ifndef FIGURE_H_INCLUDE
#define FIGURE_H_INCLUDE
#include "graphics.h"
//突起的二維條形圖
void upbar(int x1,int y1,int x2,int y2);
//凹陷的二維條形圖
void dnbar(int x1, int y1, int x2, int y2);
//突起的二維條形圖
void upbar(int x1,int y1,int x2,int y2);
//可填充的凹陷二維條形圖
void dnbarfill(int x1, int y1, int x2, int y2, int color);
//突起填充的圓形
void upCircleFill(int x, int y, int r,int color);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -