资源列表
粒子群算法
- 利用粒子群算法计算某一函数的最大值,直接运行main.m文件即可,fun.m用于计算粒子适用度,目标函数可根据自身需要进行修改。(Use particle swarm algorithm to calculate the maximum value of a function, just run the main.m file directly. Fun.m is used to calculate the applicability of the particles. The objectiv
蒙塔卡罗寻找切入点
- 利用蒙特卡洛算法,每一步随即产生不同角度点,寻找最优
图像的读取与写入
- (1) imread 函数用来实现图像文件的读取 (2) imwrite函数用来实现图像文件的写入 (3) imshow函数用来显示图像 (4) rgb2gray函数用来把彩色图像转换为灰度图像
TCP_calibration
- 标定机械臂工具坐标系的位置和姿态,为matlab脚本程序(Calibrating the position and attitude of the manipulator tool coordinate system)
Matlab方程求根法汇总
- Matlab方程求根法汇总:BenvliMAX 贝努利法求按模最大实根 BenvliMIN 贝努利法求按模最小实根 HalfInterval 用二分法求方程的一个根 hj 用黄金分割法求方程的一个根 StablePoint 用不动点迭代法求方程的一个根 AtkenStablePoint 用艾肯特加速的不动点迭代法求方程的一个根 StevenStablePoint 用史蒂芬森加速的不动点迭代法求方程的一个根 Secant 用一般弦截法求方程的一个根 SinleSecant 用单点弦截法求方程的一个
Matlab数值微分法汇总
- Matlab数值微分法汇总:MidPoint 中点公式求取导数 ThreePoint 三点法求函数的导数 FivePoint 五点法求函数的导数 DiffBSample 三次样条法求函数的导数 SmartDF 自适应法求函数的导数 CISimpson 辛普森数值微分法法求函数的导数 Richason 理查森外推算法求函数的导数 ThreePoint2 三点法求函数的二阶导数 FourPoint2 四点法求函数的二阶导数 FivePoint2 五点法求函数的二阶导数 Diff2BSample 三次
VB6.0中文版教程
- vb6.0中文教程,VB语音入门学习教程。(vb6.0 Chinese language couse)
resources
- HSR, High-Symbol-Rate
基于Matlab GUI的数字均衡器设计
- 基于Matlab GUI的简易数字均衡器设计(Simple digital equalizer design based on Matlab GUI)
STM32 345三轴IIC通信
- 读取345三轴,后串口上传数据,在串口通信工具打印出来
matlab4uplod
- 基于chen系统的混沌图像加密算法。采用基于混沌序列的螺旋扫描置乱方法.(Chaotic image encryption algorithm based on chen system. Spiral scanning scrambling method based on chaotic sequence.)
Python界面版学生系统
- 连接mysql建立的学生管理系统,实现增删改查功能,但没有登录界面,待改善中。(Connect the student management system established by Mysql to realize the function of adding, deleting, modifying and checking, but there is no login interface, which needs to be improved.)