-
fourier2020.11.30
说明: 测井曲线的傅立叶变换,import pandas as pd
import matplotlib.pyplot as plt
import myfuntion as mf
import pylab as py
from matplotlib.font_manager import FontProperties(import pandas as pd
import matplotlib.pyplot as plt
import myfuntion as mf
import pylab as py
from matplotlib.font_manager import FontProperties)
- 2020-12-14 17:12:49下载
- 积分:1
-
手机游戏 适用于入门级学者 简单易懂 推荐下载 有中文说明
手机游戏 适用于入门级学者 简单易懂 推荐下载 有中文说明-mobile games in the entry-level academics are simple to download a Chinese explanation
- 2023-03-30 14:35:04下载
- 积分:1
-
多项式高程拟合
说明: Matlab多项式实现区域高程拟合,需要自己输数据(In order to realize the regional elevation fitting by MATLAB polynomials, we need to input data by ourselves)
- 2020-11-19 16:29:37下载
- 积分:1
-
acc
说明: 基于汽车行驶中的各物理参数搭建模型,实现ACC自动巡航(Utlize ACC based on the model which build through it's input)
- 2020-02-21 17:44:52下载
- 积分:1
-
delphi 怎样在数据表中调整记录指针的位置
delphi 怎样在数据表中调整记录指针的位置的源码实例,源代码运行于Delphi7环境,有兴趣的可下载测试。有兴趣可参考以下核心代码:
procedure TFrmOrderBy.FormShow(Sender: TObject);
begin
ADODataSet1.Active := false;
ADODataSet1.Active := true;
end;
procedure TFrmOrderBy.BtnCloseClick(Sender: TObject);
begin
Close;
end;
procedure TFrmOrderBy.Button1Click(Sender: TObject);
var
No: Integer;
begin
No := StrToIntDef(Edit1.Text, 1);
ADODataSet1.MoveBy(No);
end;
- 2022-04-11 22:27:36下载
- 积分:1
-
matlab 函数逼近与拟合源程序代码
函数逼近与拟合 240
7.1 正交多项式 240
7.1.1 正交函数族 240
7.1.2 几个常用的正交多项式 242
7.2 最佳一致逼近 246
7.3 最佳平方逼近 249
7.4 最小二乘拟合 252
7.4.1 线性最小二乘拟合 253
7.4.2 非线性最小二乘拟合 255
7.4.3 多元最小二乘拟合 256
7.5 有理函数逼近 256
7.5.1 连分式逼近 257
7.5.2 Padé逼近 259
7.6 傅里叶逼近 262
7.7 MATLAB自带函数应用 264
7.7.1 polyfit函数 264
7.7.2 lsqcurvefit函数 266
7.7.3 nlinfit函数 267
7.7.4 lsqlin函数 268
7.7.5 lsqnonlin函数 269
7.8 应用案例 270(Matlab function approximation and fitting source code)
- 2019-02-13 11:05:55下载
- 积分:1
-
Processor system pratice
说明: 处理器系统,包括创建进程(QQ)、枚举进程、自定义消息发送、共享内存、线程同步等功能,有MFC界面(Processor system, including create process (QQ), enumeration process, custom message sending, shared memory, thread synchronization and other functions, with MFC interface)
- 2020-11-14 22:49:37下载
- 积分:1
-
BPSK是一个基础程序,作为通信系统的开始,提供良好的仿真.相信不用我多说了吧....
BPSK是一个基础程序,作为通信系统的开始,提供良好的仿真.相信不用我多说了吧.-BPSK is a basic program, as a communication system, provide a good simulation. Am not going to say much of the bar.
- 2022-03-03 03:48:03下载
- 积分:1
-
用tc2.0编写的纯c推箱子的游戏。程序有多个关卡,有帮助提示。...
用tc2.0编写的纯c推箱子的游戏。程序有多个关卡,有帮助提示。-Tc2.0 prepared with pure c Sokoban game. Procedures have a number of hurdles have to help prompt.
- 2022-04-19 00:20:29下载
- 积分:1
-
vc游戏编程,有简单的,有复杂的。可以作为vc初学者的学习资料,也可以作为编程者的参考资料。...
vc游戏编程,有简单的,有复杂的。可以作为vc初学者的学习资料,也可以作为编程者的参考资料。-vc game programming, has simple, has a complex one. Vc beginners can be used as learning materials, but also can serve as a reference for programmers.
- 2022-09-29 22:45:07下载
- 积分:1