Ai
1 Star 0 Fork 2

CQBTSC0212/WLW_Electricity_detection

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Share.cs 576 Bytes
一键复制 编辑 原始数据 按行查看 历史
金逸 提交于 2022-05-26 16:26 +08:00 . 优化界面
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WLW_Electricity_detection
{
internal class Share
{
public static string val = "";
public static string val_time = "";
public static double power_shortage_Q = 0;
public static double power_shortage = 1;
public static double low_energy = 1.5;
public static double order = 2;
public static double fully_loaded = 3.3;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cqbtsc0212/wlw_-electricity_detection.git
git@gitee.com:cqbtsc0212/wlw_-electricity_detection.git
cqbtsc0212
wlw_-electricity_detection
WLW_Electricity_detection
master

搜索帮助