-
vc++ commonly used numerical algorithm set: contains: interpolation, integration...
vc++常用的数值算法集:包含:插值,积分,逼近,排序等等常用的数值算法,其中包含都包含代码-vc++ commonly used numerical algorithm set: contains: interpolation, integration, approximation, and so commonly used to sort numerical algorithm, which includes both contain code
- 2022-03-25 03:27:17下载
- 积分:1
-
this document for the simulation of MIMO
此文件用于仿真MIMO-STBC 系统性能程序,包括了发送,mimo quasi-static channel 和接收部分。用的是8psk调制
-this document for the simulation of MIMO- STBC system performance procedures, including sending, mimo quasi--static channel and receive part. The modulation of eight psk
- 2022-03-18 07:05:49下载
- 积分:1
-
数值分析,最小二乘法,源代码,以及龙格
数值分析,最小二乘法,源代码,还有龙格库塔,陆续将会上传,敬请等待-Numerical analysis, the least square method, source code, as well as Runge-Kutta, one after another will upload, please wait
- 2023-08-29 19:35:03下载
- 积分:1
-
data encryptiption standart
数据加密标准;
- 2022-06-02 04:41:28下载
- 积分:1
-
把整数华氏温度转换成浮点数摄氏温度,精确到三位数字
把整数华氏温度转换成浮点数摄氏温度,精确到三位数字-put into Fahrenheit temperature float Celsius temperature, accurate to three figures
- 2022-01-25 14:02:25下载
- 积分:1
-
快速排序、归并排序与选择排序平均时间之比较
/*----------------------选择排序-----------------------------*/
void SelectSort(int data[],int low,int high)
{
for(int i=low;i
- 2022-03-18 12:13:58下载
- 积分:1
-
石子合并问题C++
在一个圆形操场的四周摆放N堆石子(N≤100),现要将石子有次序地合并成一堆。规定每次只能选相邻的两堆合并成新的一堆,并将新的一堆的石子数,记为该次合并的得分。编一程序,读入堆数N及每堆石子数(≤100)选择一种合并石子的方案,分别得到合并这N堆石子为一堆,可以得到的最大得分和最小得分
- 2022-10-12 06:40:03下载
- 积分:1
-
线性代数方程组的求解全选主元高斯消去法全选主元高斯约当消去法复系数方程组的全选主元高斯消去法...
线性代数方程组的求解全选主元高斯消去法全选主元高斯约当消去法复系数方程组的全选主元高斯消去法-linear algebraic equations to solve all the main election yuan Gaussian Elimination entire election PCA about when Gaussian Elimination of complex equations of the entire election PCA Gaussian Elimination Act, etc.
- 2022-05-05 11:28:38下载
- 积分:1
-
检查括号是否匹配
用于检查括号是否匹配,包括大括号,中括号和小括号,并能返回括号匹配数
- 2023-01-09 18:50:03下载
- 积分:1
-
求串的长度算法的实现
求串的长度算法的实现-Series for the length of the algorithm to achieve
- 2022-08-12 09:11:08下载
- 积分:1