From 0f22c7967e856a49c6e9dcd2d0aba4bf1a3afcd9 Mon Sep 17 00:00:00 2001 From: Tian jianyong <11429339@qq.com> Date: Tue, 22 Oct 2024 16:38:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index aab26f1..3091cb3 100644 --- a/Program.cs +++ b/Program.cs @@ -24,7 +24,7 @@ class Program double pulseWidth = 15; // 15 ns double targetDistance = 1; // 1公里 double receiverDistance = 1; // 1公里 - double targetReflectivity = 0.2; // 假设坦克反射率为20% + double targetReflectivity = 0.2; // 假设目标反射率为20% // 计算激光透过率和接收功率 double transmittance = AtmosphericTransmittanceCalculator.CalcLaser(weatherCondition, targetDistance);