-
VC prepared by the method of least squares algorithms for three
VC编写的最小二乘法算法,适用于3阶方程,可编译为链接库文件。-VC prepared by the method of least squares algorithms for three-order equation can be compiled to link library file.
- 2023-01-11 08:20:04下载
- 积分:1
-
Abroad, a professor at the University of sermon, with the relevant source code,...
国外一大学教授讲章,附相关源程序,关于计算电磁学中的FDTD,详见内中chapter4-Abroad, a professor at the University of sermon, with the relevant source code, with regard to computational electromagnetics in the FDTD, see inside of chapter4
- 2022-06-17 16:49:54下载
- 积分:1
-
机器人比赛飞思卡尔单片机XS128程序
智能小车例程,包括基本巡线程序,OLED和键盘调试,MPU6050程序,固定频率声音识别,超声波模块测距等。使用C语言编程,每个功能都封装为固定的模块,使用很方便。
- 2023-06-11 06:20:08下载
- 积分:1
-
迭代法的收敛与收敛速度的比较
Private Sub Form_Load() Label1.Caption = "方程的三个割根区间分别为(-3.6,-3.5),(0,0.1),(3.4,3.5)" Label2.Caption = "牛顿法可使用三个割根区间" Label3.Caption = "普通迭代法—格式1只能使用割根区间(-3.6,-3.5)和(3.4,3.5)" Label4.Caption = "普通迭代法—格式2 使用割根区间(0,0.1)"End SubPrivate Sub Command1_Click() Dim x!, y!, k% x = Val(Text1.Text) If Text1.Text = "" Then 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-27 06:50:04下载
- 积分:1
-
克里格algorithym
Kriging 内插算法 通过已知点的测量值来内插获取未知点的预测-Kriging algorithym
- 2022-03-04 00:57:53下载
- 积分:1
-
遗传算法_理论、应用与软件实现_王小平_源代码
- 2022-04-11 10:37:51下载
- 积分:1
-
通用GPU计算已经成为越来越受欢迎,因为GPU的多…
通用GPU计算越来越受欢迎了,原因在于GPU具有多个并行计算单元,这是在GPU上进行通用计算的CPP代码-General GPU computing has become increasingly popular because GPU with multiple parallel computing units, which are common in GPU computing on the CPP code
- 2023-03-15 04:30:04下载
- 积分:1
-
超市管理系统
应用背景这是一个自己编写的学生超市管理系统,内容包括界面设计、数据库管理等等多个方面,是比较全面的超市管理程序关键技术用C++编写的程序,关机那技术就是MFC编写的界面和C++编写的程序,内部注释是比较详细的,很方便之后的理解
- 2022-05-17 15:45:00下载
- 积分:1
-
数组排序.rar
对数组进行排序.rar 对一组随机数据进行从大到小,或者从小到大的排序。并显示到窗体中。
- 2022-03-06 16:09:57下载
- 积分:1
-
牛顿插值的差商迭代算法,c语言实现
牛顿插值的差商迭代算法,c语言实现-Newton interpolation algorithm to worse, the C Language
- 2022-03-15 21:33:46下载
- 积分:1