-
代数多项式曲线拟合与最小二乘法PDF文档
代数多项式曲线拟合与最小二乘法PDF文档-Algebraic polynomial curve fitting with least square method PDF documents
- 2022-05-07 04:15:45下载
- 积分:1
-
topological sorting 拓扑排序
用C语言实现的拓扑排序算法topological sorting
- 2022-04-18 18:34:53下载
- 积分:1
-
基于18B20的温度控制系统
该系统采用18B20和51单片机进行Protues仿真,能够通过18B20实现温度检测和控制,并通过protues进行仿真。仿真结果真实可信,试验无误,特此分享。
- 2022-09-01 05:30:03下载
- 积分:1
-
C语言实现的一些数学计算,包括全选主元高斯消去法、求解三对角线方程组的追赶法等...
C语言实现的一些数学计算,包括全选主元高斯消去法、求解三对角线方程组的追赶法等-C language to achieve a number of mathematical calculations, including the Principal Select All Gaussian elimination method for solving tridiagonal linear equation group to catch up with law
- 2023-05-26 03:20:03下载
- 积分:1
-
计算器能够实现加、减、乘、除简单运算,还能够实现数据的输入,输出,计算,显示及程序退出等功能...
计算器能够实现加、减、乘、除简单运算,还能够实现数据的输入,输出,计算,显示及程序退出等功能-calculators can be achieved, plus or minus, multiplication and simple operation, but also to achieve the data input and output, calculation, Display and exit procedures, and other functions
- 2023-03-25 05:10:03下载
- 积分:1
-
计算方法A中的雅可比算法 是我在学习计算方法时编写的 体现了雅可比算法计算求解的过程...
计算方法A中的雅可比算法 是我在学习计算方法时编写的 体现了雅可比算法计算求解的过程-A calculation method of Jacobi algorithm is calculated in the study prepared by the method reflects the Jacobian algorithm for Xie process
- 2023-05-23 21:35:04下载
- 积分:1
-
地震模拟资料数字化的过程中,会存在数据打折、台阶等现象,该程序用于把数字化后的数据去打折、去台阶...
地震模拟资料数字化的过程中,会存在数据打折、台阶等现象,该程序用于把数字化后的数据去打折、去台阶-Earthquake simulation data digitization process, there will be discounts of data, step of such a phenomenon, the program for the digital data to a discount, go to step
- 2022-04-18 19:14:11下载
- 积分:1
-
介绍双数组逆波兰表达式法:
介绍双数组逆波兰表达式法:-Introduced the dual-array expression Reverse Polish law:
- 2022-05-24 18:33:37下载
- 积分:1
-
适用于 Pygame 的 Python 线交叉
翻译 maninwest@Codeforge 作者:raildude@CodeProject计算 2 D 线段交点(如存在)的算法这是种应用代数的练习题, (尤其是方程 y = mx + b, 所谓的线性方程的斜截式).背景我有个 Python 的 3d 查看应用程序,使用 Pygame 做 UI。 它有线框显示和原始的"隐藏表面移除"选项。我想添加一个隐藏线移除的选项,因为Pygame 好像不支持 "空心多边形" 绘制方法. 我想此代码可能是向该方向迈出的一步。稍后,我发现 MeshLab 可以提供我想要的功能..使用代码你需要安装 Python和 Pygame。或者,你可以提取四个函数 (slope(), y_intercept(), intersect() & segment_intersect()) 并在合适的地方使用。
- 2022-03-15 12:00:57下载
- 积分:1
-
最长公共子序列
南邮算法实验,动态规划法求解最长公共子序列问题,也实现了备忘录方法求解最长公共子序问题。可实现输出一组解,也可以输出所有可能的最长公共子序。实现了实验要求的所有思考题
- 2023-01-07 16:40:03下载
- 积分:1