# graphicwin **Repository Path**: saiumr/graphicwin ## Basic Information - **Project Name**: graphicwin - **Description**: No description available - **Primary Language**: C++ - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-31 - **Last Updated**: 2022-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # graphicwin --------------------------------- #### make 在Linux下安装SDL2、SDL\_image、SDL\_ttf后利用Makefile自行构建,在windows下要确定第三方库的路径再构建 #### 操作 在运行程序之后,输入不等式,如x^2+y^2<25,目前实现的运算有+、-、x、/、幂、sin、cos、sqrt; | Key | Operation | | :----------: | :----------------------: | | Space | 单步执行 | | g | 隐藏等式图像与坐标轴 | | i | 开关信息 | | f | 显示不等式图像或等式图像 | | o | 一次执行完成结果 | | q | 退出程序 | | 鼠标左键拖拽 | 显示区域信息 | | 鼠标右键 | 改变信息显示位置 | #### 例子 [图片示例](./images/) 红色部分为不等式目标区域,白色部分为非目标区域,蓝色曲线为等式图像