Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - array class
Search - array class - List
DL : 0
-调用基类myarray创建数组 调用派生类averarray求平均数 调用派生类revarray求反序数组 -- Call the base class to create an array called myarray derived class averarray for the average derived class to call for anti-revarray sequence array
Date : 2026-01-19 Size : 1kb User : rtrt

本程序是一个简易的矩阵类库,注意 1.本类库的矩阵、向量运算采用值传递 2.本类库的矩阵和向量的第一个元素的起始下标为1,不是0。这点尤其要注意。这和C语言中的数组不一样-This procedure is a simple matrix class library, paying attention to one. The Library of matrix, vector calculations using the value of transfer 2. The Library of matrix and vector of the first element starting subscript of 1, not 0. This is especially necessary to pay attention to. This and the C language in a different array
Date : 2026-01-19 Size : 8kb User : dongzy09

VC++快捷的随机数组生成类的源代码 -VC++ quickly generate a random array of the source code for class
Date : 2026-01-19 Size : 6kb User : baji

blitz++库的相应源码 Blitz++提供了一个N维(1—10)的Array类,这个Array类以reference counting技术实现,支持任意的存储序(row-major的C-style数组,column-major的Fortran-style数组),数组的切割(slicing),子数组的提取(subarray),灵活的Array相关表达式处理。另外提供了可以产生不同分布的随机数(F,Beta,Chi-Square,正态,均匀分布等)的类也是很有特色的。 -blitz++ library of the corresponding source Blitz++ provides an N-dimensional (1-10) of the Array class, the Array class with reference counting technology in support of any storage sequence (row-major of the C-style array, column-major in Fortran- style array), an array of cutting (slicing), sub-array extraction (subarray), and flexible expression Array-related processing. Also provided that can produce different distributions of random numbers (F, Beta, Chi-Square, normal, uniform distribution) of the class is very unique.
Date : 2026-01-19 Size : 2.98mb User : 邓德君

DL : 0
一个c++编写的操作类,用于计算矩阵的和、差、积、转置、行列式、秩和矩阵化简、矩阵最简阵等等。-Write a c++ class operation, used to calculate the matrix, difference, product, transpose, determinant, rank, and simplification of the matrix, the matrix array, and so the most simple.
Date : 2026-01-19 Size : 4kb User : 杨赋庚

DL : 0
写一个程序,定义抽象基类shape, 由它派生3个基类,Circle(圆),Rectangle(矩形),Trapezoid(梯形)。用虚函数分别计算几种图形的面积,并求他们的和。要求:用基类指针数组,使它的每一个元素指向一个派生类对象-Write a program that defines an abstract base class shape, it is derived from the three basic classes, Circle (round), Rectangle (rectangle), Trapezoid (trapezoid). Virtual functions were calculated using several graphics area, and find their sum. Requirements: The base class array of pointers, each element it points to a derived class object
Date : 2026-01-19 Size : 1kb User : ad

DL : 0
图的实现由Graph类完成。类中,图数据结构采用邻接 表实现。邻接链表中的节点用一个数据对表示,第一个域 用来保存和连接第i个节点边的另一端的节点编号,第二个 域用来保存该边的权值。另外用一个辅助数组来存储各节点 的评分值。-Figure achieved by the Graph class is completed. Class, graph data structure using adjacency Table implementation. Adjacency list nodes with a data representation, the first domain To save the node i and the connection section of the other side of the node number, the second Field is used to save the edge weights. Also with an auxiliary array to store each node Score values.
Date : 2026-01-19 Size : 560kb User : lemonzou

多项式的加法、减法、乘法、加赋值、减赋值、乘赋值计算。-Create a class call it Polynomial. Each polynomial contains an array of terms. Each term contains a coefficient and an exponent. For example for term 5x^2. The coefficient is 5 and the exponent is 2. For constant 9, the coefficient is 9 and exponent is 0.. In this class, the coefficients and exponents are integers.
Date : 2026-01-19 Size : 3.56mb User : wangmngzhi

