搜索资源列表
Kalman
- 最佳线性滤波理论起源于40年代美国科学家Wiener和前苏联科学家Kолмогоров等人 的研究工作,后人统称为维纳滤波理论。从理论上说,维纳滤波的最大缺点是必须用到无限过去 的数据,不适用于实时处理。为了克服这一缺点,60年代Kalman把状态空间模型引入滤波理论, 并导出了一套递推估计算法,后人称之为卡尔曼滤波理论。卡尔曼滤波是以最小均方误差为估计 的最佳准则,来寻求一套递推估计的算法,其基本思想是:采用信号与噪声的状态空间模型,利 用前一
ReadRasterPixel
- 使用arcgis engine 读取栅格文件的象元值,并且获取最大最小灰度值-read and get max and min pixel gray using arcgis engine
erchashu
- 利用c#语言实现了二叉树的构造,并且同时实现了对二叉树的各种操作,例如二叉树排序,查找最大值或最小值。-C# computer language, using the binary tree structure, and simultaneous operation of all kinds of binary tree, such as binary tree sort, find the maximum or minimum value.
jichuchazhao
- 利用c#语言实现数据结构里面的一些基础查找算法,例如顺序查找,最大值最小值查找等等。-Use c# language inside some of the basic data structure search algorithm, such as sequential search, find, etc. Maximum and Minimum Value.
max-and-min
- 算法与数据结构,分治算法求最大值最小值,也是一次作业-Algorithms and data structures, divide and conquer algorithm
minmax
- 根据自己输入的数据,求出其中的最小最大值和平均值-find min and max value
DEM
- 遍历指定路径下的栅格文件,利用ArcEngine二次开发,快速获取栅格块的最大最小高程值。适用于DEM img -Raster file to traverse a specified path, using ArcEngine development, access to a raster file maximum and minimum elevation values apply to the DEM, img
maxnumber
- 大小数据比较(C#输入框中输入一串数据,可以找出最大最小的值来,有一些小功能,比较实合初学者)-The size of the data comparison
4
- 比较三个数,得到三个中的最大值,最小值,和平均值-Comparison of three numbers, to obtain the maximum, minimum, three
shiyan4
- 若矩阵A中的某一元素A[i,j]是第i行中的最小值,而又是第j列中的最大值,则称A[i,j]为矩阵A中的一个鞍点。请写出一个可确定此鞍点位置的算法(如果这个鞍点存在)。-If the matrix A, an element A [i, j] is the minimum value in the i-th row, but is the maximum value of the j-th column, then A [i, j] for the matrix A is a saddle po
fenzhifa
- 分治法求数组中最大值和最小值,与普通方法比较-Divide and conquer method for the maximum and minimum values in the array, compared with the conventional method
Array-Class
- 这是一个实矩阵类,矩阵大小可更改 (1)矩阵的加、减、数乘和乘等运算; (2)矩阵的转置运算; (3)矩阵列向量的最大值与最小值; (4)矩阵列向量的内积运算,范数; (5)方阵的特征值与特征向量。-This is a real matrix type, matrix size can be changed (1) matrix addition, subtraction, multiplication and multiplication and other operati
SGSCode
- 用C#语言模拟三国杀中的武将人物及其技能,要求如下: (1) 定义一个接口 f,里面声明“杀:kill()”,“闪:parry()”,“桃:eatingpeach()”,“装备:arm()”,“锦囊:using-wisdom()”五个函数,声明两个常量,最小和最大攻击距离; (2) 定义一个抽象类,武将hero,里面定义两个方法,一个是抽象方法“技能:capability()”,一个是具体的方法“决斗:duel()”; (3) 实现至少两个武将类(一男一女:赵云、黄月英),继承
zhaoandian
- 找鞍点,鞍点的元素值在该行上最大, 在该列上最小-Element value to find the saddle point, saddle point on the line maximum, minimum on the column
c
- 基本C程序,求几个数的最大最小值,求显示菱形-The basic C program, find the maximum and minimum number of numbers, seeking to display a diamond
MaxMinDemon
- 计算一个数组中的最大最小值,分别使用直接计算和分治法计算,利用C#实现。-Maximum and minimum calculation in an array, were calculated using the direct calculation and divide and conquer, the use of C# implementation.
HWTest12
- 给出一个整数(负数使用其绝对值),输出这个整数中的两种递减数之和(1.最大递减数;2.递减数中各位数之和最大的数)。递减数:一个数字的递减数是指相邻的数位从大到小排列的数字,不包含相邻的数位大小相同的情况。最大递减数:所输入整数的所有递减数中值最大的一个。如:75345323,递减数有:75,753,53,53,532,32.最大递减数是753.各位数字之和最大的递减数:75个位数字之和=12(7+5),753各位数之和15,由此可知最大递减数为753。此程序输出结果=最大递减数+各位数之和最大
C
- 求最大值和最小值的C语言小程序,用C语言编的-C programe
ha-fu-man-shu
- 给定n个权值作为n的叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树(Huffman Tree)。哈夫曼树是带权路径长度最短的树,权值较大的结点离根较近。-Given n weights as leaf nodes n, constructing a binary tree. If the right path length to a minimum, said such a binary tree for the optimal binary tre
鞍点
- 若矩阵A中存在某个元素aij是i行最小值j列最大值,则称为鞍点,求矩阵中的鞍点(If the existence of an element AIJ in the matrix A is the maximum value of the minimum J column of the I line, it is called the saddle point, and the saddle point in the matrix is solved.)
