-
pamtransmit0202
关于超宽带的东西(on UWB things)
- 2006-08-14 10:45:43下载
- 积分:1
-
formation_control-master
说明: 用于多机器人的编队控制,能够形成不同的编队(Formation control for multiple robots can form different formations)
- 2019-03-12 09:13:21下载
- 积分:1
-
S7-1200自动售货机程序项目
说明: 基于西门子PLC1200的自动售货机,内含程序,原理图等。(Automatic vending machine based on Siemens PLC1200, including program, schematic diagram, etc.)
- 2021-01-13 14:08:47下载
- 积分:1
-
AudioRecording-master
说明: 不错的android录音代码,适合初学者学习(Android recording code is good)
- 2020-06-20 16:00:02下载
- 积分:1
-
MySnake
自己没事写的贪吃蛇游戏,只是想看看效果,没多去修改,留给网友们参考参考(Snake game nothing to write, just want to see the effect, and did more to change, leaving netizens refer to the reference)
- 2012-08-30 12:05:23下载
- 积分:1
-
三维推箱子游戏源代码,非常漂亮
三维推箱子游戏源代码,非常漂亮-3D viewing the game"s source code is very beautiful
- 2022-05-31 01:28:19下载
- 积分:1
-
开发工具,很好用的!希望大家多多支持
开发工具,很好用的!希望大家多多支持
-Development tools, a good use! Hope everyone can support
- 2022-03-05 13:01:04下载
- 积分: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
-
6363734
VB中列表分页模型的实例源代码,有需要的就下载吧。(List paging model in VB source code examples, there is a need to download it.)
- 2013-08-15 17:36:14下载
- 积分:1
-
SVM_kddcup
说明: 使用python ,基于机器学习的入侵检测器(Intrusion detector based on machine learning)
- 2021-02-26 10:09:37下载
- 积分:1