Java array and inheritance examples
标签: inheritance examples array Java
上传时间: 2014-01-07
上传用户:ardager
该函数可以实现任意行列数double型矩阵的张量乘积 用数组实现
上传时间: 2014-11-12
上传用户:yph853211
中南赛区ACM竞赛题 Description Given a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous sub-array of size 1*1 or greater located within the whole array. The sum of a rectangle is the sum of all the elements in that rectangle. In this problem the sub-rectangle with the largest sum is referred to as the maximal sub-rectangle.
标签: two-dimensional Description negative integers
上传时间: 2013-12-22
上传用户:lijianyu172
Sensing in autonomous vehicles is a growing field due to a wide array of military and reconnaissance applications. The Adaptive Communications and Signals Processing Group (ACSP) research group at Cornell specializes in studying various aspects of autonomous vehicle control. Previously, ACSP has examined video sensing for autonomous control. Our goal is to build on their previous research to incorporate audio source tracking for autonomous control.
标签: reconnaissance autonomous vehicles military
上传时间: 2016-06-29
上传用户:chens000
凌阳单片机实验, 四种数据类型DW、DD、FLOAT和DOUBLE的用法和区别.
上传时间: 2016-06-29
上传用户:wanghui2438
凌阳单片机实验, 四种数据类型DW、DD、FLOAT和DOUBLE的用法和区别.
上传时间: 2013-12-23
上传用户:pkkkkp
复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real = a Image = 0 } void print() const friend Complex operator+ ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c ) private: double Real, Image }
标签: Complex double iostream include
上传时间: 2016-06-30
上传用户:wang5829
a complete model of the double star induction motor by matlab/simulink 7.1
标签: induction complete simulink double
上传时间: 2014-07-27
上传用户:sclyutian
数据结构 包括数组(Array包) 和二叉树(Tree) 链表(Linelist包) 等等
上传时间: 2016-07-17
上传用户:hustfanenze
A program to demonstrate a method returning an array.
标签: demonstrate returning program method
上传时间: 2016-08-11
上传用户:JIUSHICHEN