资源列表
xufunction
- 写一个程序,定义抽象基类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 (re
ZoomFFT
- 频谱细化分析MATLAB程序,ZOOM FFT分析,频谱放大功能- Zoom-FFT
STBC
- 差分空时编码程序,对你很有帮助的,可以-DSTBC
Tree
- 函数程序设计haskell的作业,实现一个抽象数据类型tree模块-Programming haskell functions of operations, realization of an abstract data type tree module
dbscannew
- using dbscan to clustering in matlab
lcd
- 1062的程序,简单,设有硬件隔离层,适用于很多单片机-1602 program for any processor
Ford_Fulkerson
- Ford Fulkerson algorithm
suijipaixu
- 一种对于随机全排列生成程序,输入随机数据采样文件名,输入要进行全排列的字母个数,随机排列后的新排列为.-suijipaixu
wanghaiqi
- 王海起老师布置的大一第一次作业,有用的到的同学可以-it is good to study.
eigFEM
- 给定结构的刚度矩阵和质量矩阵,利用特征值分析计算出特征值和特征向量.-Given the structural stiffness and mass matrices, using eigenvalue analysis to calculate the eigenvalues and eigenvectors.
probility
- 使用纯概率法求解八皇后问题,按行随机选取可行位置-Pure probabilistic method to solve the eight queens problem, randomly selected row viable position
1
- 定义数组MyArray类。它满足的要求如下:1。该类用于保存整数;2。类可以检查数组下标溢出;3。客户端可以使用您定义为MyArray的主要代码:无效的main(){MyArray intarray(10);//这里10是intarray的元素的数目。对于(int i = 0;i < 10;i++)intarray [我] =我*我;//初始化intarray的元素cout << intarray;/ /打印中的每一个元素intarray}4。这是额外的需求:思考如何保存任何数