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

搜索资源列表

  1. vhd123

    0下载:
  2. 一个小赛车游戏,能够实现随机多种障碍物下掉,有左右方向键控制键,在游戏失败后,有重复开始功能,还可以选择游戏模式和练习模式-a small racing game, can be achieved under random multiple obstacles swap, about the direction keys control keys, after the failure of the game, began to repeat functions can also choose t
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2199018
    • 提供者:沈晓松
  1. vb_snake

    0下载:
  2. 许多读者都在手机上玩过\"贪吃蛇\"游戏,它虽然简单,但十分有趣。在游戏的画面上有一条小蛇和随机出现的一粒\"豆子\",玩家用键盘控制蛇的爬行方向去吃这个\"豆子\",每吃到一粒豆子,蛇就会长大一点,随着蛇的不断长大,游戏的难度也会增加。当蛇头跑出游戏区或者蛇头穿过了蛇的身体,则玩家就输了,游戏结束。-many readers have played on the phone, "Snake" game, it is simple, but very interesting.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:13581
    • 提供者:刘峰
  1. wugui

    0下载:
  2. 三维无规行走,能走得个方向概率相同 回避所有经过的路线-three-dimensional random walk, can go the same direction to avoid all probability after the line
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1458
    • 提供者:syf
  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. tanchishe

    0下载:
  2. 单片机游戏设计及贪吃蛇程序 1、定义四个按键改变蛇行的方向。 2、随机出现食物(用一个LED亮点表示),吃进食物后蛇增长一个点。 3、当蛇头与蛇身接触时程序结束。 4、程序结束后显示蛇身的长度(共有几个点),用以决定游戏的分值。 -SCM game design and Snake procedure 1, define the direction of the four buttons to change the hunting. 2, random food (said
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:11108
    • 提供者:shadow
  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. ivy_generator

    0下载:
  2. An Ivy Generator. The ivy grows from one single root following different forces: a primary growth direction [the weighted average of previous growth directions], a random influence, an adhesion force towards other objects, an up-vector imitating th
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-17
    • 文件大小:4368424
    • 提供者:nibber
  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. 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. 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. 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. 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. Constraint-random-direction-method

    0下载:
  2. 求解优化问题的基础性方法,程序清楚简单。-Basic method for solving optimization problems, procedures clear and simple.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:957
    • 提供者:马博士
  1. Gluttonous-Snake-by-CPP-and-Opencv

    0下载:
  2. 用C++和Opencv实现了一下贪吃蛇游戏 设计思路: 1.显示初始画面,蛇头box初始位置为中心,食物box位置随机 2.按随机方向移动蛇头,按a、s、d、w键控制移动方向,分别为向左,向下,向右,向上 3.蛇头位置与食物box位置重合,则把食物box加入到蛇身向量arraryBox里,并设置食物box为第一个元素 4.蛇身各个box移动规律是,每次移动后一个box的位置变为前一个box的位置 5.蛇头移动超越边界,游戏结束-With Opencv and C++ to
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:2406
    • 提供者:吕不韦
  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 »
搜珍网 www.dssz.com