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

搜索资源列表

  1. Random-licensing

    0下载:
  2. 一个用c++实现的随即发牌的小程序。只是简单的算法。-A with c++ implementation then a small licensing program. Just a simple algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:585
    • 提供者:陈金涛
  1. N-QUENE

    0下载:
  2. 算法在前N/2个位置,利用随机算法求解,得到一个可能的排列之后,利用回溯法求解后面的布局,-Algorithm is the first N/2 positions, using a random algorithm to get a possible arrangement, the use of backtracking to solve the back of the layout,
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:43904
    • 提供者:JLH
  1. sort_demo

    0下载:
  2. C语言实现的各种排序算法之间的复杂度比较,数据有系统随机产生,各种排序算法运用后分析时空复杂度-C language implementation of the various sorting algorithm complexity comparison between the data in a systematic random, after the analysis of various sorting algorithms use time and space complexity
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:22163
    • 提供者:郭晓琳
  1. Strassen

    0下载:
  2. 利用Strassen算法求2^n维随机数组乘法。-Strassen algorithm for the use of 2 ^ n-dimensional random array multiplication.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1797
    • 提供者:西嘉嘉
  1. goso_list_copy

    0下载:
  2. goso笔试题代码:带随机指针的单链表复制程序-Copy function of linked list with random pointer
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:788
    • 提供者:Lixiang Liu
  1. 53091502

    0下载:
  2. 停车场拥有M个车位和一条进入停车场的便道,便道上最多停放N辆汽车。汽车要想进入车位,首先进入便道等候。若有空闲车位,则停车入位,否则在便道继续等候,直至有车位空出。若便道已经停满等候的汽车,后到达的汽车只能离开,选择其他停车场。设计一个停车场管理系统,模拟停车场的运作,并统计停车场的收入。 (1) 使用随机数产生某一时间段内进入和离开停车场的车辆数目; (2) 存储并记录如下数据项:汽车到达和离去的时间及汽车的车号; (3) 车辆到达时,提示汽车的停车位置编号(为车辆分配编号最小的可
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:235361
    • 提供者:eric
  1. c

    0下载:
  2. 用c语言编写的综合算法设计报告,主要包括生产随机数,以及用各种排序方法进行排序-Using C language general algorithm design report, including the production of random number, and use a variety of methods to sort sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:349184
    • 提供者:徐文刚
  1. Sort

    0下载:
  2. 算法设计,给出快速排序和归并排序的C++实现代码,并利用产生大量随机数方式比较运行时间。-Algorithm design, given the quick sort and merge sort in C++ code, and using a large number of random number generation means compare running time.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1202
    • 提供者:WangXiaolei
  1. code

    1下载:
  2. C++实现的两类问题随机森林生成算法,对学习随机森林很有帮助-Source code for random forests,wanderful codes,and help youself to it!
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:43736
    • 提供者:左磊
  1. GenerateRand

    0下载:
  2. VC环境编写的一个随机数产生的小程序,便于扩展,在计算机算法中的概率算法中有一定的应用-A random number generator program written in VC environment, easy expansion, a certain application of probabilistic algorithms in the computer algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:30078
    • 提供者:东方卡
  1. RandQSort

    0下载:
  2. 使用随即快速排序算法可以提高算法的排序速度-the random quick sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:625
    • 提供者:李飞
  1. randfile

    0下载:
  2. 产生互一定范围内的不重复的随机数,随机算法适用于较大范围,分布较为均匀.-Produce each other within a certain range of non-repeating random numbers, random algorithm is applicable to a wider range and more evenly distributed.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:515
    • 提供者:周独战
  1. RadomMaze

    0下载:
  2. 这是介绍递归实现随机迷宫算法的资料。里面详细介绍了随机迷宫的递归实现原理以及源代码。声明:随机迷宫本是和随机生成树的算法差不多,但是这里更偏向于数学的解释,适合初学者。-This is to introduce recursion radom maze algorithm realization of the meterial.There are detailed descr iption of the random maze of recursion implementation princi
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:29518
    • 提供者:人类
  1. paixu

    0下载:
  2. 生成1000个随机数,调用各个排序算法(5个),比较它们的运行时间(输出各个排序算法的运行时间)。-Generate 1000 random numbers, call (5) of the various sorting algorithms, comparison of their running time (the output of each sorting algorithm running time).
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:3927
    • 提供者:lethe
  1. quchong

    0下载:
  2. 生成100个1-100之间的随机数到文件(data.txt),然后读出进行排序和去重后,输出到文件result.txt。(提交源代码和两个txt文件)-Output to generate a random number between 1-100 100 to a file (data.txt), and then read out the sorting and de-emphasis file result.txt. (Submitted to the source code and tw
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:983
    • 提供者:lethe
  1. bubble--sort

    0下载:
  2. 产生10000个随机数,分别用冒泡法排序、快速排序、插入排序、堆排序等方法排序。比较程序运行时间。-Generate 10000 random numbers using the bubble method to sort, quick sort, insertion sort, heap sort method of sorting. Compare program running time.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:887084
    • 提供者:huanghong
  1. Merge-sort

    0下载:
  2. 实现归并排序,随机生成500个随机数,利用归并排序对这500个数排序-Merge sort, a randomly generated 500 random numbers using the sort of merge sort this 500 number
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:750928
    • 提供者:随缘
  1. Selection-Sort

    0下载:
  2. 选择排序,随机生成500个随机数,并用选择排序对着500个数进行排序-Selection sort, randomly generated 500 random numbers, sort and select Sort facing the 500 number
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:604261
    • 提供者:随缘
  1. Hill-sort

    0下载:
  2. 希尔排序,随机生成500个随机数,并用希尔排序对这500个数进行排序。-Hill sort randomly generated 500 random numbers, and sort Hill sort this 500 number.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:756813
    • 提供者:随缘
  1. Bubble-Sort

    0下载:
  2. 冒泡排序,随机生成500个随机数,并用冒泡对这500个随机数进行排序。-Bubble sort, randomly generated 500 random numbers, and the bubbling of these 500 random numbers to sort.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:727413
    • 提供者:随缘
« 1 2 3 4 5 6 7 89 10 11 12 13 »
搜珍网 www.dssz.com