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

搜索资源列表

  1. PKT

    0下载:
  2. * Network Coding Network Simulator * * 06/10/05 - Aaron Drew * * This simulator is designed to test out the performance of a variety of network coding approaches. * * It simulates networks with dynamic topologies, reading from NS2 compati
  3. 所属分类:其它

  1. flow_chart

    2下载:
  2. Matlab单队列多服务台仿真总流程图 本系统仿真程序采用事件步长法进行仿真,由以下功能模块组成: 1、仿真时钟; 2、事件表; 3、系统状态变量; 4、初始化子程序; 5、事件子程序; 6、调度子程序; 7、时钟推进子程序; 8、随机数产生子程序; 9、输出函数子程序; 10、统计计数器; 11、主程序。-Matlab simulation of the total single-queue multi-desk syst
  3. 所属分类:matlab例程

    • 发布日期:2012-10-26
    • 文件大小:73329
    • 提供者:xuwentao
  1. smpl

    0下载:
  2. smpl仿真函数库,包括产生随机数、事件调度、时间计算等函数-SMPL simulation library, including random number generated, event scheduling, time and other functions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:45707
    • 提供者:台祥广
  1. os

    0下载:
  2. 1.设某年级有n位学生,名单以文本文件方式(见下页)存放在盘上,试编一程序随机抽取m位学生并输出其名单。 2.试编一程序分别建立随机事件链表和事件队列。 -1. Set up a grade has n students, the list to a text file method (see next page) stored in the disk, the trial procedures 1 m randomly selected students and their list
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1559
    • 提供者:yilijuan
  1. GeneratingtheRealRandomNumber

    0下载:
  2. 在分析了计算机中的各种随机事件后,提出了利用计算机中固有的一些随机事件来产生随机数的方法,并对该方法的可行性作了一 定的理论探讨。给出了利用该方法编写的部分程序,并对程序产生的随机数的随机性作了分析。-This paper provides a method to generate the real random number through the random event in the computer after analyzing the random event in the co
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-27
    • 文件大小:146935
    • 提供者:范恩妍
  1. Snake

    0下载:
  2. 项目描述:贪吃蛇游戏,实现了蛇,食物,界面等对象。实现了蛇的移动,食物的随机出现以及蛇吃食物变长和蛇移动,食物的随机出现以及蛇吃食物变长和蛇移动到界面外死亡的功能,本项目主要是练习 面向对象的思想,SWING,多线程,事件监听,容器,泛型以及接口的使用等 -Project Descr iption: Snake game, achieve a snake, food, and other interface objects. Implementation of the snake mov
  3. 所属分类:Other Games

    • 发布日期:2017-04-06
    • 文件大小:27862
    • 提供者:dreamweb
  1. PuzzleFrame.java

    0下载:
  2. (1).能够实现简单的小游戏智能拼图,所设计的是数字智能拼图,包括初级和高级两种玩法; (2).初级三行三列,包括数字1——8,和一个活动按钮,高级四行四列,包括数字1——15和一个活动按钮; (3).游戏开始,数字随机排列,玩家把数字按顺序1——8或1——15排列起来(行排列)就算成功过关; (4).此游戏为休闲娱乐小游戏。 -(1). To achieve a simple smart puzzle game, designed for digital intelligent
  3. 所属分类:Games

    • 发布日期:2017-03-29
    • 文件大小:8295
    • 提供者:向云洲
  1. Bank

    0下载:
  2. 基于随机事件的驱动模拟,利用栈,队列的知识开发的一个银行驱动事件模拟-Driven simulation based on random events, using stacks, queues of knowledge development of a bank-driven event simulation
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:840659
    • 提供者:苏庆贺
  1. da-zi-you-xi

    0下载:
  2. 打字游戏,字母随机下落,点击触发事件,游戏设置了三个等级,-Random fonts whereabouts, click on the trigger event
  3. 所属分类:Game Program

    • 发布日期:2017-05-23
    • 文件大小:7569138
    • 提供者:陈尚亮
  1. Randnumber

    0下载:
  2. 用C++语言写的随机数的产生+验证随机抛掷硬币事件的程序-Written in C++, random number generation+ verification procedures were throwing coins in the event
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1199
    • 提供者:Yelena
  1. random-search

    0下载:
  2. while modeling a discrete event problem you may need to know how to create a random num.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3360
    • 提供者:salamsaraei
  1. ConsoleEventOfDice

    0下载:
  2. C#的通过事件来调用随机事件进行操作的例子-C# through the event to call the operation an example of random events
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:21647
    • 提供者:夏小俊
  1. Event-driven-bank-simulation-system

    0下载:
  2. 通过程序动态模拟银行顾客在一家有n>=2个窗口的银行的到达和离开情况。通过计算每位顾客的平均等待时间及每一窗口处于“繁忙”状态的百分比,来测试银行的服务效率。实现中,可以用时间代表银行活动的对象,用事件驱动来模拟这些活动,并以概率(随机数发生器)来描述预期的客户到达率和银行职员为一个顾客服务所需的时间-Bank customers through the process in a dynamic simulation with n> = 2 windows of the bank&#
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1216668
    • 提供者:华灵
  1. Labview-numeric-operations

    0下载:
  2. 该程序利用while循环结构、for循环结构、事件结构、条件结构实现对数组的几种操作,包括随机数组的产生、数组修改、数组排序、数组旋转、奇偶区分等。-Structure of the program using a while loop, for loop structure, event structure, the array structure to achieve the conditions of several operations, including the generatio
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:26251
    • 提供者:DH
  1. elevsim

    0下载:
  2. this a simulation program that simulates a random event in which you enter a the number of floors in a building and the number of elevators in a group and it generates a random event so you could analyze it-this is a simulation program that simulates
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1324
    • 提供者:wlad
  1. os_1

    0下载:
  2. 大学时写的模仿操作系统进程调度的程序,随机产生阻塞和唤醒,随机设置进程优先级,并根据调度情况调整优先级,随机决定进程所需时间,可手动设置时间片大小-program in university ,modify the operator system work,random primary,random event wait and random event occur
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2105392
    • 提供者:zd
  1. test1

    0下载:
  2. 20以内随机事件,可实现大小排序。刚刚学习编程,勿喷-20 or less random event, can achieve the size of the sort. Just learning programming, do not spray
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:11311
    • 提供者:合格后
  1. os

    0下载:
  2. 有随即算法的应用举例、利用随即算法对随机事件模拟、以及单批道作业调度。第二部分是44经典龙哥库塔的matlab实现。-Examples of applications are then algorithm, then use a random event simulation algorithm, as well as a single batch job scheduling channel. The second part is the 44 classic Long Ge Kuta mat
  3. 所属分类:Project Design

    • 发布日期:2017-11-18
    • 文件大小:111050
    • 提供者:胡飞
  1. random

    0下载:
  2. 随机事件的概率分析,该源码就是在此基础上进行的,对事件进行概率分析-Analysis of the probability of random events, the source code is carried out on this basis, the probability of the event analysis
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:13824
    • 提供者:尹涛
  1. iRF

    0下载:
  2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIM
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:705536
    • 提供者:Simon_chung
« 12 »
搜珍网 www.dssz.com