-
三维粒子碰撞模拟
分子碰撞也称分子散射,指一个粒子(分子、原子、自由基或离子)从远处来到另一个粒子附近,经过相互作用后又向远方离去的过程,是化学反应过程中最基本的微观现象。这是一个分子碰撞模拟程序,用于仿真分子碰撞松弛。
- 2023-06-02 09:30:03下载
- 积分:1
-
MMSE均衡
自适应信道均衡器模型仿真 收录时间:2013-12-09 资源分类:Matlab 工具:MATLAB 7.8 (R2009a) 均衡器(Equalizer),是一种可以分别调节各种频率成分电信号放大量的电子设备,通过对各种不同频率的电信号的调节来补偿扬声器和声场的缺陷,
- 2023-01-13 00:20:04下载
- 积分:1
-
大数运算,生成两个随机大数,然后计算他们的和,差等
大数运算,生成两个随机大数,然后计算他们的和,差等-Computation of large numbers to generate two random large numbers, and then calculate them and, poor
- 2022-04-24 02:19:26下载
- 积分:1
-
研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是带权算法...
研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是带权算法-This is the assignment of numerical analysis course during my graduated education,all the codes are realized by C language,and have been debugged successfully,here I d like to share it with all of you.This one realized the algorithm of weighting
- 2022-01-25 20:06:06下载
- 积分:1
-
轻松用c++实现线性选择算法
资源描述元素选择问题
给定线性序集中的n个元素和一个整数k,1≤k≤n,要求找出这n个元素中第k小的元素。
当k=1时——找最小元素;
当k=n时——找最大元素;
当k=(n+1)/2——找中位数
算法设计思想
与快速排序算法的设计思想基本相同,即对输入数组进行递归划分,但操作上只对划分出的两个子数组中的一个进行进一步的递归处理;
- 2022-01-24 09:05:38下载
- 积分:1
-
fortran程序,迭代常微分方程求解器,包括源代码、使用说明。...
fortran程序,迭代常微分方程求解器,包括源代码、使用说明。-fortran program, iterative solver of ordinary differential equations, including source code, use the instructions.
- 2022-01-25 14:54:41下载
- 积分:1
-
image zoom_in algorithm based on opencv2.4.4
image zoom_in algorithm based on opencv2.4.4。Caution: please configure openc2.4.4 before you use it !!!!!!!!!!!
- 2022-03-14 21:49:04下载
- 积分:1
-
Lsr2d 算法
LSR2D - Build projection matrix L for straight rays in 2D.
% Input
% Tx: transmitter coordinates, nTx by 2
% 1st column contains X coordinates, 2nd contains Z coordinates
% Rx: receiver coordinates, nRx by 2
% 1st column contains X coordinates, 2nd contains Z coordinates
% grx: vector of X coordinates of cell boundaries (sorted increasing)
% grz: vector of Z coordinates of cell boundaries (sorted increasing)
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-13 10:35:57下载
- 积分:1
-
Linear least square method. X with a general power series to fit.
线形最小二乘法拟合。用一个一般的X的幂级数来拟合。-Linear least square method. X with a general power series to fit.
- 2022-01-28 21:21:18下载
- 积分:1
-
Based on support vector machines underwater acoustic channel blind equalization...
基于支持向量机的水声信道盲均衡算法的研究-Based on support vector machines underwater acoustic channel blind equalization algorithm
- 2022-07-25 17:24:59下载
- 积分:1