-
用几种规则控制倒立摆的模糊运动的程序
用几种规则控制倒立摆的模糊运动的程序-Several rules of fuzzy control of inverted pendulum movement procedures
- 2023-07-07 14:10:03下载
- 积分:1
-
此源代码(可编程中断控制器),用于…
This the source code for PIC(Programmable Interrupt Controller) which is used in computer interface-This is the source code for PIC(Programmable Interrupt Controller) which is used in computer interface
- 2022-02-01 16:07:08下载
- 积分:1
-
c语言程序练习
编程,输入正整数n,求n的阶乘。
编程,统计字符串中数字字符的个数。
打印出水仙花数。
编程,判断字符串是否为回文。
编程,判断正整数n是否为完数。
- 2022-02-28 22:39:29下载
- 积分:1
-
已知某函数在已知点上的函数值,用拉格朗日插值多项式求出其余点的函数值lagrange.c...
已知某函数在已知点上的函数值,用拉格朗日插值多项式求出其余点的函数值lagrange.c-known function of a known point in the function, polynomial interpolation using Lagrange points obtained a function of the remaining value lagrange.c
- 2023-01-26 21:50:04下载
- 积分:1
-
MS C 的循环冗余校验的子程序
MS C 的循环冗余校验的子程序-MS C Cyclic Redundancy Check the subroutine
- 2022-03-20 04:09:07下载
- 积分:1
-
贝塞尔曲线示例
#include < iostream >
#include < 矢量 >
#include < math.h >
#include"BezierPoint.h"
使用命名空间 std ;
BezierPoint 贝塞尔 (方法 < BezierPoint > & pts,双 t) ;
双选择 (双 a,双 b) ;
双 factorial(double num) ;
int main(void) {
方法 < < BezierPoint >> 方法警校 ;
char endPointCount = 0;
双 inx ;
双 iny ;
int ptCount = 0;
int 终结点 ;
双 deltaT ;
cin >> ptCount >> deltaT ;
为 (int 我 = 0 ; 我 < ptCount; i + +) {
cin >> inx >> iny >> 终结点 ;
BezierPoint p iny inx) ;
如果 (endPointCount = = 0 & & 终结点 = = 1) {
pts.push_back (方法 < BezierPoint > ()) ;
pts[pts.size()-1].push_back(p) ;
endPointCount + +;
继续 ;
}
pts[pts.size()-1].push_back(p) ;
如果 (endPointCount! = 0 & & 终结点 = = 1 & & 我! = ptCount-1) {
pts.push_back (方法 < BezierPoint > ()) ;
pts[pts.size()-1].push_back(p) ;
endPointCount + +;
}
}
为 (std::s
- 2022-03-13 19:08:01下载
- 积分:1
-
this program is continuation of 1laser
this program is continuation of 1laser - can fire 2 lasers rangefinders from MDL simultaneusly and then registers measured distance to file - very useful for photogrametry-this program is continuation of 1laser- can fire 2 lasers rangefinders from MDL simultaneusly and then registers measured distance to file- very useful for photogrametry
- 2022-03-25 19:09:06下载
- 积分:1
-
计算机编程,用C语言计算改进的欧拉算法的典型题目
计算机编程,用C语言计算改进的欧拉算法的典型题目-Computer programming, using C language to improve the calculation of the Euler algorithm for a typical subject
- 2023-05-10 04:15:03下载
- 积分:1
-
解非线性方程的同伦算法
解非线性方程的同伦算法-Solution of nonlinear equations homotopy algorithm
- 2022-07-20 09:56:49下载
- 积分:1
-
一个以状态方法表示的非线性系统,用其仿真模型,NLJ优化算法
一个以状态方法表示的非线性系统,用其仿真模型,NLJ优化算法-State that a method of nonlinear systems, using the simulation model, NLJ optimization algorithm
- 2022-06-26 22:16:57下载
- 积分:1