-
boxcount
说明: 非常好的资源哦,非常好用的图像灰度二值、分形分析等(Very useful Fractal Analysis Toolbox, Wavelet Analysis, etc.)
- 2019-04-17 15:48:26下载
- 积分:1
-
当司机在一个地方没有油时,它应该在去那个地方去加油,走那条路为够更好的为他(她)服务,这条路又会经过那些地方, 系统会生成一个解决方案为司机提供一个选择的机会。...
当司机在一个地方没有油时,它应该在去那个地方去加油,走那条路为够更好的为他(她)服务,这条路又会经过那些地方, 系统会生成一个解决方案为司机提供一个选择的机会。-when the driver in a place without oil, it should go to those places to refuel and which way to go to better enough for him (her), this road will go through, system will generate a solution for the drivers an opportunity to choose.
- 2022-02-25 05:35:50下载
- 积分:1
-
Hitachi Actsip-H update 259B
说明: THIS SOFTWARE IS USED FOR HITACHI PLC HIZAC MODEL NUMBER
- 2019-01-29 14:23:59下载
- 积分:1
-
VC版AstarPath源码
VC版AstarPath源码,a星寻路,
可以编译测试(AstarPath
A star pathfinding,
You can compile tests)
- 2020-06-19 09:15:41下载
- 积分:1
-
dreamweaver插件1
dreamweaver插件1-Dreamweaver plug-in a
- 2022-01-26 03:02:49下载
- 积分:1
-
精彩特效之位图的飘动.rar
精彩特效之位图的飘动.rar-position wonderful effects of the plan wafted. Rar
- 2022-09-20 04:30:03下载
- 积分:1
-
myplot
利用matlab连接excele数据,并用相关系数法分析数据的源代码,包括主元分析、偏相关系数、复相关系数。灰色关联分析等。(Using matlab to connect excele data, and correlation coefficient analysis of data source, including principal component analysis, partial correlation coefficient, multiple correlation coefficient. Gray correlation analysis.)
- 2020-10-11 10:57:34下载
- 积分:1
-
自动补全jQuery插件
一款高级的自动补全jQuery插件。该自动补全插件提供超过50个配置选项和回调方法(An advanced automatic completion jQuery plug-in. The auto-completion plug-in provides more than 50 configuration options and callback methods)
- 2018-12-29 14:09:39下载
- 积分: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
-
yakebijuzhen
此程序为潮流计算中的雅克比矩阵程序,也是潮流计算的核心部分。(This program for the power flow calculation of the Jacobian matrix program, but also the core of the power flow calculation.)
- 2009-09-15 20:40:42下载
- 积分:1