-
VANET-Simulation--master
说明: vanet simulation for v2v and v2i
- 2020-12-16 16:39:13下载
- 积分:1
-
radar
基于matlab的雷达信号处理仿真,使用GUI编程。(Radar signal processing simulation based on matlab, using GUI programming.)
- 2019-03-22 23:42:52下载
- 积分:1
-
Proyecto_GRPI_I
anntena dipole monopole etc
- 2019-06-24 04:20:29下载
- 积分:1
-
asp+access人事管理系统,有登陆模块,员工信息查询,薪资查询等...
asp+access人事管理系统,有登陆模块,员工信息查询,薪资查询等-asp+ access personnel management system, there are landing module, employee information query, such as payroll check
- 2023-04-18 14:15:03下载
- 积分:1
-
mini12864探索
ARDUINO u8glib.h自学 主要是用u8g的库驱动mini12864显示屏(study u8glib.h by yourself)
- 2017-07-10 09:43:56下载
- 积分: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
-
print Pascal's Triangle of small programs
打印出杨辉三角的小程序-print Pascal"s Triangle of small programs
- 2022-05-21 22:41:50下载
- 积分:1
-
新建 WinRAR ZIP 压缩文件
说明: D2D ECR的matlab实现仿真代码,仿真了energy efficient的论文(The simulation code of the D2D and ECR using matlab. It bases on the paper od energy efficient)
- 2019-11-18 19:52:51下载
- 积分:1
-
HyperSpectralToolbox-master
this file is hyperspectral toolbox
- 2018-06-23 19:40:23下载
- 积分:1
-
域名防红
Please wait for a few minutes to an hour after the completion of the anti-red upload, and the download can not be opened until the auditor has completed the audit. If the upload is not opened for more than an hour, please leave a message in the message board. (How about waiting for more upload failures when large files reach 99%)
- 2020-06-25 14:00:01下载
- 积分:1