-
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
-
CBuilder5技术内幕程序源代码
说明: 《C Builder 5技术内幕》程序源代码("C Builder five technical insider" source code)
- 2006-02-09 16:22:46下载
- 积分:1
-
通过Python生成一个周期内正弦波数组
说明: 通过Python生成一个周期内正弦波数组(sine wave array.Direct digital synthesis, sine wave 0-2pi period, phase to amplitude is one-to-one correspondence.First, the sine wave query table needs to be stored, and then under the clock, through the phase accumulation module and address query module to achieve the sine wave signal.)
- 2020-06-18 01:00:01下载
- 积分:1
-
牛顿-拉夫森方法
说明: 牛顿拉夫森迭代方法可用于求解非线性方程组(Newton Rafson iterative method)
- 2021-01-06 11:24:07下载
- 积分:1
-
LPPL-mode
说明: 关于泡沫反泡沫迷行的LPPL 模型计算过程。参数设置与模型计算。(The calculation process of LPPL model for foam anti foam addiction. Parameter setting and model calculation.)
- 2021-04-18 20:58:51下载
- 积分:1
-
itoolbox
协同区间偏最小二乘 siPLS算法是 N rgaard等对其提出
的 iPLS方法的改进, 其基本算法步骤如下:(1)对原始谱图进行
预处理;(2)在全谱范围内建立全局偏最小二乘模型, 即上节的
模型;(3)在整个光谱区间采用 iPLS建立多个等窗口宽度的子
区间, 假设为 n个;(4)在每个子区间上建立偏最小二乘法模型,
即可得到 n个局部模型;(5)以交叉验证时的均方根误差 RMSE
值为各模型的精度衡量标准, 比较全光谱模型和各局部模型的
精度;(6)组合精度最高的局部子区间为新的回归区间;再在新
的回归区间建立 siPLS模型(Cooperative interval partial least squares (siPLS) algorithm is proposed by N rgaard et al.
The improvements of the iPLS method are as follows: (1) the original spectrogram is performed.
Preprocessing; (2) establishing a global partial least squares model in the full spectrum, that is, the upper part of the model.
Model; (3) use iPLS to establish multiple equal window widths in the whole spectral interval.
The interval is assumed to be n; (4) a partial least squares model is established on each sub interval.
N local models can be obtained; (5) the root mean square error of cross validation is RMSE
The values are the accuracy criteria of each model, and the comparison between the full spectral model and the local models is made.
(6) the local interval with the highest combined precision is a new regression interval; and then new.
The establishment of siPLS model in the regression interval)
- 2018-06-28 10:14:57下载
- 积分:1
-
ddsmatlab
直接数字频率合成技术DDS的Matlab系统建模及频谱分析,同时对相位截断误差和量化误差同进行了分析(Direct digital frequency synthesis technology of DDS Matlab system modeling and spectral analysis, while the phase truncation error and quantization error are analyzed with)
- 2013-08-18 10:10:02下载
- 积分:1
-
Burgers
Fortran,Discontinuous Galerkin method
for smooth solution of Burgers equation(Fortran, Discontinuous Galerkin method for smooth solution of Burgers' equation)
- 2009-07-12 10:44:35下载
- 积分:1
-
ssvpehotconstructor
线性规划模型与整数规划 线性规划模型与整数规划()
- 2018-03-15 21:57:59下载
- 积分:1
-
a
说明: matlab编写fft 工具,进行fft分析(Matlab programming FFT tools, FFT analysis)
- 2020-11-17 20:21:33下载
- 积分:1