CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 随机数生成

搜索资源列表

  1. First_Test1

    0下载:
  2. 1、使用System.Array类的方法获取已知数组(数组元素为80,90,67,89,78,85,45,69,77,95)的维数、长度,并对数组排序、反转。 提示:Rank,Length,Sort(),Reverse() 2、 使用Random方法生成随机数。数组A中有8个互不相同的元素,数组B中有5个互不相同的元素,A和B中的数为100以内的正整数。编程产生数组C,C中包含在A中但不在B中的元素。 任意输入两个正整数a,b, 求a+b的和, a,b的取值范围为1—10100
  3. 所属分类:CSharp

    • 发布日期:2017-11-26
    • 文件大小:57172
    • 提供者:xiaobai66393
  1. suijishu

    0下载:
  2. 这个小程序编写的随机数的生成,是一个简易的小程序,课堂实践完成的。-This little program prepared by the random number generator is a simple small program, completed in classroom practice.
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:42343
    • 提供者:huang
  1. the_price

    0下载:
  2. 猜价格 代码,随机数实验,用系统生成一个随机数,然后我们来输入一个数看看是否猜对-the price
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:845
    • 提供者:
  1. hua

    0下载:
  2. 绘制20个点,使其分均匀在圆周上,并生成他们之间关系的随机数,然后根据他们之间的关系连线-Drawing 20 points to points evenly on the circumference and the relationship between them generates a random number, then the connection between them
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:46995
    • 提供者:gaozhen
  1. 33333

    0下载:
  2. 考试系统 默认情况下,.NET的随机数是根据系统时间来生成的,如果电脑速度很快的话,生成的随机数就会一样。 Random rnd = new Random() int rndNum = rnd.Next() //int 取值范围内的随机数 int rndNum = rnd.Next(10) //得0~9的随机数 int rndNum = rnd.Next(10,20) //得10~19的随机数 int rndNum = rnd.NextDouble()
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:179292
    • 提供者:zjja2
  1. 24dian

    0下载:
  2. 自动生成随机数, 计算24点的程序,可以出题也可以计算-Automatically generate random numbers, computing 24-point program, you can also calculate the topic
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:106225
    • 提供者:刘广
  1. asd

    0下载:
  2. MFC生成随机数,在VC + + 6的条件下操作,有界面操作-MFC random number generation, operating in VC++ 6.0 conditions, there are interface operation
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:2005392
    • 提供者:xiaoxiao
  1. Random-number-does-not-repeat

    0下载:
  2. 不重复随机数 使用三种算法实现生成N个随机数的不重复排列。比较在N不同的情况下这三种算法的运行时间并进行复杂度分析。 利用时间函数生成N个随机数,然后根据上面的三种算法,既是通过生成不同于前i个已生成数比较,相同则去除,不同填入;或保留一个可记录元素是否出现的数组,来比较;或利用swap函数进行交换实现。来实现不重复随机数。-Random number does not repeat There are three algorithms to generate random nu
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:6440
    • 提供者:crazy_bitman
  1. code

    0下载:
  2. 生成0-99的不重复的随机数,代码很简单,对代码效率要求不高的朋友,值得你拥有。-0-99 randomly generated numbers (no repeats)
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:513
    • 提供者:dennis
  1. PCM

    0下载:
  2. 生成一个随机数,然后对其进行PCM编码,然后对其进行解码,并计算出误差-Generating a random number, then subjected to PCM coding, and then decode it, and the error is calculated
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:257498
    • 提供者:李梦奇
  1. random1

    0下载:
  2. 本文档是解释了防伪码的生成,其中主要利用了随机数函数和哈希函数-Security code generated by the random number function and the hash function
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:41465
    • 提供者:肖馥楦
  1. radomunrepeat

    0下载:
  2. 生成不重复随机数,两种方法产生,第二种是急速方式-Generate random numbers will not be repeated, the two methods produce, the second is the rapid way
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:374297
    • 提供者:2062281609
  1. RrandomNnumberClass

    0下载:
  2. c#编写的可以生成随机数的通用操作类。可以满足要生成随机数的需要。-C# prepared to generate a random number of general operation class. Can meet the need to generate random number.
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:2988
    • 提供者:zgt
  1. DemoTeechart

    0下载:
  2. Teechart的DEMO,使用入门。使用Teechart控件结合随机数函数,生成曲线。-DEMO Teechart, the use of entry. Use Teechart control combined with random number function, generating curve.
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1115645
    • 提供者:l
  1. FallingSnowSrc

    0下载:
  2. 在桌面上生成随机飘落的雪花,根据图片生成windows Region,并利用随机数进行timer显示(Display random snow flakes on the desktop)
  3. 所属分类:C#编程

    • 发布日期:2018-01-02
    • 文件大小:62464
    • 提供者:jianliuer
« 1 2»
搜珍网 www.dssz.com