-
ICSS-master
Inclan和 Tiao提出了迭代累积平方和算法(Iterative Cumulative Sums of Squares,ICSS)。该算法假定均值残差服 从正态独立同分布,通过构造刀统计量,对时间序列中的多个方差结构性变点进行测量。(Inclan and Tiao proposed the iterated cumulative squared sum algorithm (Iterative Cumulative Sums of Squares). The algorithm assumes that the mean residuals are normally independent and identically distributed. By constructing the tool statistics, several variance structural change points in time series are measured.)
- 2021-01-05 19:28:54下载
- 积分:1
-
看门狗程序
一个简看门狗程序,可以在KEIL上仿真,也可以在单片机上使用,定时几个脉冲后自动重新启动。连接在P05上的灯会跟随着脉冲不断的闪烁。
- 2022-12-02 01:45:04下载
- 积分:1
-
EXCEL
excel的使用教程,包含简单的excel的编程,以及很多公式算法的使用方法,是学习excel应用的很好的资料(the use of excel tutorial, including a simple excel programming, and many algorithms use the formula is applied to learn good information excel)
- 2020-07-25 15:28:42下载
- 积分:1
-
Kmeans
说明: 文本聚类项目,包含用Python实现kmeans算法的代码,以及kmean算法的各种优化方向(Text clustering project, including the code to implement the kmeans algorithm in Python, and various optimization directions for the kmean algorithm)
- 2021-03-29 13:59:10下载
- 积分:1
-
血液光量子疗法
ubit-801 固件,七色灯版,解压后使用-ubit-801 firmware version of seven-color lights, after the use of decompression
- 2022-02-22 01:31:28下载
- 积分:1
-
wapwzyxxx
说明: 一款纯文字游戏源码,名字为寻秦记,大家可以下载试试! 也可以二开(yikuanchunwenziyouxi)
- 2020-09-11 15:58:00下载
- 积分: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
-
bb
说明: 实时通信 gui和simulink链接在一起(Real-time communication GUI and Simulink link link together)
- 2019-06-25 21:18:25下载
- 积分:1
-
著名的安装制作软件InnoSetup的源码及示例源码
著名的安装制作软件InnoSetup的源码及示例源码-The installation of a well-known software s source code and sample InnoSetup source
- 2022-03-15 12:15:03下载
- 积分:1
-
The adventures of AdventuresofHuckleberryFinn by Mark Twain in text file
The adventures of AdventuresofHuckleberryFinn by Mark Twain in text file
- 2022-05-10 15:58:31下载
- 积分:1