# Calculator-HarmonyOs **Repository Path**: Wshape1/calculator-harmonyos ## Basic Information - **Project Name**: Calculator-HarmonyOs - **Description**: 一个基于鸿蒙(HarmonyOS)API 9的多功能计算器。使用ArkTs开发。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2023-11-30 - **Last Updated**: 2024-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: HarmonyOS组件, 鸿蒙 ## README # Calculator-HarmonyOs #### 介绍 一个非常粗糙的鸿蒙应用,基于鸿蒙(HarmonyOS)API 9的多功能计算器,除了基本的加减乘除功能外,还有面积转换、长度转换、进制转换、称呼计算、大写数字和BMI计算等。 鸿蒙移动应用技术课程的大作业。 该应用基于[ 简易计算器(ArkTS) - Gitee.com](https://gitee.com/harmonyos/codelabs/tree/master/SimpleCalculator)为基础进行开发修改。 其中亲戚称呼计算使用Relationship.js_v1.2.4。Github: [mumuy/relationship: 中国亲戚关系计算器_Chinese kinship system. (github.com)](https://github.com/mumuy/relationship) 界面设计有参考MIUI14的计算器 #### 展示 默认页面 ![img](https://gitee.com/Wshape1/share-file/raw/master/calculator-harmonyos/home.png) 菜单页面 ![img](https://gitee.com/Wshape1/share-file/raw/master/calculator-harmonyos/menu.png) 面积换算 ![img](https://gitee.com/Wshape1/share-file/raw/master/calculator-harmonyos/area.png) 大写数字 ![img](https://gitee.com/Wshape1/share-file/raw/master/calculator-harmonyos/bignum.png) 进制转换 ![img](https://gitee.com/Wshape1/share-file/raw/master/calculator-harmonyos/binary.png) BMI计算 ![img](https://gitee.com/Wshape1/share-file/raw/master/calculator-harmonyos/bmi.png) 称呼计算 ![img](https://gitee.com/Wshape1/share-file/raw/master/calculator-harmonyos/call.png) 速度转换 ![img](https://gitee.com/Wshape1/share-file/raw/master/calculator-harmonyos/speed.png)