资源列表
[matlab例程] Computer_Organization
说明:白中英的计算机组成原理(第二版),很经典的。-Bai Zhongying of Computer Organization (second edition), very classic.<刘权> 在 2025-09-16 上传 | 大小:399kb | 下载:0
[matlab例程] Circular-Delay-Line
说明:Circular Delay Line q = cdelay2(D, q) q = 0, 1, ..., D = circular index pointing to w(q+1) q = 0, 1, ..., D = circular index pointing to w(q+1) based on cdelay2.c<Kristoff> 在 2025-09-16 上传 | 大小:1kb | 下载:0
[matlab例程] paperpublis
说明:This paper presents a fuzzy tuning approach to sliding mode control for tracking-performance enhancement in a class of nonlinear systems. The sliding surface can rotate or shift in the phase space in such a direction that the tracking behaviour can<deep> 在 2025-09-16 上传 | 大小:475kb | 下载:0
[matlab例程] Particle-Swarm-Optimization-papers
说明:关于粒子群算法的相关论文,共有文章17篇,可供有兴趣的朋友研究讨论-Particle Swarm Optimization on the relevant papers, a total of article 17, interested friends for study and discussion<杨婷婷> 在 2025-09-16 上传 | 大小:15.06mb | 下载:0
[matlab例程] ellipse-fitting-in-sensor
说明:在传感器中数据采集后的椭圆拟合算法matlab编程实现-After the sensor data acquisition in the ellipse fitting algorithm matlab programming<杨婷婷> 在 2025-09-16 上传 | 大小:4kb | 下载:0
[matlab例程] RobotToolbox
说明:被广泛应用于机器人的设计和仿真,是机器人行业的重要工具-Is widely used in robot design and simulation is an important tool in the robot industry<RobotToolbox> 在 2025-09-16 上传 | 大小:832kb | 下载:0
[数学计算/工程计算] aitkenroot
说明:埃特金求解C语言代码 //函数名:aitkenroot //功能描述:求出[a,b]区间内的非线性方程f(x)的一个实根 //输入参数:*x0(指向迭代初值和终值的指针) // f(迭代函数) // eps(精度要求) // max(最大迭代次数) //返回值:0(迭代失败),1(迭代成功)-Aitken Solution C language code// function name: aitkenroot// Function Descr iption: Fin<穆欢> 在 2025-09-16 上传 | 大小:1kb | 下载:0