-
raptor码的编译码方法 Raptor
matlab语言,raptor码的编译码方法,程序仿真正常运行(MATLAB language, raptor code generation)
- 2018-01-03 19:03:31下载
- 积分:1
-
PLSUVE
基于偏最小二乘回归的matlab中无信息变量消除算法的特征选择(Feature Selection of No Information Variable Elimination Algorithm in Matlab Based on Partial Least Squares Regression)
- 2021-02-05 16:39:57下载
- 积分:1
-
XE内存工具
功能类似CE的一款强大内存修改工具,纯中文可视化简单易懂(A powerful memory modification tool similar to CE, which is simple and easy to understand in Chinese.)
- 2020-06-28 13:20:02下载
- 积分:1
-
滚动轴承支撑的碰磨转子
计算无量纲非线性油膜力,无量纲形势的函数,易于调用,滚动轴承支撑的碰磨转子(Nonlinear oil film force)
- 2018-11-15 16:00:54下载
- 积分:1
-
guitarnewage
登陆界面。可以设置账号密码。输入正确后方可进入主程序。(this is a load programme,with which you can set account number and passwords.and conrect them ,you can join in the main programme.)
- 2012-04-17 14:58:28下载
- 积分:1
-
ICP
说明: it is a VUMAT code for plastic analysis which consists of isotrpic elastic plastic models
- 2021-02-15 14:58:55下载
- 积分: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
-
用于实现上面应用程序的相关数据集.是matlab数据文件格式的
用于实现上面应用程序的相关数据集.是matlab数据文件格式的-used to achieve the above applications related data sets. Matlab is the data file format
- 2023-04-15 11:10:03下载
- 积分:1
-
FFT
说明: 该程序可以在matlab中实现FFT,进行谐波提取(Realization of FFT in MATLAB)
- 2020-05-18 21:28:17下载
- 积分: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