登录
首页 » matlab » cegao

cegao

于 2009-05-26 发布 文件大小:3KB
0 198
下载积分: 1 下载次数: 46

代码说明:

  机载双基雷达,正侧视环境下测量点目标高度维信息(Bistatic radar measurement of high-dimensional point target information)

文件列表:

cegao.m
ftx.m
fty.m
iftx.m
ifty.m

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

发表评论

0 个回复

  • 1.5版本升级包
    说明:  CMS发布v1.5版本,升级文件请到各qq群共享文件或者百度网盘下载。 此版本有以下功能更新: 2. 修复文章列表页面右侧关联商品不显示 3. 优化搜索框,搜索后显示搜索词 4. 新增商品列表图片 分屏触发图片加载 5. 修复部分空间,手机搜索分页空白问题 6. 电脑端商品列表优化优惠券金额显示 7. 修复后台商品列表 状态选项 按钮图片缺失 8. 电脑端右侧新增悬浮二维码 9. 修复手机端文章详情页面 猜你喜欢不显示问题 10. 修复电脑端商品详情页面 精品推荐 淘宝、天猫售价显示错误问题 11. 优化电脑端主导航选中状态 12. 新增电脑端头部文字自定义编辑功能(CMS releases v1.5 version, upgrade files, please share files with each QQ group or Baidu SkyDrive download. This version has the following feature updates: 2., repair the article list page, the right side of the associated goods do not show 3. optimize search box, search show search words 4., new product list, pictures, sub screen trigger, picture loading 5., repair some space, mobile search blank pages 6., computer terminal commodity list optimization, coupon amount display 7., repair the background goods list status, Options button, picture missing 8., the computer side of the new suspension two-dimensional code 9., repair the mobile terminal articles details page, guess you like not to show the problem 10., repair the end of the computer product details page, boutique recommended Taobao, Tmall show error in price 11. optimize the computer's main navigation, select the state 12., new computer head, text, custom editing function)
    2017-08-17 18:05:53下载
    积分:1
  • 一个简单的俄罗斯方块程序。3个难度。 操作:A,左移;D,右移;S,加速下落;W,变形;空格,暂停。
    一个简单的俄罗斯方块程序。3个难度。 操作:A,左移;D,右移;S,加速下落;W,变形;空格,暂停。-a simple Tetris procedures. Three more difficult. Operation : A, the left; D, the rig ht; S accelerate whereabouts; W, deformation; Box suspended.
    2022-07-10 12:26:32下载
    积分:1
  • xydODCif
    自动刷多网站PV的一款小工具,希望大家喜欢(Automatic brush of a small multi-site PV tool, hope you like)
    2011-10-01 16:48:21下载
    积分:1
  • HTML5 3D IMAGES GALLERY 支持旋转的3d图片展示
    HTML5 3D IMAGES GALLERY 支持旋转的3d图片展示,就是一个3d相册,旋转的图片支持鼠标悬停效果,当鼠标悬停于图片上时,图片由黑白变成彩色,本相册仅是缩略图展示,不会放大图片,可作为一个相册的前置部分来用,基于HTML5/css3内核。
    2022-07-12 21:57:24下载
    积分:1
  • Painter
    大一时候用QT实现的一个画板工具,当时还比较生疏很多地方不太完美(When I was a freshman, a Sketchpad tool that was implemented by QT was quite strange at that time.)
    2018-09-15 10:22:02下载
    积分:1
  • 图廓线和方里网的说明ppt。 里面包括定义和规定,对定义理解很重要...
    图廓线和方里网的说明ppt。 里面包括定义和规定,对定义理解很重要-Fig profile and description of ri network ppt. Includes definitions and provisions, the definition is very important to understand
    2022-01-25 16:49:04下载
    积分:1
  • Tableau数据可视化从入门到精通
    说明:  用于大数据分析及图像可视化应用,是最好的工具(Application of Large Data Analysis and Image Visualization)
    2020-06-17 15:42:36下载
    积分:1
  • prepare themselves with a small C games, DOS interface, oh run. Float Float basi...
    自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float Float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, p
    2022-03-22 16:15:25下载
    积分:1
  • VC++ 设置窗口字体样式和颜色
    VC++ 设置和改变窗口字体样式和颜色,把字体变成粗体、斜体等,还可自定义字体颜色为任意款颜色。窗体的Text控件区域是效果的演示区。
    2022-03-05 21:14:18下载
    积分:1
  • DMIV02
    DMI信息的读取! 讲解了DMI的相关定义,读取等相关资料(err)
    2008-04-26 19:58:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载