资源列表
ROV32-master
- 基于stm32的水下机器人控制源码,采用基本的PID控制策略(Underwater Vehicle Control Program Based on STM32 Source Code)
KT06xx_Download_V1.3
- KT0643d KTV 无线麦克风 拉杆音箱 OTT机顶盒 个人娱乐 Soundbar 蓝牙音箱(KT0643d KTV wireless microphone pull rod speaker OTT set-top box personal entertainment Soundbar Bluetooth speaker)
新建文件夹
- 流体动压润滑计算程序 很好用的一个程序 耦合求解(Calculated reynold equation using broden mothod)
stock_market_reinforcement_learning-master
- 神经网络强化学习用于量化交易,供参考,谢谢(stock_market_reinforcement_learning-master.zip,thanks)
三种方式实现PSS暂稳分析
- 用三种方法对电力系统稳定器PSS抑制低频振荡能力进行仿真。1、Matlab程序,计算特征值进行分析(机电振荡模式);2、Simulink仿真(波特图、delta Pa、delta w等波形);3、 C语言(Three ways to demonstrate the function of PSS to suppress low-frequency oscillation. 1 Matlab; 2 Simulink; 3 C)
NSGA-III
- 新一代nsga算法源代码,其中包含详细的代码及说明。(Jan and Deb, extended the well-know NSGA-II to deal with many-objective optimization problem, using a reference point approach, with non-dominated sorting mechanism. The newly developed algorithm is simply called: NSGA-III.
trading-signals
- MT4日内趋势的一款指标,适合日内下单的人群,希望对你有帮助(An indicator of MT4's intra-day trend is suitable for people who place orders in the day. I hope it will be helpful to you.)
e_STUDIO2006_2306_2506_v3.00
- mq语音,ea 指标编程 外汇EA及指标、脚本编程语言源码(Mq voice, EA index programming foreign exchange EA and index, scr ipting programming language source code)
小象好物全球购.py_283073_1535103107
- python实现购物结算的代码,方便了解python基本语法(Python code for shopping settlement)
bin文件
- 海康工业项目通讯测试客户端,用于机器视觉上的测试客户端软件(Haikang Industrial Project Communication Test Client for Machine Vision Test Client Software)
hy2007
- 2007年发布的MUD源码,很完善的一款MUD游戏(MUD source code released in 2007, a perfect MUD game)
robot_sweeper
- 电子科技大学,数学学院,本科二年级,数学实验课程作业:扫地机器人的路径规划问题 实验是内容是规划并利用MATLAB模拟扫地机器人的清扫路径,并与随机游走的清扫方式做对比 编程思路: 规定扫地机器人的尺寸为1×1的网格,地图尺寸为20×15(参数可修改),在利用矩阵Tag储存障碍物信息(障碍物标1,非障碍物标0),barrier_generate函数随即生成障碍物 路径规划考虑采用深度优先搜索算法,根据标记矩阵Tag的信息,找到网格之间可达性关系,建立图的邻接压缩表,深度优先搜索求出路径(深度