登录
首页 » matlab » pathsearching

pathsearching

于 2017-09-02 发布 文件大小:7KB
0 196
下载积分: 1 下载次数: 5

代码说明:

  自动避障的代码非常好呀,用“+”代表A的运动情况,“*”代表B的运动情况。 legend函数的基本用法是(During frame transmission the start of the PHR (PHY header) is the event nominated by the IEEE 802.15.4 UWB PHY standard for message time-stamping. The time the first symbol of the PHR launches from the antenna (defined as the RMARKER) is the event nominated as the transmit time-stamp.)

文件列表:

新建文件夹\get_beta2.m
新建文件夹\readme.txt
新建文件夹\test1.bmp
新建文件夹\test1.m
新建文件夹

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

发表评论

0 个回复

  • Interleaver
    基于FPGA实现交织 在通信中交织的算法 已在板上通过测试(based on FPGA to Interleaver)
    2018-02-01 20:54:13下载
    积分:1
  • % 该Matlab程序基于牛顿-拉夫逊算法,用于计算已知导纳矩阵、PQ节点、PV节点、平衡节点(UA)的电力网络潮流 % U...
    % 该Matlab程序基于牛顿-拉夫逊算法,用于计算已知导纳矩阵、PQ节点、PV节点、平衡节点(UA)的电力网络潮流 % U - 各节点母线电压 S - 各节点注入功率 S_net - 电力网络总损耗 % PQ_P - 实算PQ节点注入有功功率 PQ_Q - 实算PQ节点注入无功功率 % delt_PQ_P - 实算PQ节点有功功率修正值 delt_PQ_Q -实算PQ节点无功功率修正值 % delt_UA_P - 实平衡节点有功功率修正值 delt_U_2 - 实平衡节点电压平方修正值 % delt_PQV - 实算P Q U^2修正值 J - 雅可比矩阵 % e - 电压实部 f - 电压虚部 delt_ef - 电压实部与虚部修正值- The Matlab program based on the Newton- Raphson algorithm is used to calculate the admittance matrix is known, PQ node, PV node, the node balance (UA) the trend of the electricity networks U- the node bus voltage S- each node injection power S_net-- The total loss of electric power networks PQ_P- operator PQ is injected into active nodes PQ_Q- operator PQ is injected reactive power node delt_PQ_P- is considered the correct value of active power PQ node delt_PQ_Q- really count PQ node reactive power to amend the value of delt_UA_P- real active power balance of the correct value of the node delt_U_2- node voltage balance is the correct value of the square o
    2022-10-25 02:45:02下载
    积分:1
  • Vb+MO开发GIS源代码,内容为常用的图形操作
    Vb+MO开发GIS源代码,内容为常用的图形操作-Vb MO Development GIS source code, content for the operation of commonly used graphics
    2023-08-25 14:00:03下载
    积分:1
  • DFIG
    RTDS仿真,双馈风力发电机模型,可以用RTDS仿真软件打开(RTDS simulation, doubly fed wind turbine model, can be opened with RTDS simulation software)
    2019-04-12 09:47:50下载
    积分:1
  • ball
    桌面弹球是游戏中常见的游戏,从以前的掌上游戏机到如今的手机游戏,都是一个十分经典的游戏。玩家控制一个可以左右移动的挡板去改变运动中小球的移动方向,目的是用小球消除游戏屏幕中的所有障碍物到达下一关,在障碍物被消除的过程中,可能会产生一些能改变挡板或者小球状态的物品,例如:挡板变长、变短,小球威力加强等等。本章主要介绍如何实现一个简单的弹球游戏,让读者了解“动画”的实现原理。(Desktop pinball game is common in game, from the previous game boy to today s mobile games, is a very classic game players control a can move around the damper to change the ball movement direction of the movement, the purpose is to use the ball game screen to eliminate all the obstacles and reach the next level, in the process of obstacle is eliminated, may produce some can change baffle or ball state items, such as: baffle get long become short, ball power to strengthen and so on this chapter mainly introduces how to realize a simple pinball game, let the reader know animation principle )
    2012-11-21 12:25:28下载
    积分:1
  • Desktop
    说明:  trinitycore files for source code of class 'creature'
    2017-07-30 22:53:28下载
    积分:1
  • various JTAG include : Altera, ARM, AVR, LATTICE, S52, XILINX.
    各种JTAG:包括ALTERA、ARM、AVR、LATTICE、S52、XILINX。-various JTAG include : Altera, ARM, AVR, LATTICE, S52, XILINX.
    2023-05-09 18:55:03下载
    积分:1
  • M5311Driver_AT命令参考程序
    说明:  nb-iot m5311模块c语言驱动程序(Nbiot m5311 module driver)
    2020-02-10 20:52:32下载
    积分:1
  • //特 点: // // 1、功能完整,直接使用 // // 2、模块独立性强,移植方便,外部仅init和move函数,修改显示和输入即可 // /...
    //特 点: // // 1、功能完整,直接使用 // // 2、模块独立性强,移植方便,外部仅init和move函数,修改显示和输入即可 // // 3、对减少内存占用、尽量减少屏幕操作进行适当优化 // // 4、新方块生成高度随机,绝对无规律 // // 5、仿真环境为Keil7.5+Proteus6.5,可以联机也可脱机运行 // -//features :// 1, the functional integrity, the use of direct//// 2, module-independence, Transplant convenience, external and move only init function, and the amendment shows can be imported//// 3. to reduce the memory footprint, minimizing operating properly screen optimization//// 4, the new generation highly random box, absolutely no rules//// 5, the simulation environment for Keil7.5 Proteus6.5. can be on-line off-line operation
    2022-07-12 09:40:21下载
    积分:1
  • 固定电流调节器-stationarycurrentregulator
    说明:  stationary current regulator
    2020-06-22 12:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载