2020-04-02 17:38:12 +08:00
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.Linq;
|
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace conductortension
|
|
|
|
|
|
{
|
|
|
|
|
|
class Program
|
|
|
|
|
|
{
|
|
|
|
|
|
static void Main(string[] args)
|
|
|
|
|
|
{
|
2020-04-18 10:55:58 +08:00
|
|
|
|
//conductortension.Core.calStressLoadNew para = new conductortension.Core.calStressLoadNew();
|
|
|
|
|
|
//para.DaiWen = 40;
|
|
|
|
|
|
//para.DaiBing = 0;
|
|
|
|
|
|
//para.DaiFeng = 0;
|
|
|
|
|
|
//para.DangJu = 300;
|
|
|
|
|
|
//double zhangli;
|
|
|
|
|
|
//zhangli = 123;
|
|
|
|
|
|
//conductortension.Core.CalZhangLi(para, ref zhangli);
|
2020-04-02 17:38:12 +08:00
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|