登录
首页 » matlab » 比赛作品

比赛作品

于 2020-06-24 发布
0 274
下载积分: 1 下载次数: 4

代码说明:

说明:  2019数学建模国赛a题全套程序 ct成像 离散傅里叶变换实现(The Complete Procedure of Question A in the National Mathematical Modeling Competition of 2019 CT imaging Realization of Discrete Fourier Transform)

文件列表:

比赛作品(包含程序和论文)\比赛题目\A题附件.xls, 4231680 , 2017-08-09
比赛作品(包含程序和论文)\比赛题目\CUMCM-2017-problem-A.docx, 106223 , 2017-08-27
比赛作品(包含程序和论文)\程序\A题附件.xls, 4231680 , 2017-08-09
比赛作品(包含程序和论文)\程序\problem1_fbpResult.jpg, 22008 , 2017-09-17
比赛作品(包含程序和论文)\程序\problem1_findDegrees.m, 1358 , 2017-09-17
比赛作品(包含程序和论文)\程序\problem1_origin.jpg, 7036 , 2017-09-17
比赛作品(包含程序和论文)\程序\problem1_padValue.m, 835 , 2017-09-17
比赛作品(包含程序和论文)\程序\problem1_shadow.jpg, 12151 , 2017-09-17
比赛作品(包含程序和论文)\程序\problem1_validate.m, 1918 , 2017-09-17
比赛作品(包含程序和论文)\程序\problem2.m, 2859 , 2017-09-17
比赛作品(包含程序和论文)\程序\problem2.xls, 695296 , 2017-09-17
比赛作品(包含程序和论文)\程序\problem2_fbpResult.jpg, 28195 , 2017-09-17
比赛作品(包含程序和论文)\程序\problem2_fbpResultwithPoint.jpg, 23538 , 2017-09-17
比赛作品(包含程序和论文)\程序\problem2_shadow.jpg, 13086 , 2017-09-17
比赛作品(包含程序和论文)\程序\problem3.m, 2817 , 2017-09-17
比赛作品(包含程序和论文)\程序\problem3.xls, 851456 , 2017-09-17
比赛作品(包含程序和论文)\程序\problem3_fbpResult.jpg, 41373 , 2017-09-17
比赛作品(包含程序和论文)\程序\problem3_fbpResultwithPoint.jpg, 40379 , 2017-09-17
比赛作品(包含程序和论文)\程序\problem3_shadow.jpg, 38355 , 2017-09-17
比赛作品(包含程序和论文)\程序\problem4_errorOfd.m, 339 , 2017-09-17
比赛作品(包含程序和论文)\程序\problem4_model.jpg, 3055 , 2017-09-17
比赛作品(包含程序和论文)\程序\problem4_radon.m, 1009 , 2017-09-17
比赛作品(包含程序和论文)\程序\problem4_radonResult.jpg, 8905 , 2017-09-17
比赛作品(包含程序和论文)\论文.pdf, 836962 , 2019-03-22
比赛作品(包含程序和论文)\说明.txt, 291 , 2019-03-22
比赛作品(包含程序和论文)\比赛题目, 0 , 2019-03-22
比赛作品(包含程序和论文)\程序, 0 , 2019-03-22
比赛作品(包含程序和论文), 0 , 2019-03-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用PC调试GSM模块的软件,做为GSM开发工程师的有效利器
    用PC调试GSM模块的软件,做为GSM开发工程师的有效利器-GSM module debugging using PC software, GSM as an effective tool for development engineers
    2023-03-03 15:00:04下载
    积分:1
  • PIDcontroler
    说明:  新型直流输电系统变参数PID 控制器的设计主要是比例积分设计(New type of HVDC system variable parameter PID controller design is the design of proportional integral)
    2008-11-26 12:36:01下载
    积分:1
  • pointcloud viewer
    点云查看器,实现点云数据(.ply格式)的导入和导出、清除当前点云数据、显示每个点的法向、根据每个点法向对应的颜色值,赋予这个点颜色、对当前窗口截屏。(Point cloud viewer, to realize the import and export of point cloud data (.Ply format), to clear the current point cloud data, to display the normal of each point, to give the corresponding color values according to each point method, to give this point color and to screen the current window.)
    2018-08-07 18:02:55下载
    积分:1
  • multi-agent
    多智能体系统matlab编程(4节点),其中包含参数的选取,s函数的编程,以及simulink模块的搭建。(multi-agent (four nodes))
    2021-04-23 10:18:47下载
    积分: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
  • model
    说明:  这个是自己实现的独立级联模型、线性阈值模型简答实现。(Independent cascade model and linear threshold model are realized.)
    2020-11-21 23:39:35下载
    积分:1
  • stm32TFT
    stm32读SD卡内的数据,并将其显示到TFT屏幕上(stm32 read SD card data and displays it to the TFT screen)
    2013-08-13 23:49:57下载
    积分:1
  • PLC password unlock Mitsubishi
    说明:  Unlock PLC Mitsubishi
    2020-04-17 17:31:25下载
    积分:1
  • 11_chapter 4
    r5uwayqearhefdb hgruekaywbe wieyfgwyie
    2019-04-12 17:51:27下载
    积分:1
  • AEB_Function
    说明:  利用相对速度、相对距离,根据TTC时间模型,可实现基本AEB功能(This code implements basic AEB functions)
    2020-07-01 21:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载