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

搜索资源列表

  1. plane_complete

    0下载:
  2. 基于ucgui的打飞机程序 通过扫描按键控制我机移动(只有4个按键,我们就设置了前后左右4个方向按键,子弹设为自动发射) 敌机移动通过rand函数产生(设敌机最大数为ENEMYMAXNUM,只要低于这数,每次循环就产生敌机否则不生成敌机.敌机只会在Y轴移动,如果敌机与我机相撞,,则发生爆炸) 敌机子弹生成与移动(每架敌机子弹数最多为BULLETMAXNUM,低于这个值,每个循环都会在飞机正前方产生一颗子弹,在Y轴方向移动SPEED.Y.如果子弹碰到我机,则发生爆炸,LIFE减
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:3504
    • 提供者:陈名
  1. code

    0下载:
  2. 数字水印Linux系统下的实现 Peter Meerwald Dept. of Scientific Computing, University of Salzburg-Watermarking source version 0.4 * bug fixes - wm_xia_{e|d}.c variable level uninitialized - wm_zhu_{e|d}.c variable level uninitialized
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:548852
    • 提供者:lunch
  1. matlab

    0下载:
  2. matlab switch lower(type) case uniform R=a+b*randn(M,N) case uniform R= a+(b - a)*rand(M,N- switch lower(type) case uniform R=a+b*randn(M,N) case uniform R= a+(b- a)*rand(M,N
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:587
    • 提供者:jf
  1. PrisonerDilemma

    0下载:
  2. The prisoner s dilemma constitutes a problem in game theory. It was originally framed by Merrill Flood and Melvin Dresher working at RAND in 1950. Albert W. Tucker formalized the game with prison sentence payoffs and gave it the "prisoner s dilemma"
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:7822
    • 提供者:tdfs
  1. lsm-rbf

    0下载:
  2. 一种最小二乘法的RBF网络 --- --- --- --- --- ---- radical basis function neural network ------------------------------------------ clear all close all global sp k w2 b2 unitcenters alldatanum=400 traindatanum=300 testdatanum=100
  3. 所属分类:matlab

    • 发布日期:2016-11-05
    • 文件大小:1024
    • 提供者:aausxojq
  1. random

    0下载:
  2. George Marsaglia的“The mother”随机数生成代码,称循环周期达2^250,可以通过ts检验,适用于大规模仿真。 源码已进行类封装。测试程序直接产生可用于matlab的m文件。-George Marsaglia s The mother random number generator code, saying that the cycle period could up to 2 ^ 250,and could pass through the ts test.Suit
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:7998
    • 提供者:winxp
  1. HT_IDE_tools

    0下载:
  2. 兰德抄表器集成测试_v1_0 兰德公司提供的工具实在是难用 特地写了一个方便的烧写器及配套的串口调试程序 -Rand _v1_0 meter reading device integration testing tools provided by the RAND Corporation, it is difficult to specially written by the programmer a convenient and a matching serial debugger
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:602958
    • 提供者:张云飞
  1. normaldistribution

    0下载:
  2. #include <stdlib.h> #include <stdio.h> #include <time.h> #include <fstream> #include <iostream> using namespace std struct Code { float a char s } Code cc[8]={{0.25, a },{0.3,
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-21
    • 文件大小:809
    • 提供者:糊涂
  1. cgh

    0下载:
  2. 计算全息close all clc clear A=zeros(64) A(15:20,20:40)=1 A(15:50,20:25)=1 A(45:50,20:40)=1 A(30:34,20:35)=1 % ppp=exp(rand(64)*pi*2*i) A=A.*ppp % Author s email: zjliu2001@163.com figure imshow(abs(A),[]) Fa=fft2(fftshift(A)) Fs=fftshi
  3. 所属分类:source in ebook

    • 发布日期:2017-03-23
    • 文件大小:3640
    • 提供者:ccfu
  1. VirtualStore

    0下载:
  2. 本实验的程序设计基本上按照实验内容进行。即首先用srand()和rand()函数定义和产 生指令序列,然后将指令序列变换成相应的页地址流,并针对不同的算法计算出相应的命中 率-The experimental procedure is basically the design of the content in accordance with the experiment. That is, first of all with srand () and rand () function
  3. 所属分类:OS Develop

    • 发布日期:2017-05-15
    • 文件大小:2321578
    • 提供者:彭格
  1. ansi917(14)

    0下载:
  2. 大随机数生成器算法的研究与实现.大随机数已经在当今社会的各个领域中都频繁使用,特别是在加密技术中已经成了不可缺少的一部分,像RSA,MD5中随机数成为加密技术的关键。 本设计主要为第3代移动通信系统(3G)提供符合要求的随机数(1024位),首先取得系统时间和RAND()函数所产生的随机数作为最初的随机初值,经过三重DES(两密钥通过MD5算法得来)和异或的变换,保证其随机数的足够随机,然后通过16次的循环得到一个组合起来的1024位随机数,设计还提供一个检验随机数是否随机的平台,采用了均匀
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:66781
    • 提供者:瑞力克
  1. justforfun

    0下载:
  2. srand[getpid[]] /* initialize some of the memory */ memset[heightmap, 0, MAPSIZE*MAPSIZE] memset[vpage, 0, RENDERWIDTH * RENDERHEIGHT] printf["Creating dx d fractal terrain\n", MAPSIZE, MAPSIZE] heightmap[0] = [rand[] 128] +
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:4174
    • 提供者:xrgj
  1. yacc

    0下载:
  2. srand[getpid[]] /* initialize some of the memory */ memset[heightmap, 0, MAPSIZE*MAPSIZE] memset[vpage, 0, RENDERWIDTH * RENDERHEIGHT] printf["Creating dx d fractal terrain\n", MAPSIZE, MAPSIZE] heightmap[0] = [rand[] 128] +
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:11957
    • 提供者:xrgj
  1. rand

    0下载:
  2. 论文盲审随机抽取系统,以VC++6.0为平台,以MS Excel为数据库,把按照用户指定的比例把随机选择的结果存储进数据库。-Thesis blind trial randomly selected system to VC++6.0 as a platform to MS Excel for the database, put in accordance with the user-specified proportion of the results of the random select
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-24
    • 文件大小:489646
    • 提供者:安田
  1. Rand.tar

    0下载:
  2. 随机数生成器,学习概率统计和编程时经常会用到,敬请收下。-Random number generator, probability and statistics and programming study often used, please accept.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:3377
    • 提供者:金亮
  1. BruteSearch

    0下载:
  2. K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载- The following utilities are provided: - Nearest neighbor - K-Nearest neighbors - Radius Search They al supports N-dimensions and wor
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:4399
    • 提供者:Ming
  1. Rand

    0下载:
  2. 本程序能产生大部份实用随机数:产生一个[0,1]区间内均匀分布伪随机数、产生多个[0,1]区间内均匀分布伪随机数、产生任意[a,b]区间内一个均匀分布伪随机整数、产生任意[a,b]区间内均匀分布伪随机整数序列、产生一个任意均值与方差的正态分布随机数、产生任意均值与方差的正态分布随机数序列-look it yourself
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-26
    • 文件大小:14441
    • 提供者:雾水葛
  1. ofdm-tge

    0下载:
  2. OFDM程序,这么安排矩阵的目的是为了构造共轭对称矩阵 共轭对称矩阵的特点是 在ifft/fft的矢量上 N点的矢量 在0,N/2点必须是实数 一般选为0 1至N/2点 与 (N/2)+1至N-1点关于N/2共轭对称- BPSK simulation using a carrier cosine wave with ISI clc close all clear all figure(1) n=160 for i=1:n data(i
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-21
    • 文件大小:6146200
    • 提供者:卞敏捷
  1. Exam094

    0下载:
  2. 遗传算法,通过对多项式求最小值,介绍遗传算法,用了srand()和rand()两个函数-Genetic algorithm, the minimum value of the polynomial order to introduce genetic algorithm, with the srand () and rand () function of two
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2433
    • 提供者:李运
  1. rand

    0下载:
  2. 快速产生随机数的小程序,产生16进制随机数-Quickly generate a random hexadecimal number
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6850
    • 提供者:Fancery
« 1 2 3 45 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com