-
希尔伯特振动分解算法实例
说明: 针对信号处理方面,该例子实现了希尔伯特振动分解的,(For signal processing, this example implements the Hilbert vibration decomposition.)
- 2019-04-29 20:39:35下载
- 积分:1
-
GST and example
说明: 在原有的S变换程序上进行了修改,改为广义S变换,可控制 lamda、p 。程序内部有具体说明,并给出一个模型进行对比,查看不同 lamda、p 值的效果。(Modifications have been made to the original S-transformation program, and the generalized S-transformation has been changed to control lamda and p. There are specific instructions inside the program, and a model is given for comparison to see the effects of different lamda and p values.)
- 2021-05-16 17:30:02下载
- 积分:1
-
Game-Design-and-Development
非常好的游戏策划教程,如果你是游戏策划新手,那么这本书非常适合你。(Very good game design tutorial, if you are new to the game plan, then this book is for you.)
- 2011-01-22 01:12:42下载
- 积分:1
-
自已写的跨Frame菜单,一般的菜单都会被Frame遮住
自已写的跨Frame菜单,一般的菜单都会被Frame遮住-Cross-Frame to write their own menus, the menu will be generally covered Frame
- 2022-01-26 08:19:26下载
- 积分:1
-
TI company of three
TI 公司 三相交流电机矢量控制源程序,F24x ACI3_3 3-Phase Sensored Field Oriented Control (FOC)-TI company of three-phase AC motor vector control source, F24x ACI3_3 3-Phase Sensored Field Oriented Control (FOC)
- 2022-04-28 02:39:59下载
- 积分:1
-
LINGO 0
0-1问题在LINGO下的程序!-LINGO 0-1 in the process!
- 2022-01-24 14:36:34下载
- 积分:1
-
粒子群路径规划
说明: 基于粒子群算法解决tsp旅行商问题,粒子群算法(以下简称PSO)就是模拟鸟群觅食行为的一种彷生算法 。 解=粒子=鸟 (鸟的位置象征着离食物的距离,粒子的位置也象征着离最优解的距离,是评价解质量的唯一标准), 找食物=找最优解,一个西瓜=一个粒子找到的历史最优解,一块肉=整个粒子群找到历史最优解 。(Solving TSP traveling salesman problem based on particle swarm optimization)
- 2019-01-27 14:11:08下载
- 积分:1
-
使用VC++编写的拼图游戏,使用的是MFC,很适合初学者
使用VC++编写的拼图游戏,使用的是MFC,很适合初学者-VC++ game
- 2022-04-20 10:51:47下载
- 积分:1
-
相位匹配角
说明: 计算BBO晶体相位匹配角,BBO晶体是负单轴晶体(Calculate BBO crystal phase supporting cast)
- 2021-05-08 11:38:35下载
- 积分:1
-
VC++猫捉老鼠捉迷藏游戏
VC++猫捉老鼠捉迷藏游戏,带音效,每个老鼠,不管是猫的侧身还是后身,只要一碰猫就算是被猫吃看.只需将算法改为如下,便可实现只有接近嘴巴时才被吃掉.
If(在老鼠接猫时,再判断老鼠接的是猫的嘴巴,){吃掉}
即是:
若老鼠在猫的左边接近猫,且猫的方向需向右(m_nCatDirection==2)才能吃掉老鼠.
若老鼠在猫的右边接近猫,且猫的方向需向左(m_nCatDirection==3)才能吃掉老鼠.
若老鼠在猫的上边接近猫,且猫的方向需向下(m_nCatDirection==1)才能吃掉老鼠.
若老鼠在猫的下边接近猫,且猫的方向需向上(m_nCatDirection==0)才能吃掉老鼠.
以老鼠在猫的左边接近猫为例
- 2022-03-30 15:02:59下载
- 积分:1