TSZQ_OpenHarmony-RISC-V-Emb.../drawing/README.md

19 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# drawing
### 1、项目说明
本项目拟实现一个复杂函数计算及其曲线绘制系统基本功能为1用户能够设置自变量的步长和个数2程序会根据用户设置的函数以及步长和个数信息解析函数获取点集并执行绘制的操作3用户能够自定义函数并保存在可识别函数中使其能够参与新函数的构造4用户能够切换函数分别在二维和三维环境下的绘制5程序会解析用户输入的函数将多项式分成单项式并以“树”的形式呈现。
### 2、开发环境说明
1系统版本OpenHarmony 4.0 Release
2SDK版本API 10
3Model类型Stage
4DevEco Studio版本Deveco Studio 4.0 release
5硬件环境Unionpi Whale、RK3566开发板
6预览器参数(1)DeviceType:default;(2)Resolution:560-1280;(3)DPI:240;其余参数自定。
### 3、项目主要函数调用关系图与项目输出界面演进图
图3.1 项目主要函数调用关系图
<img src="figs/relation.png" width=80% /></center>
图3.2 项目输出界面演进图
<img src="figs/evolution.png" width=80% /></center>