-
c# 经纬度计算面积
c# 经纬度计算面积c# 经纬度计算面积c# 经纬度计算面积c# 经纬度计算面积c# 经纬度计算面积c# 经纬度计算面积
- 2022-01-25 17:38:26下载
- 积分:1
-
一种用于求解线性方程组的C++程序,很有用…
用LU分解法求解线性方程组的c++程序,有用的数值分析程序-LU decomposition method used for solving linear equations of c procedures useful numerical analysis program
- 2023-04-15 11:35:03下载
- 积分:1
-
manual selection of color samples in an image
manual selection of color samples in an image
- 2022-07-10 17:08:10下载
- 积分:1
-
对数回归方程logarithmregress.cs方程模型y = * LN…
对数回归方程 LogarithmRegress.cs
方程模型为 Y=a*LnX+b
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。
public override double forecast(double x)
预测函数,根据模型得到预测结果。
public override double computeR2()
计算相关系数(决定系数),系数越接近1,数据越满足该模型。
-Logarithmic regression equation LogarithmRegress.cs equation model for Y = a* LnX+ Bpublic override double [] buildFormula () get coefficient array, the storage order and model coefficients contrary, that is, the array is followed by the value of coefficient b, a. public override double forecast (double x) prediction function, according to the results of model prediction. public override double computeR2 () calculated the correlation coefficient (determination coefficient), coefficient of the closer one, the data satisfy the model more.
- 2022-08-31 23:15:03下载
- 积分:1
-
大家请多指教
大家请多指教-you please enlighten!
- 2022-01-22 16:31:28下载
- 积分:1
-
天然气管道连接问题原程序,一百个用户,其中有四个无效用户,将其它96个有效用户连接成一个树形网络,用kruskal算法实现...
天然气管道连接问题原程序,一百个用户,其中有四个无效用户,将其它96个有效用户连接成一个树形网络,用kruskal算法实现-Natural gas pipeline to connect the issue of the original procedure, 100 users, which has four invalid users, will the other 96 valid user to connect into a tree network, using Kruskal Algorithm
- 2023-05-07 08:15:03下载
- 积分:1
-
VB实现的线性卡尔曼滤波程序,简单易懂。适合初学者练习参考。...
VB实现的线性卡尔曼滤波程序,简单易懂。适合初学者练习参考。-VB linear Kalman filtering procedures, simple and understandable. For beginners practice reference.
- 2022-03-21 15:54:32下载
- 积分:1
-
matlab实现任意十进制和二进制的转换
matlab实现任意十进制和二进制的转换-matlab to achieve arbitrary decimal and binary conversion
- 2022-12-07 21:50:03下载
- 积分:1
-
卷积编码器维特比编码器
卷积编码器 (2 到 5 评级) 和软决定维特比译码器在 MATLAB 中实现
卷积编码器和维特比译码器
%发电机多项式
g1 = [1,0,1,0,0,1,1,1];
g2 = [1,1,1,1,0,1,1,0];
g3 = [0,1,1,1,1,0,0,1];
g4 = [1,0,1,1,0,1,1,0];
g5 = [1,1,1,1,1,0,1,1];
- 2023-07-11 21:05:03下载
- 积分:1
-
《GPU高性能计算之CUDA》实例
《GPU高性能运算之CUDA》是全国第一本全面介绍CUDA软硬件体系架构的书籍。全面介绍使用CUDA进行通用计算所需要的语法、硬件架构、程序优化技巧等知识,是进行GPU通用计算程序开发的入门教材和参考书。《GPU高性能运算之CUDA》共分5章。第1章介绍GPU通用计算的发展历程,介绍并行计算的历史、现状以及面临的问题;第2章介绍CUDA的使用方法,帮助读者理解CUDA的编程模型、存储器模型和执行模型,掌握CUDA程序的编写方法;第3章探讨CUDA硬件架构,深入分析Tesla GPU架构与CUDA通用计算的相互作用:第4章总结CUDA的高级优化方法,对任务划分、存储器访问、指令流效率等课题进行探讨;第5章以丰富的实例展示如何使用CUDA的强大性能解决实际问题。 《GPU高性能运算之CUDA》可作为CUDA的学习入门和编程参考书,主要面向从事高性能计算的程序员与工程师,使用GPU加速专业领域计算的科研人员,以及对GPU通用计算感兴趣的程序员。开设相关课程的高等院校与科研机构也可选用《GPU高性能运算之CUDA》作为教材。
- 2022-12-14 23:55:05下载
- 积分:1