-
用来检验图像分割算法效果的一个经典图像,希望对作这方面试验的人有用...
用来检验图像分割算法效果的一个经典图像,希望对作这方面试验的人有用-used to image segmentation algorithm test results of a classic image, and I hope to make this useful test of
- 2023-06-04 23:00:04下载
- 积分:1
-
俄罗斯方块 一个用vb2005编写的。请大家多多指教。
俄罗斯方块 一个用vb2005编写的。请大家多多指教。-Tetris one written using vb2005. Please exhibitions.
- 2022-06-28 05:39:38下载
- 积分:1
-
一个留言本的源程序
一个留言本的源程序-a source of the message
- 2022-09-04 16:35:03下载
- 积分:1
-
A Campus GIS System .develop on the SuperMap,using the VC++ language.
用VC+SuperMap开发的校园GIS系统- A Campus GIS System .develop on the SuperMap,using the VC++ language.
- 2023-05-13 20:55:02下载
- 积分:1
-
C++ 中.x导入文件的一个 应该会很有用的 我也在寻找其他的
C++ 中.x导入文件的一个 应该会很有用的 我也在寻找其他的-C++,. X import files in an
- 2023-03-04 08:00:04下载
- 积分:1
-
读写内存变量文件
读写内存变量文件-or memory variable documents
- 2022-12-27 06:30:03下载
- 积分:1
-
采用QPSK的MATLAB仿真,然后在FPGA实现的基本功能…
通过MATLAB对QPSK进行仿真,再在FPGA中实现QPSK的基本功能-By MATLAB simulation of QPSK, and then in the FPGA to implement the basic functions of QPSK
- 2022-03-15 16:36:50下载
- 积分:1
-
这是关于finidng有功和无功功率的系统给出了谐波…
It is about finidng the real and reactive power given some harmonics in the system.
- 2023-04-19 12:25:03下载
- 积分: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
-
模拟体育彩票
用c语言模拟体育彩票机-simulated sports lottery machine
- 2022-01-25 17:47:33下载
- 积分:1