搜索资源列表
ufogame
- 用java实现的UFO攻击游戏,里面有代码和可执行文件,操作简单,用鼠标左键单击UFO, 每击落10架之后,就会增加一架。-used to achieve the UFO attack game, and they code and executable files, simple operation, using the left mouse button click UFO, each downed 10, will be an increase.
magnify.rar
- 实现matlab中Figure窗口的局部放大。右键单击鼠标显示该位置的局部放大图; + / - 增大或缩小放大倍数; < /, > 扩大或缩小放大区域。 ,Achieve local magnification of Figure window in matlab.Figure creates a magnification box when under the mouse position when a button is pressed. Press +/- while
drag
- 鼠标滚轮控制文本字体大小_拖拽_单击关闭-Mouse Wheel Control text font size _ _ click Close drag
huayuan
- 当鼠标单击时,可以在面板上连续的画出圆圈-When the mouse click, you can draw in a continuous circle panel
activeContoursSnakesDemo
- 本演示实现了主动轮廓模型由Kass等人提出。 要运行它的图形用户界面 1。基于MATLAB型引导提示。 2。关于“到现有的图形用户界面,点击” 3。选择在与本文件相同的目录snk.fig文件 4。按一下上方的绿色箭头启动图形界面 一旦GUI已经启动,您可以通过使用蛇 1。点击“新形象”,并加载输入图像。提供的样品图像。 2。平滑参数设置“西格玛”或保留其默认值并点击“过滤器”。这将平滑图像。 3。只要你点击“过滤器”,头发会出现交叉
CGraphGAOLuWei
- 曲线拟合 拉格朗日 样条等,插值算法,描述,鼠标左键单击控制点-Lagrange spline curve fitting, interpolation algorithm, described the left mouse button click the control point
matlabscript2
- 有两种方法可以向脚本节点中输入 MATLAB脚本。 ( 1)使用 Operating 或Labeling 工具直接向MATLAB 脚本节点中输入脚本 (2)可以直接导入写好了的脚本 ,方法是使用鼠标右健单击 MATLAB 脚本节点,从快捷菜单中选Import,从打开的 Choose a scr ipt 选择脚本对话框中选择要导入的文件并单击 Open, MATLAB 脚本文本将出现在脚本节点中。为了便于调试 ,建议在导入脚本到 LabVIEW 之前 ,先在 MATLAB 环境内编写
regionGrow
- 区域生长算法,运行后鼠标左键单击图像区域的一点开始分割,可点击多次,单击右键结束运行。-Regional growth, and after the left mouse button click on image of a division, but it starts at times, click the right key to an end run.
gui18
- 界面响应鼠标事件,左键或者右键单击,移动,双击-Interface response mouse events, the left key or right-click, move, double click
magnify
- 图创建一个放大框,当一个按钮被按下时,根据鼠标的位置。按“+”/“ - ”,而按下按钮来增加/减少放大。按 > / < ,而按下按钮来增加/减少箱尺寸。 按住Ctrl键的同时单击离开放大图。-Figure creates a magnification box when under the mouse position when a button is pressed. Press + / - while button pressed to increase/decrea
Screen-saver
- 全屏屏幕保护程序,自适应显示器的分辨率 双击鼠标,单击ENTER或ESC退出程序 -Full-screen screen saver, the adaptive display the resolution double-click the mouse, click ENTER or ESC to exit the program
1
- 在坐标系中取点,然后根据取得点插值,得到插值的数据后续使用。实现效果如下,第一张为原图,在原图上左键点击鼠标往坐标系中添加点,单击回车,据选取的点采用三次样条插值方法插值。还有如下功能,1键---删除上一个点,2键---删除所有点,3键---删除插值结果,左键按下后移动可以选择点的位置,右键按下后会自动找到最近的点然后移动此点。
人工势场法路径规划演示
- 基于matlab开发了人工势场算法生成器,通过单击鼠标可以设置障碍物,系统自动规划路径,实施避障。