-
crc校验的工具,可生成8位或者16位crc校验码
crc校验的工具,可生成8位或者16位crc校验码-crc checking tool can generate 8-bit or 16-bit crc checksum
- 2022-03-25 03:28:35下载
- 积分:1
-
ACM
说明: 计算单源最短路径 基于dijkstra的配对堆优化 附赠kuangbin的算法模板(Optimizing the Matched Reactor Based on Dijkstra for Calculating the Shortest Path of Single Source
Algorithmic Template with Kuangbin)
- 2020-06-24 01:40:02下载
- 积分:1
-
直插式电阻电容封装与尺寸图解(20190724083559)
说明: 直插式电阻电容封装与尺寸图解(20190724083559)(Direct-plug Resistance Capacitance Packaging and Dimension Diagram (20190724083559))
- 2020-06-15 22:55:01下载
- 积分:1
-
产生随机六各数字,在1~49各数字之间,每次产生皆不相同
产生随机六各数字,在1~49各数字之间,每次产生皆不相同-randomly generated six of the figures, in a ~ 49 of the numbers in between, each have the same variance
- 2022-03-18 23:04:16下载
- 积分:1
-
python323
python 3.23的文档,非常适合初学者(python 3.23 of the document, very suitable for beginners)
- 2012-08-14 14:56:45下载
- 积分:1
-
1183622_General_DPSDK_
大华平台DPSDK DSS开发手册,C++版,用于C#开发(Dahua Platform DPSDK DSS Development Manual)
- 2020-12-28 16:09:01下载
- 积分:1
-
经典的打臭虫VB源代码 经典的打臭虫VB源代码 经典的打臭虫VB源代码...
经典的打臭虫VB源代码 经典的打臭虫VB源代码 经典的打臭虫VB源代码-Classic VB source code to play the classic bug bug in VB source code to play the classic VB source code to play the classic bug bug in VB source code to play the classic VB source code to fight bugs
- 2022-03-19 03:42:46下载
- 积分: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
-
matlab-osem-master
说明: osem ordered subset expectation maximisation
- 2020-12-23 15:09:06下载
- 积分:1
-
ADC
This is ADC code. Its language is in C++. It is useful for both computer engineers or electrical engineers or any other types of majors.
- 2019-03-26 16:48:09下载
- 积分:1