-
Boot_loader (1)
说明: S32K144 Example Code IAR
- 2020-06-19 14:20:01下载
- 积分:1
-
PESQ
说明: 语音增强的评价指标PESQ的matlab实现(Realization of speech enhancement evaluation index PESQ based on MATLAB)
- 2021-04-20 19:18:50下载
- 积分:1
-
动态聚类数据分析算法(ISODATA)
说明: 该算法包适用于动态聚类数据分析算法(ISODATA)(Dynamic clustering data analysis algorithm)
- 2020-03-09 12:46:44下载
- 积分:1
-
gds_auto_export
将FDTD软件中的结构导出为GDSII的图层,以便后续操作(Export the structures in FDTD to GDSII files)
- 2021-03-09 17:09:29下载
- 积分:1
-
frmTransfarDetail
说明: color converter using c#
- 2020-06-25 01:40:02下载
- 积分:1
-
C# 创建泛型字典的例子
C# 创建泛型字典,为泛型字典添加3个元素,按键值对泛型字典进行排序操作。
Dictionary users = new Dictionary();//创建泛型字典
users.Add(3, new UserInfo(1, "滕*敏", "01"));//为泛型字典添加3个元素
users.Add(2, new UserInfo(2, "滕*娜", "02"));
users.Add(1, new UserInfo(3, "X家兴", "03"));
//按键值对泛型字典进行排序操作
var query = from item in users
where item.Value.UserName.CompareTo("滕*") > 0//用户名大于"滕立"
orderby item.Key
select item;
label1.Text = "显示查询结果:
";
foreach (var item in query)//显示查询结果
- 2022-08-02 11:59:24下载
- 积分:1
-
单摆减振
参考文献《Acceleration planning based anti-swing and position control for double-pendulum cranes》,实现单摆系统的软着陆,降低系统振动。(According to the references "Acceleration planning based anti-swing and position control for double-pendulum cranes", A soft landing of the pendulum system and vibration reduction is realized.)
- 2019-02-26 14:46:09下载
- 积分:1
-
1288759288
typecho的一个插件 亲测非常好用 可以下载试一下(A plug-in for Typecho is very useful)
- 2020-06-24 15:20:01下载
- 积分:1
-
对游戏爱好者有一定帮助,让你了解游戏的技巧与美妙。对于VB也会有一定的帮助。...
对游戏爱好者有一定帮助,让你了解游戏的技巧与美妙。对于VB也会有一定的帮助。-lovers of the game definitely helps you understand the game with wonderful skills. For VB will have some help.
- 2022-04-11 23:51:16下载
- 积分:1
-
LPC-LPCC-Short-Time-Energy-master
说明: 这是一个语音识别提取特征参数的例子,提取lpcc和lpc特征参数并且计算了短时能量,这个是用来检测哭声可以使用的lpc-lpcc-short-time-energy(This is an example of speech recognition extraction feature parameters, extracting lpcc and lpc feature parameters and calculating short-term energy, which is used to detect the use of crying sounds.)
- 2019-06-11 15:02:45下载
- 积分:1