当前位置:网站首页>在代码中使用度量单位,从而生活更美好
在代码中使用度量单位,从而生活更美好
2022-07-04 03:55:00 【dotNET跨平台】
在我们的应用软件中,涉及到物理化学计算时,只有 Frink 、F#、Modelica 少数语言变量是自带单位的,大部分语言变量仅包含数值,单位转换需要在变量进行公式计算之前完成,计算后再把结果单位转换为输出单位,单位转换主要通过若干常数实现。这带来了两个问题:
大量常数降低代码可读性和维护性;
计算精度难以保障。
UnitsNet 用具有单位的变量替代double,支持单位的自动转换,并(部分)支持不同单位的乘除计算。使用UnitsNet 写公式计算代码,可以避免直接的单位转换,使程序的调用者可以使用任意单位作为输入。在.NET IoT 将 UnitsNet 用于任何传感器在绑定中公开的任何单元。在文档里有明确的设备 API 的约定:https://github.com/dotnet/iot/blob/main/Documentation/Devices-conventions.md
相关参考文章:
理化计算程序必备:CoolProp+UnitsNet:https://blog.csdn.net/xhydongda/article/details/120663619
深入研究 .NET NANOFRAMEWORK 的一年:https://www.nanoframework.net/laurent-ellerbach-a-year-deeply-in-net-nanoframework/
边栏推荐
- 虚拟商品帐号交易平台源码_支持个人二维码收款
- Virtual commodity account trading platform source code_ Support personal QR code collection
- Imitation of "game bird" source code, mobile game issue evaluation, open service, open test collection, game download website template
- Dp83848+ network cable hot plug
- leetcode:1314. Matrix area and [2D prefix and template]
- Exploration and practice of eventbridge in the field of SaaS enterprise integration
- 6-5漏洞利用-SSH弱口令破解利用
- Wechat official account infinite callback authorization system source code
- Niuke Xiaobai monthly race 49
- Acwing game 58
猜你喜欢
Keysight n9320b RF spectrum analyzer solves tire pressure monitoring scheme
Asahi Kasei participated in the 5th China International Import Expo (5th ciie) for the first time
两万字带你掌握多线程
附件六:防守工作简报.docx
MySQL 索引和事务
【云原生】那些看起来很牛X,原理却很简单的一行代码
Formatted text of Kivy tutorial (tutorial includes source code)
UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte 0x98 in position 1093: illegal multibyte sequence
附件五:攻击过程简报.docx
软件设计文档示例模板 - 学习/实践
随机推荐
MIN_RTO 对话
Use NRM and NVM to manage your NPM source and node versions
Why use node
Imitation of "game bird" source code, mobile game issue evaluation, open service, open test collection, game download website template
苹果CMS仿西瓜视频大气响应式视频模板源码
Acwing game 58
MySQL indexes and transactions
附件五:攻击过程简报.docx
Statistical genetics: Chapter 3, population genetics
rac删除损坏的磁盘组
Change the background color of Kivy tutorial (tutorial includes source code)
GUI 应用:socket 网络聊天室
技术管理 - 学习/实践
多位科技公司创始人向Entrepreneur First提供高达1.58亿美元的C轮融资,协助其投资下一代全球创新者
Select function variable column name in dplyr of R language
Formatted text of Kivy tutorial (tutorial includes source code)
MySQL JDBC programming
优秀的测试/开发程序员是怎么修炼的?该往哪走......
【Go】数据库框架gorm
LeetCode136+128+152+148