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

搜索资源列表

  1. chagnshengjiangjun

    0下载:
  2. 常胜将军 现有21根火柴,两人轮流取,每人每次可以取走1至4根,不可多取,也不能不取,谁取最后一楰火柴谁输。请编写一个程序进行人机对弈,要求人先取,计算机后取;计算机一方为“常胜将军”。 *问题分析与算法设计 在计算机后走的情况下,要想使计算机成为“常胜将军”,必须找出取 关键。根据本题的要求枷以总结出,后走一方取子的数量与对方刚才一步取子的数量之和等于,就可以保证最后一个子是留给先取子的那个人的。 据此分析进行算法设计就是很简单的工作,编程实现也十分容易。-everlas
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.09kb
    • 提供者:黄波
  1. BPlusTree

    0下载:
  2. B+树的实现,包括数据的插入、删除、B树的旋转-B+ tree implementation, including data insert, delete, B tree rotation
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:594.94kb
    • 提供者:陆明添
  1. avt

    0下载:
  2. 1.本程序演示平衡二叉树的插入,删除,查找,。 2.首先要先初始二叉树为空树; 3.接着要实现平衡二叉树的插入,删除,,其中根据平衡二叉树插入,删除的算法要不停的把插入的元素平衡地插入,需要调用平衡分析函数和左右旋转函数,更新平衡二叉树;删除元素后也要调用平衡分析函数和左右旋转函数,更新平衡二叉树。 4.平衡二叉树的查找则可根据查找算法实现。比较简单。-1. This procedure demonstration balanced binary tree insertion, de
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:73.04kb
    • 提供者:张欣
  1. neixuanzhuzhen

    0下载:
  2. 生成内旋矩阵的源代码,希望对大家有帮助,该源代码是我的数据结构课程上的练习题目-Rotation matrix to generate the source code, we would like to help, the source code of the data structure of my courses on the subject of practice
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:165.8kb
    • 提供者:zhangshare
  1. BtreeC

    1下载:
  2. 本程序实现B+树的建立,插入,删除,查找、旋转等操作。-The Program for the establishment of B+ tree, insert, delete, find, rotation and other operations.
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-10-23
    • 文件大小:242.44kb
    • 提供者:姚丽文
  1. binarytree

    0下载:
  2. C++ 的二叉树 排序 旋转 删除 插入-C++, delete the binary tree insertion sort rotation
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:327.17kb
    • 提供者:荣磊
  1. p_c5

    0下载:
  2. 该程序提供了作业调度算法的源码描述,主要是时间片轮转和高优先权优先算法-The program provides a descr iption of the source job scheduling algorithms, mainly time slice algorithm for rotation and high-priority priority
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:615byte
    • 提供者:荣阳春
  1. schedule.cpp

    0下载:
  2. 调度算法先到先执行算法最短先执行算*换算法-Scheduling algorithm for the shortest first come first before the implementation of the rotation algorithm execution algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2.41kb
    • 提供者:堆雪
  1. Quaternion

    1下载:
  2. 四元数算法详细讲解,从原理到应用,控制物体旋转-Quaternion algorithm is explained in detail, from the principle to the application, the control object rotation
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:159.11kb
    • 提供者:haizhihun
  1. LAB1_2

    0下载:
  2. 轮转调度算法,操作系统实验代码,VC6.0下编译通过-Rotation scheduling algorithm, test code, operating systems, VC6.0 compiled by
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.12kb
    • 提供者:于鑫
  1. AVl_Tree

    0下载:
  2. AVL平衡树,是一种很有效率二叉搜索树,利用它可以的旋转功能可以很方便的构造,很快的查找-AVL balanced tree is a very efficient binary search tree, it can use the rotation function can be constructed easily, quickly find
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2.14mb
    • 提供者:yinzengchun
  1. btree

    0下载:
  2. B树,是一种很有效率二叉搜索树,利用它可以的旋转功能可以很方便的构造,很快的查找 数据结构-B-tree is a very efficient binary search tree, it can use the rotation function can be constructed easily, quickly find the data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:237.74kb
    • 提供者:yinzengchun
  1. BUC

    0下载:
  2. BUC算法,数据库一种重要的查询算法。利用AVL平衡树,是一种很有效率二叉搜索树,利用它可以的旋转功能可以很方便的构造,很快的查找 数据结构-BUC algorithm, an important database search algorithm. Use of AVL balanced tree is a very efficient binary search tree, it can use the rotation of the structure can be easily,
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.4mb
    • 提供者:yinzengchun
  1. search

    0下载:
  2. 解决拼图问题。利用AVL平衡树,是一种很有效率二叉搜索树,利用它可以的旋转功能可以很方便的构造,很快的查找 数据结构-BUC algorithm, an important database search algorithm. Use of AVL balanced tree is a very efficient binary search tree, it can use the rotation of the structure can be easily, quickly find
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:3.16mb
    • 提供者:yinzengchun
  1. test

    0下载:
  2. 带有旋转角度的椭圆及链表;椭圆是直接画出来的,没有间断点;如果先画椭圆后旋转则会有间断点或需存储大量的点。-With a rotation Angle of elliptic and linked list
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1.29mb
    • 提供者:wangli
  1. word1

    0下载:
  2. 1、设置多个就绪队列,并给队列赋予不同的优先级数,第一个最高,依次递减。 2、赋予各个队列中进程执行时间片的大小,优先级越高的队列,时间片越小。 3、当一个新进程进入内存后,首先将其放入一个对列末尾,如果在一个时间片 结束时尚未完成,将其转入第二队列末尾。 4、当一个进程从一个对列移至第n个队列后,便在第n个队列中采用时间片轮转执行完。 5、仅当时间片空闲时,才调度第二个队列中的进程。 -1, setting a plurality of the ready queue,
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5.91kb
    • 提供者:frog
  1. shijianlunzhuanpiansuanfa

    0下载:
  2. 时间轮转片算法的设计和实现,和相关课程紧密联系-Time of rotation of the algorithm design and implementation, and closely related courses
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.51kb
    • 提供者:张文奇
  1. QAniimprovedqu

    0下载:
  2. 量子进化算法的性能直接受量子旋转门旋转角计算方法的影响.文中提出一种改进量子进化算法,核心是设计了一种基于量子比特概率幅比值自适应计算量子旋转门旋转角的新方法,算法具有收敛速度快快与全局搜索能力强的特点.通通过011背包问题分析了新方法中相关参数对算法性能的影响,并应用算法求解物流配送路径优化问题,仿真表明改进量子进化算法性能优于量子进化算法与传统进化算法. -Quantum evolutionary algorithm performance is directly affected by
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:362.65kb
    • 提供者:
  1. zuobiao-

    1下载:
  2. 从0开始的整数按逆时针方向旋转排列,要求输入任意一个正整数,输出它在以0为原点的直角坐标系中的坐标(图中水平方向与垂直方向数与数之间的间隔都为1)。B10080221-Integer from 0 to start with by the anti-clockwise rotation, for the importation of any positive integer, the output it to 0 for the origin of the Cartesian coordinat
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:36.63kb
    • 提供者:陈杰
  1. rodrigues

    1下载:
  2. 3x1旋转向量可转化成3x3的正交单位矩阵.即向量与X,Y,Z的夹角。-rotation drigue
  3. 所属分类:Data structs

    • 发布日期:2017-11-12
    • 文件大小:1.91kb
    • 提供者:
« 12 »
搜珍网 www.dssz.com