-
求IMF序列与原始序列的互相关系数
混沌信号经过EMD分解,得到的IMF序列,求每个IMF序列与原始序列的互相关系数(The chaotic signal is decomposed by EMD to obtain the IMF sequence, and the cross-correlation coefficients between each IMF sequence and the original sequence are calculated)
- 2021-04-10 10:38:59下载
- 积分:1
-
模拟扫雷游戏 规则详见源代码注释部分,全C语言编程.......
模拟扫雷游戏 规则详见源代码注释部分,全C语言编程.......
-mine simulation game rules of the game as detailed source notes, the entire C language programming
- 2023-08-26 07:50:02下载
- 积分:1
-
RTD2660_spec
说明: RTD2260芯片手册,该芯片支持VGA,HDMI,DVI等多种格式输入,LVDS输出连接液晶屏,内部集成单片机,可以做OSD菜单(RTD2260 chip manual, the chip supports VGA, HDMI, DVI and other forms of input, LVDS output connected to the LCD screen, internal integration of microcontroller, can do OSD menu)
- 2020-06-23 11:40:02下载
- 积分:1
-
FloodingSimulation
说明: 在具有至少十五个节点的网络中模拟洪泛路由。每个数据包应包含一个计数器(n = 10),该计数器在每一跳上递减。(Simulate flood routing in a network with at least fifteen nodes. Each packet should contain a counter (n=10) that is decremented on each hop. When the counter gets to zero, the packet is discarded. Time is discrete, and each
link can handle only one packet per time interval (i.e. only one packet in total may traverse
the link in either direction). Nodes should include a buffer to queue any additional packets.
Present your results in terms of the number of duplicate packets produced, and the
congestion at each node, and suggest a possible solution for reducing this problem.)
- 2020-06-24 09:40:07下载
- 积分:1
-
The adoption of the program code can be quickly carried out the hungry English e...
通过该程序代码可以快速的进行英语方面的饿搜索
-The adoption of the program code can be quickly carried out the hungry English english
- 2022-01-25 21:05:29下载
- 积分:1
-
C#功能键定制,将回车键转换为Tab键
一个功能键定制的C#源码实例,将回车键转换为Tab键,其实原理简单,是用程序来改键位值,比如如果键值为13,则发送tab键命令,是不是很简单?附有完整源码。
- 2022-05-16 13:44:17下载
- 积分:1
-
vector
说明: 用c语言实现电机仿真-基于恒定磁链的转子磁链控制。(Using c language realize electrical simulation- based on a constant flux of the rotor flux control.)
- 2008-09-22 16:00:20下载
- 积分:1
-
KK-顾比线
说明: 顾比复合移动平均线概念 顾比复合移动平均线(Guppy Multiple Moving AverAge,GMMA)使用了两组指数移动平均数进行分析。由3、5、8、10、12和15日移动平均线构成一组“短期组”,这组指标透露了市场短期投机者的行为;而“长期组”则由30、35、40、45、50和60日移动平均线构成,它能够反映市场中长期投资者的行为。 这两组指标的相互关系可以告诉投资者更多的信息——当它们相互靠近时,说明投资者和投机者对股票价值达成了共识;而当它们相互远离时,则说明对于价值的认识产生了分歧。一旦短线指标和长线指标同时出现了价格方向的一致变化,则是交易机会来临的重要信号。(Guppy Multiple Moving AverAge)
- 2019-01-30 22:11:54下载
- 积分:1
-
Doude Zhu little game with computer chess, the program is simple.
斗地主的小游戏,可以与电脑进行对弈,程序比较简单。-Doude Zhu little game with computer chess, the program is simple.
- 2022-05-30 04:23:25下载
- 积分:1
-
C#获取Windows系统的版本号
C#获取Windows系统的版本号,关键代码:label1.Text = "系统版本号:" + Environment.OSVersion.VersionString;//显示系统版本号,其实是学习OSVersion.VersionString的用法,很简单的例子。
- 2022-08-08 10:59:27下载
- 积分:1