资源列表
pro5.rar
- TC 下的物理程序
tracing
- 目标跟踪定位经典算法,通过静止路标完成目标的跟踪与定位-Target tracking algorithm classic, complete through still signs of tracking and targeting
eucledian_classifier
- z=euclidean_classifier(m,X). This function outputs the Euclidean classifier, given the mean matrix. M: the number of classes. • l: the number of features (for each feature vector). • N: the number of data vectors. • m: lxM ma
mahalnobis
- z=mahalanobis_classifier(m,S,X).This function outputs the Mahalanobis classifier, given the mean and covariance matrices. • M: the number of classes. • l: the number of features (for each feature vector). • N: the number of
Dianji
- 同步电机机端口发生突然三相短路时的欧拉迭代-Euler Iteration of Three- phase Short Circuit in Synchronous Motor
排列的字典序问题
- 排列的字典序问题
bingkou
- 基于89s52的并口显示程序,使用三位数码管,用74ls245做驱动。-89s52 shows the parallel port-based procedures, the use of three digital tube, to do with 74ls245 drive.
Heap
- 数据结构中大根堆的实现,Java语言描述。-Heap
Matrixmultiplication
- 给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2 ,…,n-1。如何确定计算矩阵连乘积的计算次序,使得依此次序计算矩阵连乘积需要的数乘次数最少。-N matrix of a given (A1, A2, ..., An), which Ai and Ai+1 is the take, i = 1,2, ..., n-1. How to determine the calculation of the matrix product of the calculation
test_21
- 编写一个程序,初始化一个double数组,然后把数组内容复制到另外两个数组(3个数组都需要在主程序中声明)。制作第一份拷贝的函数使用数组符号。制作第二份拷贝的函数使用指针符号,并使用指针的增量操作。把目标数组名和要复制的元素数目作为参数传递给函数。-The preparation of a procedure to initialize a double array, the array elements and then copied to the other two arrays (thre
BARCHART
- the new sample file for C or C-the new sample file for C or C++
1
- 给出三角形的三边a,b,c,求三角形的面积。只有a+b>c,b+c>a,c+a>b时才能构成三角形。设置异常处理,对不符合三角形条件的输出警告信息,不予计算。-Triangle given three sides a, b, c, find the area of a triangle. Only a+ b> c, b+ c> a, c+ a> b, when in order to constitute a triangle. S