-
use VB FFT (Fast Fourier) transformation.
利用VB进行FFT(快速傅立叶)变换。-use VB FFT (Fast Fourier) transformation.
- 2022-10-09 13:45:03下载
- 积分:1
-
VRP 蚁群算法 MATLAB
根据汽车零部件供应商、汽车生产企业仓库不同的地理位置、汽车零部件供应商不同的供给数量,建立数学模型,提出两阶段法求解VRP问题,第一阶段,运用改进的k-means聚类算法对整个汽车零部件供应商区域进行统一的划分,将区域划分成多个单元子区域;第二阶段对同一区域的汽车零部件供应商点进行线路规划,本文采用蚁群算法进行求解,并对蚁群算法进行改进,实现高效率、低成本、优服务的目标;最后通过matlab编程求解。
- 2022-12-26 14:10:03下载
- 积分:1
-
2D single bin packing 问题的4Block算法
2D single bin packing 问题的4Block算法-4-Block Algorithm for 2D single bin packing Problem
- 2022-02-03 02:20:37下载
- 积分:1
-
SPH无网格光滑粒子源代码
格子Boltzmann方法是最近十几年来国际上发展起来的一种流体系统建模和模拟新方法,其思路与传统的流体模拟方法完全不同,具有许多常规方法所不具有的优势。本代码采用格子Boltzmann方法模拟泊肃叶流,边界条件用平衡态外推法,
- 2022-02-07 22:14:19下载
- 积分:1
-
Simulation of a WCDMA FDD Downlink transmission
The WCDMA Physical Layer Demo consists of an end-to-end (transmitter-to-receiver) simulation of the Frequency Division Duplex (FDD) Downlink physical layer for several Dedicated Channels (DCH) as specified by the 3GPP standard (Release 99). The current ZIP file includes three different models: channel coding, spreading an
- 2022-08-20 13:06:40下载
- 积分:1
-
kalman滤波,能够读取数据样本,并对下一数据进行滤波
kalman滤波,能够读取数据样本,并对下一数据进行滤波-kalman filtering, be able to read data samples, and the next data filtering
- 2022-02-01 05:55:34下载
- 积分:1
-
c 语言图像处理代码
基于C语言的图像处理算法,包括读取BMP图像、保存BMP图像、灰度线性变换、直方图均衡化、图像反转、对数变换、中值滤波、最大最小滤波、拉普拉斯变换、梯度处理等
- 2022-07-17 08:24:48下载
- 积分:1
-
用matlab编写的,有限元三维梁单元的单元刚度矩阵计算程序,各节点6个自由度。...
用matlab编写的,有限元三维梁单元的单元刚度矩阵计算程序,各节点6个自由度。-prepared by the three-dimensional finite element beam element of the element stiffness matrix calculation program, the 6-DOF nodes.
- 2022-01-29 01:21:40下载
- 积分:1
-
矩阵运算的算法
用Type类数组创建矩阵对象
matrix(int rows,int cols) //创建矩阵,值为0
matrix(int...
矩阵运算的算法
用Type类数组创建矩阵对象
matrix(int rows,int cols) //创建矩阵,值为0
matrix(int n) //创建单位阵
matrix(const matrix &) //拷贝构造函数
BOOL Ismatrixf(){ return (rows==cols) } //判断矩阵是否为方阵
modifyrowscols(int rows,int cols) //修改矩阵的行列数
~matrix() {delete []elems } //析构函数
-matrix algorithm with Type category created matrix array object matrix (int rows, int cols)// create matrix, value of 0 matrix (int n)// create units matrix array (const matrix
- 2022-09-14 20:40:04下载
- 积分:1
-
一个绝好的数学公式计算类,支持多种数学公式的快速计算
一个绝好的数学公式计算类,支持多种数学公式的快速计算-a wonderful class of mathmatica fomula computing,supporting many formulas computing
- 2022-01-30 18:24:11下载
- 积分:1