-
PV_Battery_Vf_Model
搭建的独立型光伏发电系统,包括光伏电池模型,MPPT算法和蓄电池的充放电控制,三相离网逆变器的Vf控制。(The independent photovoltaic power generation system consists of photovoltaic cell model, MPPT algorithm and battery charging and discharging control, Vf control of three-phase off-grid inverter.)
- 2021-01-07 19:18:53下载
- 积分:1
-
good opencv entry documents, the follow
很好的opencv入门文档,后续上传其他相关-good opencv entry documents, the follow-up to other relevant Upload
- 2022-08-23 22:25:26下载
- 积分:1
-
极好的屏幕保护程序 有需要的可以下载 打雷下雨
极好的屏幕保护程序 有需要的可以下载 打雷下雨-Excellent screen saver needy can download thunder rain
- 2022-08-06 18:46:48下载
- 积分:1
-
GSalgorithm2
GS迭代算法,用于相位型傅里叶全息图的计算(GS algorithm, used to calculate phase hologram.)
- 2020-06-26 19:00:01下载
- 积分:1
-
SRM_3D
说明: 开关磁阻电机的maxwell3d模型,模拟效果不错(The Maxwell 3D model of SRM has good simulation effect)
- 2020-06-06 17:54:07下载
- 积分:1
-
C# 泛型列表List用法示例
C# 泛型列表List用法示例,从给出的人员名单中,过滤人员名称中以"科"结束的序列,遍历查询结果。
private void Frm_Main_Load(object sender, EventArgs e)
{
List People = new List{//创建人员列表
new Person(1,"王*科"),
new Person(2,"王*科"),
new Person(3,"赵*东")};
var query = from p in People//过滤人员名称中以"科"结束的序列
where p.Name.EndsWith("科")
select new
{
人员ID = p.ID,
人员姓名 = p.Name
};
foreach (var item in query)//遍历查询结果
{
label1.Text += item + "
";
}
}
}
public class Person
{
public Person(int id, string name)
{
this.ID = id;
this.Name = name;
}
public int ID { get; set; }//人员ID
public string Name { get; set; }//人员姓名
}
- 2023-01-08 20:45:03下载
- 积分:1
-
SQL的应用,用DELPHI进行的数据库操作
SQL的应用,用DELPHI进行的数据库操作-SQL application, the database which carries on with DELPHI
operates
- 2022-03-11 16:26:40下载
- 积分:1
-
组态软件设计与开发配套源码,用VC写的,很有参考价值
组态软件设计与开发配套源码,用VC写的,很有参考价值-Configuration software design and development of supporting source code, written using VC, it is reference value
- 2022-03-24 10:42:35下载
- 积分:1
-
oscilloscope
一个用LabVIEW编写的模拟示波器程序,有很好看的界面哦(An analog oscilloscope program written by LabVIEW has a good interface.)
- 2019-04-25 13:28:14下载
- 积分:1
-
cfg命令_peakGrouping_峰值检测
解释TI官方雷达cfg配置文件中的分值检测(Explain the score detection in the CFG configuration file of TI official radar)
- 2020-06-22 18:20:02下载
- 积分:1