-
深度优先搜索算法解决八码难题
深度优先搜索算法解决八码难题-depth-first search algorithm to solve eight problems yards
- 2023-02-02 23:10:03下载
- 积分:1
-
实现一元线性回归分析并进行F,t检验,以便对得出的回归方程进行线性显著性分析...
实现一元线性回归分析并进行F,t检验,以便对得出的回归方程进行线性显著性分析-achieving a linear regression analysis and F, t test, in order to come to the linear regression equation significantly Analysis
- 2022-06-20 17:50:42下载
- 积分:1
-
五子棋人机对战游戏
本文用visual c++来设计与实现简单的五子棋人机对战游戏的基本功能,玩家可以在游戏区域中适当的位置来放棋子,通过程序设计让电脑选择最佳的落棋点,来实现人机对战。
文中对该游戏的算法进行了详细的介绍,其中核心内容包括界面的设计、最佳落棋位置的判断以及游戏胜利判断功能的实现。程序实现起来较简单,同时也比较实用。
- 2022-02-24 15:28:25下载
- 积分:1
-
雅可比算法的算例程序,用简单明了的计算过程展示了雅可比算法的C设计过程。...
雅可比算法的算例程序,用简单明了的计算过程展示了雅可比算法的C设计过程。-Jacobi algorithm example program, with a simple and straightforward calculation shows C Jacobi algorithm design process.
- 2022-03-31 09:17:14下载
- 积分:1
-
With c++ Prepared Romberg integration process with examples and calculation resu...
用c++编写的龙贝格积分的程序
附有实例和计算结果-With c++ Prepared Romberg integration process with examples and calculation results
- 2022-02-07 07:17:57下载
- 积分:1
-
不使用matlab内部调用程序的按照高斯消元法本身原理来编写。...
不使用matlab内部调用程序的按照高斯消元法本身原理来编写。-Do not use matlab within the procedure call in accordance with the Gauss elimination principle to the preparation of their own.
- 2022-01-25 14:26:45下载
- 积分:1
-
对某一阶迟滞模型进行PID控制,其中用到抗积分饱和算法
对某一阶迟滞模型进行PID控制,其中用到抗积分饱和算法-Hysteresis bands of a PID control model, which points to use anti-saturation algorithm
- 2023-08-19 02:50:03下载
- 积分:1
-
SPWM STM32
应用背景
PWM控制的思想源于通信技术,全控型器件的发展使得实现PWM控制变得十分容易。
PWM技术的应用十分广泛,它使电力电子装置的性能大大提高,因此它在电力电子技术的发展史上占有十分重要的地位。
关键技术STM32单片机作为主控,BLDC电机是比较的成熟的电机控制模式。y用电源逆变原理完成的项目,生活中的电机很多是利用逆变电源原理。PWM控制技术正是有赖于在逆变电路中的成功应用,才确定了它在电力电子技术中的重要地位。现在使用的各种逆变电路都采用了PWM技术。
- 2022-03-23 17:22:32下载
- 积分:1
-
Bayes的matlab实现
自己写的一个Bayes分类器的matlab程序,比较简单。
使用方法
>> [ train_x, train_y ] = readdata("train_data.txt" );
>> [ test_x, test_y ] = readdata("test_data.txt" );
>> [mode]=MyBayes_train( train_x, train_y);
>> [ acurracy, predict_y]=MyBayes_test( test_x, test_y, mode);
- 2022-03-09 19:08:01下载
- 积分:1
-
2007年全国大学生数学建模竞赛A题全国二等奖优秀论文
2007年全国大学生数学建模竞赛A题全国二等奖优秀论文-2007 National Undergraduate Mathematical Contest in Modeling A title of the National Award for best second-class papers
- 2022-04-07 18:10:56下载
- 积分:1