-
conversion, temperature, length, and wake up flat with C + +
这个项目是一个控制台c++程序,其中包含一个温度转换,长,平尾流
- 2022-08-21 23:28:39下载
- 积分:1
-
LTE 空中接口协议和 Tx/Rx 算法
OpenLTE 是 3GPP LTE 规格的开源实现。它可以用 GNU 收音机与许多特别提款权 HW (USRP,RTL SDR,UMD)。LTE 空中接口协议和协议的研究。它最终将帮助您构建自己的 LTE 基站。
- 2022-02-20 16:15:07下载
- 积分:1
-
基于最小二乘法的空间平面拟合
利用VC++编写了最小二乘法拟合空间平面小程序;
其主要功能:1. 实现任意n个三维空间坐标点的平面拟合
2. 求取已知或任意未知点的在平面上的投影点及其距离
- 2023-02-11 09:45:08下载
- 积分:1
-
IIR Filter Coefficient Quantization Example
% written by DRB on 6
IIR Filter Coefficient Quantization Example
% written by DRB on 6-Dec-2004 for ECE3703
%
% Looks at unquantized filter (ideal), direct form, and cascaded second
% order section (SOS).
-IIR Filter Coefficient Quantization Exam ple% written by DRB on 6-Jan-2004 for ECE3703%% Looks at unquantized filter (ideal). direct form, and cascaded second order section% (SOS).
- 2023-03-26 22:35:03下载
- 积分:1
-
本论文for the C language in the plural算法
此文件为C语言编写的复数运算算法-this document for the C language in the plural ALGORITHMS
- 2022-08-09 21:16:34下载
- 积分:1
-
The importance of direct methods discussed in the previous work is unquestionabl...
The importance of direct methods discussed in the previous work is unquestionable, since in some practical engineering problems, information about the values of the objective function is the only reliable information, which may have a researcher.
- 2023-03-25 05:50:04下载
- 积分:1
-
TopCoder 赛题程序 SRM 146 DIV1 600
Masterbrain是双玩家棋盘游戏,其中一个玩家决定上的数字的秘密结合,而另一个必须弄清楚在10猜测或更少。游戏不同于策划在于使秘密组合玩家被允许躺在一次。游戏由一个播放制作猜测关于保密结合是一个序列,并且另一个球员给他或她有关猜测的质量的某些信息。下面是每个猜测是如何进行分析的:如果一个数字是在正确的位置,然后一个黑色栓被给出。如果数字是在猜测,但在错误的位置,然后一个白色的PEG给出。对于所有其他情况无钉给出。
- 2023-06-10 09:20:03下载
- 积分:1
-
高级的加密标准
这是 AES (高级加密标准) 的一个实现,应用程序加密文本使用 AES 加密的数据,ratlib 是一个加密库,允许您加密文件与 AES、 RC4 和茶的算法
- 2022-03-12 06:33:02下载
- 积分:1
-
在顶端2个操作数框输入原始值,将自动显示其四则运算值,以及运算结果的平方、开根、倒数、立方、自然对数、常用对数值,还可进行角度弧度换算,阶乘和三角函数计算,以及...
在顶端2个操作数框输入原始值,将自动显示其四则运算值,以及运算结果的平方、开根、倒数、立方、自然对数、常用对数值,还可进行角度弧度换算,阶乘和三角函数计算,以及长度、面积、质量、体积的单位换算。-In the top two operands box to enter the original value, will automatically display its four operational values, and computing the results of the square roots, reciprocal, cubic, the natural logarithm, common logarithm, but also to the angle in radians conversion, factorial and triangular function calculation, as well as length, area, mass, volume of unit conversion.
- 2022-01-26 07:59:56下载
- 积分:1
-
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合...
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合的多项式的相关系数
//使用方法:int M------拟合多项式的项数(已知条件)
// double *b---拟合曲线的系数,按升次排列(已知条件)
// double *x---结点x轴数据(已知条件)
// double *y---结点y轴数据(已知条件)
// double *Yg--结点估计值,与*y相对应,个数为m(过程变量)
// int m------结点个数(已知条件)
//注意事项:多项式阶数最高为10,多项式的形式为 y = b0 + b1*(x-Xavr)...
-//=== === === === === === === === === === === =====// Function that// function name: Correlation// Function: Calculation of the polynomial least squares fitting correlation coefficient// Usage: int M------ polynomial fitting the number of (known conditions)// double* b-- Fitting curve coefficient, or times by arrangement (known conditions)// double* x--- node x-axis data (known conditions)// double* y--- node y-axis data (already known conditions)// double* Yg- the estimated value of node, and* y correspond to the number for m (process variables)// int m------ node number (known conditions)// Note: polynomial order up to 10, the polynomial
- 2023-05-06 14:40:03下载
- 积分:1