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

搜索资源列表

  1. xiaoxiaoniao2

    0下载:
  2. 是一个舞伴问题的解决算法,用C++编写的,能用于课程设计。-dancing is an algorithm to solve the problem, prepared by the C, can be used to design courses.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.39kb
    • 提供者:尹鹏伟
  1. wuban

    0下载:
  2. 数据结构课程设计,舞伴问题,一个很有价值的程序
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.85kb
    • 提供者:又红又专
  1. partner_choose

    0下载:
  2. 题目:假设在周末舞会上,男士和女士进入舞厅时,各自排成一队。跳舞开始时,依次从男队和女队的队头上各出一人配成舞伴。若两队初始人数不相同,则较长的那一队中未配对者等待下一轮舞曲。现要求写一算法模拟上述舞伴配对问题。-Topic: the assumption that dance over the weekend, the men and women to enter the ballroom, the respective line up a team. Dance begins, follow
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1.07kb
    • 提供者:Furby
  1. xueshengdapeiwenti

    0下载:
  2. 数据结构课程设计,男女舞伴搭配问题,用队列解决,可以直接执行-Data structure curriculum design, men and women partner with the issue resolved by the queue, you can direct the implementation of
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:38.44kb
    • 提供者:唐凝
  1. wuban

    0下载:
  2. 自己刚刚独立完成的数据结构课程设计舞伴配对系统。(比较简单,适合课程设计者参考)-Has just completed its own independent data structures curriculum design partner matching system. (Relatively simple, suitable for curriculum designers reference)
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:111.38kb
    • 提供者:神州
  1. wuban

    0下载:
  2. 做课程设计时的题目,经典的寻找舞伴算法,用C++实现 -Made the subject of curriculum design, classic look for partner algorithm, using C++ Implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:30.71kb
    • 提供者:某啦啦
  1. dance_parter_code

    0下载:
  2. 数据结构舞伴问题,用单链表写的,有需要就拿去吧-Data structure partner issue, written in a single linked list
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:851byte
    • 提供者:Zerover
  1. matching

    0下载:
  2. 利用循环队列模拟舞伴配对问题:在舞会上,男、女各自排成一队。舞会开始时。依次从男队和女队的队头各出一人配成舞伴。如果两队初始人数不等,则较长的那一队中未配对者等待下一轮舞曲。假设初始男、女人数及性别已经固定,舞会的轮数从键盘输入。-Simulation using circular queue partner matching problem: at the ball, male and female each queue. Party starts. Turn from the men'
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:3.85kb
    • 提供者:tang
  1. Partner-matching-system

    1下载:
  2. 一班有m个女生,有n个男生(m不等于n),现要开一个舞会. 男女生分别编号坐在舞池的两边的椅子上.每曲开始时,依次从男生和女生中各出一人配对跳舞, 本曲没成功配对者坐着等待下一曲找舞伴。请设计一系统模拟动态地显示出上述过程-There m-class girls, boys have n (m not equal n), is to open a ball. boys and girls were sitting on the dance floor numbers on both sides
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:2.9kb
    • 提供者:liqianzai
  1. 123

    0下载:
  2. 数据结构常用实验代码 有舞伴 队列循环队列等-Experimental data structure commonly used code such as a circular queue queue partner
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:10.1kb
    • 提供者:冷轧板
  1. XUESHENDAPEIWENTI

    0下载:
  2. 一班有m 个女生,有n 个男生(m 不等于n ),现要开一个舞会。男女生分别编号坐在舞池的两边的椅子上。每曲开始时,依次从男生和女生中各出一人配对跳舞,本曲没成功配对者坐着等待下一曲找舞伴。 请设计一系统模拟动态地显示出上述过程,要求如下: (1)输出每曲配对情况; (2 )计算出任何一个男生(编号为X )和任意女生(编号为Y ),在第K 曲配对跳舞 的情况.至少求出K 的两个值 分别用循环队列和链队列实现了 -A group of girls with m,
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1.5kb
    • 提供者:陈蔚
  1. GS

    0下载:
  2. GS算法解决婚姻稳定匹配问题,也可以作为舞会舞伴安排的算法使用-GS algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:1.21kb
    • 提供者:shengjie zhang
  1. fgr

    2下载:
  2. 舞伴问题 问题描述:一班有m个女生、n个男生(m不等于n), 举办一场舞会. 男女生分别编号坐在舞池两边的椅子上,每曲开始时, 依次从男生和女生中各出一人配对跳舞, 本曲没成功配对者坐着等待下一曲找舞伴,设计一个程序模拟舞伴配对过程。 基本要求:输入男、女学生的姓名、性别,由程序自动为男女生编号,可以顺序编号,也可以随机编号,输出每曲配对情况(包括男、女生的姓名、性别和编号)。原始数据和结果数据要保存到文件中。 测试数据:分别选择男生多于女生、女生多于男生、男女生相等的三组
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:1.13kb
    • 提供者:窦小海
  1. wuban

    0下载:
  2. 这个是一个简单的用数据结构队列知识 C++ 解决的舞伴问题-dress friends problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.13kb
    • 提供者:莫焱涯
  1. wubandapei

    0下载:
  2. 实现舞伴间的搭配 从而让我们掌握数据结构编程的知识点和技巧-Between partner with in order to master data structure programming knowledge and skills to translate text
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:67.89kb
    • 提供者:岳康
  1. dancePartner

    0下载:
  2. 经典算法问题:舞伴问题。其中队列的实现并不是调用的<queue>,而是自己实现的-Classical algorithmic problems: dance partner,which is not a call queue <queue> , but their implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.12kb
    • 提供者:梁楠
  1. WuBan

    0下载:
  2.  男士们和女士们各自排成一排 跳舞开始时,依次从男队和女队的队头上各出一人配成舞伴。 若两队初始人数不相同,则较长的那一队中未配对者等待下一轮舞曲。-Assuming at the weekend party, men and ladies entering the ballroom, each lined up.             When dancing began, followed by men s
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6.26kb
    • 提供者:孙燕洁
  1. Queue

    0下载:
  2. 队列应用的演示程序,包括“车厢重排”问题,“舞伴”问题- Queue application demo program, including the car rearrangement problem, partner problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-05
    • 文件大小:213.9kb
    • 提供者:wx
搜珍网 www.dssz.com