-
程序运行时间的类(c++),经过编译了,可以直接使用
程序运行时间的类(c++),经过编译了,可以直接使用-the category (c), after the compiler can be used directly!
- 2022-02-20 12:35:22下载
- 积分:1
-
c1
mammography mass detection and enhancement
- 2020-06-17 04:40:01下载
- 积分:1
-
数字信号处理课程的有关实验,分为两部分,这是第一部分
数字信号处理课程的有关实验,分为两部分,这是第一部分-Digital signal processing courses offered by the experiments, divided into two parts, this is the first part of
- 2023-09-04 16:00:04下载
- 积分:1
-
vfd-8266
说明: 用8266取网络时间,用VFD显示,没有加ds3231(8 VFD clock , no ds3231)
- 2020-06-16 03:20:02下载
- 积分: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
-
we Xiamen Polytechnic students, because we need your web site a very important i...
我们是厦门理工学院的学生,因为我们急需贵网站的一分重要资料下载,希望能给予下载权限,虽然上传的原码比较普通,但希望站长能给予谅解,-we Xiamen Polytechnic students, because we need your web site a very important information downloaded hope that the authority can be given to download, upload Although the original code more modest, but I hope that the station will give understanding, I would like to thank
- 2023-07-27 14:15:03下载
- 积分:1
-
AFWA-otsu -dim2
说明: 烟花算法,以及优化方法,包含数据,多输入数据等(evaluateArray.m;opt_FWA.m;explosionSparksGenerate.m)
- 2020-06-17 13:40:02下载
- 积分:1
-
滤波器设计
说明: 利用Matlab实现滤波器设计,其中包括GUI界面以及源代码(Matlab is used to realize the filter design, including GUI interface and source code)
- 2020-10-30 20:23:20下载
- 积分:1
-
Tickstory历史数据
用于MT4 EA回测 复盘质量可以达到99.99% 不错的工具(For the MT4 EA test can reach 99.99% good quality checking tools)
- 2020-07-01 00:00:02下载
- 积分:1
-
VC++窗体框架可折叠展开+Tree树菜单视图例子
VC++窗体框架可折叠展开+Tree树菜单视图例子,这个框架可随意拉动,变换窗口大小,另外左侧框架中的树形菜单也是大家平时经常用到的编程技巧,树形菜单的实用性非常强,另外里面还有一些其它的技巧,都是对学习VC++界面设计会有所帮助。
- 2022-05-16 07:28:51下载
- 积分:1