CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - random

搜索资源列表

  1. Quick-sort

    0下载:
  2. 快速排序,随机生成500个随机数,并用快速排序对这500个随机数进行排序。-Quick sort, randomly generated 500 random numbers, and sort these 500 random numbers using quick sort.
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:751040
    • 提供者:随缘
  1. Mersenne-1.1

    0下载:
  2. Mersenne 算法 Mersenne Twister算法产生随机数,并测试和分析其随机性。 -Mersenne algorithm Mersenne Twister algorithm to generate random numbers, and test and analysis of its randomness.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:86330
    • 提供者:andy
  1. Scheduling-algorithm-is-compared-

    1下载:
  2. 各种内部排序算法的时间复杂度分析结果只给出了算法执行时间的阶,或大概的执行时间。试通过随机的数据比较各算法的关键字比较次数和关键字移动的次数。-The time complexity analysis of the various internal sorting algorithm only gives the order of the algorithm execution time, or about the execution time. Test the random data al
  3. 所属分类:Data structs

    • 发布日期:2015-01-26
    • 文件大小:11264
    • 提供者:刘颖
  1. c

    0下载:
  2. 对以下六种常用的内部排序算法进行比较:希尔排序、直接选择排序、快速排序、直接插入排序、堆排序、冒泡排序、。 (2)待排序表的表长和数据可以由用户自己确定,也可以由随机数产生程序自动产生;至少要用五组不同的输入数据作比较;比较的指标为关键字的比较次数和关键字的移动次数(关键字的交换计为三次移动)。 (3)最后要对结果作出简单分析。 -Six commonly used internal sorting algorithm: Hill Sort by direct selection s
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:9046
    • 提供者:朱俊杰
  1. mobile

    0下载:
  2. 移动数字排列方阵,随机输入8个数字,将数字按方阵依次序排列-Square mobile digital arrangement, random input eight Numbers, will in turn the phalanx Numbers in descending order
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:675
    • 提供者:Amy
  1. telephone-srve-

    0下载:
  2. 时钟提供接听电话服务的时间(以分钟计),然后这个时钟将循环地自增1(分钟) 直到到达指定时间为止。在时钟的每个“时刻”,就会执行一次检查来看看当前电话的服务 是否已经完成了,如果是,这个电话从电话队列中删除,模拟服务将从队列中取出下一个电 话(如果有的话)继续开始。同时还需要执行一个检查来判断是否有一个新的电话到达。如 果是将其到达时间记录下来,并为其产出一个随机服务时间,这个服务时间也被记录下来, 然后这个电话被放入电话队列中,当客户服务人员空闲时,按照先来先服务的方式
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:174684
    • 提供者:xinxinwag
  1. paixu

    0下载:
  2. 使用简单数组实现下面各种排序算法,并进行比较。 排序算法: 1、插入排序 2、希尔排序 3、冒泡排序 4、快速排序 5、简单选择排序 6、堆排序 7、归并排序 8、基数排序 要求: 1、测试数据分成三类:正序、逆序、随机数据 2、对于这三类数据,比较上述排序算法中关键字的比较次数和移动次数(其中关键字交换计为3次移动)。 3、对于这三类数据,比较上述排序算法中不同算法的执行时间,精确到微秒-Using a simple ar
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:896996
    • 提供者:小咩
  1. bank

    0下载:
  2. 数据结构大型试验-银行模拟系统 (1)通过程序动态模拟银行顾客在一家有n>=2个窗口的银行的到达和离开情况。 (2)通过计算每位顾客的平均等待时间及每一窗口处于“繁忙”状态的百分比,来测试银行的服务效率。 (3)实现中,可以用时间代表银行活动的对象,用事件驱动来模拟这些活动,并以概率(随机数发生器)来描述预期的客户到达率和银行职员为一个顾客服务所需的时间。 (4)在实验中,可改变参数(如银行窗口数、客户到达率、服务时间等),测试银行的服务效率。要求在各种情况下,模拟测试都能
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1054926
    • 提供者:fsn
  1. Haffman

    0下载:
  2. 由随机输入的文本建立并显示哈夫曼树,求哈夫曼编码。-By random input text and display Huffman tree, seeking Huffman coding.
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:1285
    • 提供者:张易讯
  1. insertsort

    0下载:
  2. 通用插入排序C++源程序,例程为电脑随机数排序。-General the insertion sort C++ source routines for the sort of computer random number.
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:831
    • 提供者:JohnDannl
  1. selectort

    0下载:
  2. 通用选择法排序C++源程序,例程为电脑随机数排序。-Sort the universal selector law Sort C++ source, routine computer random number.
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:1001
    • 提供者:JohnDannl
  1. hash11

    1下载:
  2. 基本要求 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 测试数据 取周围较熟悉的30个人的姓名。-Assuming the basic requirements of people who named the name of the Chinese Pinyin form. Hash table to be filled a total of 30 names, taking the
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:9728
    • 提供者:lting
  1. fanxinsuanfa

    0下载:
  2. 定义一个vector,元素类型为INT,插入10个随机数,使用sort按升序排序,输出每个元素的值,再按降续排序,输出每个元素的值,练习用find查找元素,用min和max找出容器中的最小元素和最大元素,并输出。-Define a vector, the elements of type INT, insert 10 random numbers, use the sort ascending sort, the output value of each element, and then dr
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:728
    • 提供者:唐亮
  1. 1

    1下载:
  2. 随机建立一个含N个整数的整数数组(输出),再按奇偶数分存于两个不同的线性表(顺序和链接)中并别输出上述两个表。-Random array of integers containing N integers (output), and then the parity number are stored in two different linear table (order and links) and do not output the two tables.
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:1274
    • 提供者:张张
  1. jxy

    0下载:
  2. 能够用键盘控制生成随机数 并排序。同时比较不同算法的时间-Can be controlled using the keyboard generates random numbers and sort. Compare different algorithms time
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:1329
    • 提供者:蒋旭
  1. 随机数赋值给数组

    0下载:
  2. 用C语言编写一段0-9的随机整数用循环,每次产生1个0-9的随机数赋值给一个数组-C language a period of 0-9 random integer cycle, each generation of a 0-9 random number assigned to an array
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-11-11
    • 文件大小:719
    • 提供者:闫德心
  1. Test2

    0下载:
  2. 随机给出三个学生的成绩,然后按由大到小的成绩进行排序-Random given three student s result, and then press the big to small result sort
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:1103
    • 提供者:容永志
  1. GuessNum

    0下载:
  2. 猜数字游戏,系统随机给出一个0到100的数,然后让用户去猜,最后计算出所猜的次数-Guess Numbers game, the system random given a 0 to 100 number, and then let the user to guess, finally calculated the number of guess
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:523
    • 提供者:容永志
  1. Remember-Poker

    0下载:
  2. 让计算机来猜测用户“暗记”的某张扑克牌:计算机从一副扑克牌(54张)中任意抽出27张,摆放在不同的三行上(每行9张),用户“暗记”某张纸牌,而后告诉计算机所“暗记”的那张纸牌处于哪一行中;之后计算机再两次将纸牌重新摆放,并让用户再回答两次相同的提问(那张纸牌在重新摆放后又处在哪一行上);此时计算机会将用户所“暗记”的那张纸牌给挑出来。-Allow a computer to guess the user "counterfeitproof" the cards: computer at rand
  3. 所属分类:Data structs

    • 发布日期:2017-11-15
    • 文件大小:1966484
    • 提供者:Eating
  1. 15

    0下载:
  2. 猜数字游戏,随机产生0-9不重复的随机数-Guessing game 0-9 without repeating random numbers randomly generated
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:1225531
    • 提供者:suibian
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com