CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Random Direction

搜索资源列表

  1. COMPDIR

    0下载:
  2. % COMPDIR Computes a search direction in a subspace defined by Z. % Helper function for NLCONST. % Returns Newton direction if possible. % Returns random direction if gradient is small. % Otherwise, returns steepest descent direction. % I
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1611
    • 提供者:张风
  1. MobileModels

    0下载:
  2. 无线通信的各种运动模型。适用于移动通信、无线传感器网络等领域。 包括:Random walk、random waypoint、random direction、boundless simulation area、 gauss-markov等运动模型 - probabilistic random walk
  3. 所属分类:3G开发

    • 发布日期:2008-10-13
    • 文件大小:30015
    • 提供者:netest08
  1. shoot

    0下载:
  2. 屏幕中央下方中央有一猎枪,位置固定,可用鼠标左、右键控制其转动方向。用空格键控制开枪。程序控制由屏幕左、右方以随机方向自动抛出飞碟(每次抛一个,各次抛出间有适当间隔)。抛出飞碟前应有提示。对每个飞碟,最多可以开两枪。程序应可统计当前击中飞碟数和失败次数。 程序可使用对话框结构或基于框架窗口的程序结构,设有开始和结束按钮或菜单选项。-The center of the screen with a shotgun beneath the central, location fixed, the
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-28
    • 文件大小:21432
    • 提供者:李明
  1. phalanx

    0下载:
  2. linux下实现魔鬼方阵,冒险者方向随机-Devil square under linux, random direction of risk-takers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1490
    • 提供者:毛泽东
  1. BarbAttackUI

    0下载:
  2. 模拟一个出游的国王护卫队,在野外遇到了野人攻击,在营地里设立防御后抵御四面野人的攻击,游戏就是通过输入命令调整四面防守人员的调度已达到防止野人伤害到国王的目的。指令输入形式如下<soldier type><from><to><number of men>,士兵有三种:剑士、弓箭手、国王卫士,分别缩写为s a k,指令aew10就代表把10个弓箭手从东面移到西面。野人出现方向随机,数量随机,总量固定,野人死光算赢,国王死或有10个野人进入到营地中间算
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:2894
    • 提供者:lvwenhan
  1. Ball

    0下载:
  2. 1、 设计并编程实现弹球程序:用户能通过菜单或者按钮新增一小球,该小球将从随机的位置出现,并具有随机颜色,随机速度以及随机的运动方向,小球沿初始方向匀速运动,当碰到窗口边缘时,小球将依据受力原理改变运动方向(可简化考虑,受力只改变小球的运动方向,小球仍按照初始速度匀速运动,且不考虑小球之间的碰撞)。-1, designed and programmed Pinball program: the user through the menu or button to add a small ball
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:9825
    • 提供者:hch
  1. OptimumDM

    0下载:
  2. 机械优化设计一维、多维约束、多维无约束优化算法集成。包括:黄金分割法、牛顿法、梯度法、随机方向法、可行方向法等-Optimization of Mechanical Design dimensional, multi-dimensional constraints, multi-dimensional integration of unconstrained optimization. Include: golden section method, Newton method, gradient
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:93369
    • 提供者:郭雪冰
  1. Ball_Game

    1下载:
  2. 用户能通过GUI组件指定生成小球的数量,每个小球将从随机的位置出现,并具有随机颜色,随机速度以及随机的运动方向,小球沿初始方向匀速运动,当碰到窗口边缘时,小球将依据受力原理改变运动方向(可简化考虑,受力只改变小球的运动方向,小球仍按照初始速度匀速运动,且不考虑小球之间的碰撞)。 鼠标在界面中显示为方块状,玩家需来回移动鼠标以避开运动的小球及屏幕四周,如果鼠标碰到任一小球或者窗口四周,则游戏结束。 程序需提供计时功能,并最终显示玩家能坚持多少秒。 -User generated thr
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:14604
    • 提供者:Mr_zhang
  1. Drunkard

    2下载:
  2. 一个基于图形的程序做一个随机游走,有时也被称为一个醉汉走路。假定醉汉初始位置为400x400像素图形的中央,每走一步都是5像素。方向为上下左右随机。-a graphics-based program to do a random walk, sometimes also known as a drunkard s walk. A random walk simulates the wandering of an intoxicated person on a square street grid
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-09-18
    • 文件大小:2265
    • 提供者:ciki
  1. MoveCircle

    0下载:
  2. 随机球体碰撞演示,按下C为打开控制台,提示输入球数量,S为随机方向移动,E为停止所有球体移动。绘图采用双缓冲。-Random sphere collision demonstration, press C to open the console, the number of prompts for the ball, S is a random direction, E is to stop all ball movement. Double-buffered drawing.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:1733920
    • 提供者:superupon
  1. dancer

    0下载:
  2. 在dos下写的汇编程序。通过串口控制实验板上的矩阵键盘进行操作,模拟跳舞机,并由LED数码管显示。-When the program starts, the LED digital display the word "HELLO" waiting for players to press any key to start dancing. After the start of the game, alternating the left of the two digital tube displ
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:427660
    • 提供者:bdz
  1. randdir

    0下载:
  2. Random direction method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1872
    • 提供者:y_work
  1. ballgame

    1下载:
  2. 弹球游戏用户能通过GUI组件指定生成小球的数量,每个小球将从随机的位置出现,并具有随机颜色,随机速度以及随机的运动方向,小球沿初始方向匀速运动,当碰到窗口边缘时,小球将依据受力原理改变运动方向-Pinball game user through GUI components specified quantity to generate a small ball, each ball from a random location appears, and having a random color
  3. 所属分类:Java Develop

    • 发布日期:2017-11-23
    • 文件大小:13790
    • 提供者:叶子
  1. IJCNS20110600007_92739961

    0下载:
  2. Mobile Ad-Hoc network is a collection of mobile nodes in communication without using infrastructure. De-spite the importance of type of the exchanged data between the knots on the QoS of the MANETs, the mul-tiservice data were not treated by the larg
  3. 所属分类:Communication

    • 发布日期:2017-11-14
    • 文件大小:557073
    • 提供者:said
  1. random

    0下载:
  2. 以下在x-y坐标系统上进行的游戏属于二维的随机行走。从原点(0,0)开始,每次迭代都是由向左,向上,向右或向下一个单位的随机不构成。当行动者返回原点时,行走结束。在二维世界这种情况发生的概率为1,而三维世界的概率小于1。请编写一个进行100次独立随机行走程序,并计算每个方向的步数的平均数。-The following on the xy coordinate system of the game is a two-dimensional random walk. From the origin
  3. 所属分类:Network Security

    • 发布日期:2017-04-08
    • 文件大小:659261
    • 提供者:test_36003
  1. BALLgame

    1下载:
  2. 用户能通过GUI组件指定生成小球的数量,每个小球将从随机的位置出现,并具有随机颜色,随机速度以及随机的运动方向,小球沿初始方向匀速运动,当碰到窗口边缘时,小球将依据受力原理改变运动方向(可简化考虑,受力只改变小球的运动方向,小球仍按照初始速度匀速运动,且不考虑小球之间的碰撞)。 鼠标在界面中显示为方块状,玩家需来回移动鼠标以避开运动的小球及屏幕四周,如果鼠标碰到任一小球或者窗口四周,则游戏结束。 程序需提供计时功能,并最终显示玩家能坚持多少秒。-GUI components specif
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1641
    • 提供者:stellar
  1. Wops-Clicker

    0下载:
  2. One of my old projects. It s an undetected Auto-Clicker with basic features. Firstly, it has a mouse detector so you can set coordinates easily. Second of all, it has randomized (customizable) timings between mouse clicks and releases and also a dela
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:162571
    • 提供者:lilvb
  1. hw1

    0下载:
  2. Drunkard.java Your Drunkard class. The interface is provided. You will be completing the implementation, and a test driver for it. RandomWalkViewer.java Your RandomWalkViewer class. You create this file and class. RandomWalkComponent.java Your Ra
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:4124
    • 提供者:Lannister
  1. ThreadTest

    0下载:
  2. 使用多线程技术,实现窗口中多朵雪花(至少10朵)的飘动,每朵雪花飘动方向和速度随机-The use of multi-threading technology, multi-window snowflake flowers (at least 10) of flowing, each flower fluttering snowflakes random direction and speed
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-30
    • 文件大小:52529
    • 提供者:orig
  1. Random Mobility Model

    0下载:
  2. this code simulate random mobility models, random way point, random direction and random walk, data that produced from this code can be used to calculate node density, connectivity and moving area graphs, and any other needed data that can be generat
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:20480
    • 提供者:未央佛
« 12 3 4 5 »
搜珍网 www.dssz.com