DL : 0
功能简介:该程序定义了一个向量类,里面的元素是模版形式,定义了有关向量类的各种属性、方法及运算符重载函数。 设计要求: 1.利用已知的向量类对象定义一个矩阵类,矩阵类的数组是向量子对象,同样定义矩阵类的各种属性、方法及运算符重载函数。 2.完善成员函数,使矩阵可以由文件输入是体的输入格式自己规定 3.完成矩阵的赋值,转置,乘法等运算,要求用整形矩阵和浮点型矩阵分别演算 更改MAIN函数结构,可以由用户选择输入矩阵数据的方式和可以连续运行,直到选择退出为止 -Features: The program defines a vector class, which the element is the template form, defining various properties related to vector class, method and operator overloading functions. Design requirements: 1. The use of a known vector class object class defines a matrix array matrix class is the quantum object class also defines various properties of the matrix, method and operator overloading functions. 2. improve the member function, so that the matrix can be input by the input file format body 3. Complete the self-imposed assignment matrix transpose, multiplication operations, requirements for plastic matrix and the matrix of floating-point calculations are changes MAIN function structure, selected by the user input data matrix manner and can run continuously until you choose to exit date
Date : 2026-01-19 Size : 2kb User : 袁亮

DL : 0
基于欧几里得距离的聚类分析,相控阵天线的方向图(切比雪夫加权),汽车课设货车Matlab驱动力图程序。- Clustering analysis based on Euclidean distance, Phased array antenna pattern (Chebyshev weights), Car class-based truck driver trying to Matlab program.
Date : 2026-01-19 Size : 6kb User : 杜永

DL : 0
汽车课设货车Matlab驱动力图程序,相控阵天线的方向图(切比雪夫加权),考虑雨衰 阴影 和多径影响。- Car class-based truck driver trying to Matlab program, Phased array antenna pattern (Chebyshev weights), Consider shadow rain attenuation and multipath effect.
Date : 2026-01-19 Size : 5kb User : 韩甲照

雅克比迭代求解线性方程组课设,相控阵天线的方向图(切比雪夫加权),利用matlab GUI实现的串口编程例子。- Jacobi iteration for solving linear equations class-based, Phased array antenna pattern (Chebyshev weights), Use serial programming examples matlab GUI implementation.
Date : 2026-01-19 Size : 7kb User : fingjen

DL : 0
有小波分析的盲信号处理,包含优化类的几个简单示例程序,相控阵天线的方向图(切比雪夫加权)。- There Wavelet Analysis Blind Signal Processing, Optimization class contains several simple sample programs, Phased array antenna pattern (Chebyshev weights).
Date : 2026-01-19 Size : 7kb User : 张倩锋

DL : 0
经典的灰度共生矩阵纹理计算方法,通过虚拟阵元进行DOA估计,语音信号的采集与处理,数字信号处理课设。- Classic GLCM texture calculation method, Conducted through virtual array DOA estimation, Acquisition and Processing of the speech signal, digital signal processing class-based.
Date : 2026-01-19 Size : 11kb User : ying

DL : 0
通过虚拟阵元进行DOA估计,汽车课设货车Matlab驱动力图程序,采用热核构造权重。- Conducted through virtual array DOA estimation, Car class-based truck driver trying to Matlab program, Thermonuclear using weighting factor.
Date : 2026-01-19 Size : 6kb User : tiefoukang

包含优化类的几个简单示例程序,基于混沌的模拟退火算法,直线阵采用切比学夫加权控制主旁瓣比。- Optimization class contains several simple sample programs, Chaos-based simulated annealing algorithm, Linear array using cut than learning laid upon the right control of the main sidelobe ratio.
Date : 2026-01-19 Size : 7kb User : hcdeyt

雅克比迭代求解线性方程组课设,关于小波的matlab复合分析,直线阵采用切比学夫加权控制主旁瓣比。- Jacobi iteration for solving linear equations class-based, Matlab wavelet analysis on complex, Linear array using cut than learning laid upon the right control of the main sidelobe ratio.
Date : 2026-01-19 Size : 4kb User : hangfanyangqang

DL : 0
相控阵天线的方向图(切比雪夫加权),对球谐函数图形进行仿真,雅克比迭代求解线性方程组课设。- Phased array antenna pattern (Chebyshev weights), Of spherical harmonics graphic simulation, Jacobi iteration for solving linear equations class-based.
Date : 2026-01-19 Size : 7kb User : tiemaiyang
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.