-
PMSM MRAS
说明: 基于MRAS的PMSM无传感器控制simulink仿真(Sensorless Control Simulation of PMSM Based on MRAS)
- 2019-04-04 18:33:24下载
- 积分:1
-
光学常数反演PSO
光学常数反演,粒子群反演材料光学常熟源代码(PSO Optical constants inversion, particle swarm inversion material optics Changshu source code)
- 2020-07-05 22:18:59下载
- 积分:1
-
移动硬盘盒的电路,包括电路原理图和电路板。
移动硬盘盒的电路图,包括原理图和PCB。-Mobile hard disk box of circuitry, including schematic and PCB.
- 2022-01-26 05:11:19下载
- 积分: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
-
海盗(Haidao) PHP网店系统 v1.1.5 Beta
海盗(Haidao) PHP网店系统,具备4大特色功能模块:商品规格/类型模块、运营推广模块、统计模块、插件模块。
本次是一个更新版本,进行了多项功能的优化,统一了后台日期控件,并调整了一些细节,让其运行更安全、更易用。具体更新明细请参阅压缩包官方说明。
- 2022-04-15 06:09:00下载
- 积分:1
-
freadbk
可以读取复数的数据,如sar影像对的干涉图(Using this,you can read complex data, such as the interferogram of SAR image pairs.)
- 2018-09-05 10:35:27下载
- 积分:1
-
weimiao
此程序描述了应用CoSAMP方法的压缩传感重构程序( This procedure describes the application of compressed sensing reconstruction methods use CoSAMP program)
- 2009-11-10 14:41:33下载
- 积分:1
-
ABBdcBreaker
直流断路器经典拓扑,加入了二阶RLC放电电路和动作逻辑判断电路,并说明了每个动作的逻辑关系(topology of ABB DCCB)
- 2017-10-27 15:23:19下载
- 积分:1
-
1.1
说明: 创建一个计时测试程序,比较公式节点和本地LabVIEW数学函数的平均执行时间。此程序需要一个For循环或一个平序或叠序结构以及一个Case结构。要求For循环运行计时测验N次,然后使用Statistics Express VI对结果做平均。要求顺序结构在代码运行之前以及代码运行之后对Tick Count进行采样。要求Case结构判定用户是要执行公式节点还是要执行本地LabVIEW数学函数。对每个分支运行计时测验程序。哪种方法执行时间最快?哪种方法最容易编程?别人要看程序时,哪种方法更容易理解?(Create a timing test program to compare the average execution time of formula nodes and local LabVIEW mathematical functions. This program needs a For loop or a plain or overlapping structure and a Case structure. Require the For cycle to run the timing test N times, and then use Statistics Express VI to average the results. The sequential structure is required to sample Tick Count before and after the code runs. The case structure is required to determine whether the user wants to execute formula nodes or local LabVIEW mathematical functions. Run the timing test program for each branch.)
- 2018-12-27 13:17:51下载
- 积分:1
-
libfreefare
说明: 为MIFARE卡片提供简单方便的API
需要libnfc库(The libfreefare project aims to provide a convenient API for MIFARE card manipulations.
libnfc library is requried)
- 2020-06-24 23:40:12下载
- 积分:1