搜索资源列表
算10000以内数阶乘的C语言程序
- 算10000以内数阶乘的C语言程序-count 10,000 factorial within the C Programming Language
Fractal1
- 是用分形盒维数算图像的分维数,是我研究生的一个作业的程序
插入排序的改进算法—希尔排序算发1
- 插入排序的直接改进算法--希尔排序算法.将用户输入的一列数按递增顺序排好并输出.以及直接插入冒泡选择排序算法的实现-inserted directly improve the ranking algorithm -- Hill sorting algorithms. Users input a few in increasing order to arrange and output. Bubble and direct inserti
大地主题解算
- 大地主题解算 白赛尔 高斯引数
算10000以内数阶乘的C语言程序
- 算10000以内数阶乘的C语言程序-count 10,000 factorial within the C Programming Language
插入排序的改进算法—希尔排序算发1
- 插入排序的直接改进算法--希尔排序算法.将用户输入的一列数按递增顺序排好并输出.以及直接插入冒泡选择排序算法的实现-inserted directly improve the ranking algorithm-- Hill sorting algorithms. Users input a few in increasing order to arrange and output. Bubble and direct insertio
reply_1_855734
- // Canny算子 void Canny(LPBYTE pGray, SIZE sz, double sigma, double dRatLow, double dRatHigh, LPBYTE pResult) { //经过高斯滤波后的图像 LPBYTE pGaussSmooth pGaussSmooth = new unsigned char[sz.cx*sz.cy] //
expression_request
- 计算表达式是实现课程设计语言的基本问题之一,也是栈的应用的一个典型例子。1)要求以字符序列的形式从终端输入语法正确的、不含变量的整数表达式。利用教科书表3.1给出的算符优先关系,实现对算术四则混合运算表达式的求值。2)要求在屏幕的适当位置显示运算符栈,运算数栈,输入字符和主要操作的变化过程!3)要求最好有友好的功能和仿真界面,运算数可以是实数。 -err
24
- 自己输入或计算机随机产生4个小于13的数,使用+,-,*,/,()运算符号计算24点-their input or computer randomly generated four less than the number 13, the use of ,-,*,/, () operator Symbolic Computation 24 points
SHUDU
- 数独求解 每行和每列和每小格为1到9的数字,用程序求解的算发.-several independent firms for each and every line and every small units of one to nine the number of procedures for the count fat.
EX25
- 编制一个算术表达式求值的程序 1)以字符序列的形式从终端输入表达式,实现对运算表达式的求值。 (2)演示在求值中运算符栈,运算数栈、输入字符和主要操作的变化过程。 (3)设置运算符栈和运算数栈辅助分析算符优先关系。 (4)在读入表达式的字符序列的同时,完成运算符和运算数的识别处理,以及 相应的运算。 (5)在识别出运算数的同时,要将其字符序列形式转换成整数形式。 -compiled an arithmetic
Fractal1
- 是用分形盒维数算图像的分维数,是我研究生的一个作业的程序
四元数和欧拉角
- 关于四元数和欧拉角的一些资料,挺丰富的,共享一下,希望对大家有帮助。(About four yuan and Euler angle of some information, very rich, share it, I hope all of you help.)
惯性导航四元数法
- 主要利用四元数来解算姿态角,并实时更新四元数,然后实时更新姿态角。(The attitude angle is calculated by four variables, and the four variables are updated in real time, and then the attitude angle is updated in real time.)
链表等
- python基础功能的ADT实现代码,数算必会。以及无序表等实现方法(The basic Python functions to achieve the ADT code, the number will be. And unordered table and other implementation methods)
四元数解算姿态Matlab程序代码
- 四元数是简单的超复数。 复数是由实数加上虚数单位 i 组成,其中i^2 = -1。 相似地,四元数都是由实数加上三个虚数单位 i、j、k 组成,而且它们有如下的关系: i^2 = j^2 = k^2 = -1, i^0 = j^0 = k^0 = 1 , 每个四元数都是 1、i、j 和 k 的线性组合,即是四元数一般可表示为a + bk+ cj + di,其中a、b、c 、d是实数。 对于i、j、k本身的几何意义可以理解为一种旋转,其
大地主题解算
- 实现高斯引数法和白塞尔方法正反算,带C#窗口(Gauss and Searl white argument method and inverse calculation)
四元数AHRS姿态解算和IMU姿态解算分析
- 四元数AHRS姿态解算和IMU姿态解算分析(Four element number AHRS attitude calculation and IMU attitude calculation analysis)
四元数程序与惯组数据
- 姿态解算 四元数公式文件代码为 function dq=MyQuaternion(t,q,Wmx,Wmy,Wmz) dq=zeros(4,1); dq(1)=1/2*(-Wmx*q(2)-Wmy*q(3)-Wmz*q(4)); dq(2)=1/2*(Wmx*q(1)+Wmz*q(3)-Wmy*q(4)); dq(3)=1/2*(Wmy*q
MPU6500研发代码(四元数)
- 基于STM32F103单片机解算出MPU6500 陀螺仪姿态数据,SPI通信协议,并且CAN总线输出。(Based on STM32F103, the attitude data of mpu6500 gyroscope, SPI communication protocol and can bus output are calculated.)