搜索资源列表
chagnshengjiangjun
- 常胜将军 现有21根火柴,两人轮流取,每人每次可以取走1至4根,不可多取,也不能不取,谁取最后一楰火柴谁输。请编写一个程序进行人机对弈,要求人先取,计算机后取;计算机一方为“常胜将军”。 *问题分析与算法设计 在计算机后走的情况下,要想使计算机成为“常胜将军”,必须找出取 关键。根据本题的要求枷以总结出,后走一方取子的数量与对方刚才一步取子的数量之和等于,就可以保证最后一个子是留给先取子的那个人的。 据此分析进行算法设计就是很简单的工作,编程实现也十分容易。-everlas
BPlusTree
- B+树的实现,包括数据的插入、删除、B树的旋转-B+ tree implementation, including data insert, delete, B tree rotation
avt
- 1.本程序演示平衡二叉树的插入,删除,查找,。 2.首先要先初始二叉树为空树; 3.接着要实现平衡二叉树的插入,删除,,其中根据平衡二叉树插入,删除的算法要不停的把插入的元素平衡地插入,需要调用平衡分析函数和左右旋转函数,更新平衡二叉树;删除元素后也要调用平衡分析函数和左右旋转函数,更新平衡二叉树。 4.平衡二叉树的查找则可根据查找算法实现。比较简单。-1. This procedure demonstration balanced binary tree insertion, de
neixuanzhuzhen
- 生成内旋矩阵的源代码,希望对大家有帮助,该源代码是我的数据结构课程上的练习题目-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
BtreeC
- 本程序实现B+树的建立,插入,删除,查找、旋转等操作。-The Program for the establishment of B+ tree, insert, delete, find, rotation and other operations.
binarytree
- C++ 的二叉树 排序 旋转 删除 插入-C++, delete the binary tree insertion sort rotation
p_c5
- 该程序提供了作业调度算法的源码描述,主要是时间片轮转和高优先权优先算法-The program provides a descr iption of the source job scheduling algorithms, mainly time slice algorithm for rotation and high-priority priority
schedule.cpp
- 调度算法先到先执行算法最短先执行算*换算法-Scheduling algorithm for the shortest first come first before the implementation of the rotation algorithm execution algorithm
Quaternion
- 四元数算法详细讲解,从原理到应用,控制物体旋转-Quaternion algorithm is explained in detail, from the principle to the application, the control object rotation
LAB1_2
- 轮转调度算法,操作系统实验代码,VC6.0下编译通过-Rotation scheduling algorithm, test code, operating systems, VC6.0 compiled by
AVl_Tree
- AVL平衡树,是一种很有效率二叉搜索树,利用它可以的旋转功能可以很方便的构造,很快的查找-AVL balanced tree is a very efficient binary search tree, it can use the rotation function can be constructed easily, quickly find
btree
- 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
BUC
- 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,
search
- 解决拼图问题。利用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
test
- 带有旋转角度的椭圆及链表;椭圆是直接画出来的,没有间断点;如果先画椭圆后旋转则会有间断点或需存储大量的点。-With a rotation Angle of elliptic and linked list
word1
- 1、设置多个就绪队列,并给队列赋予不同的优先级数,第一个最高,依次递减。 2、赋予各个队列中进程执行时间片的大小,优先级越高的队列,时间片越小。 3、当一个新进程进入内存后,首先将其放入一个对列末尾,如果在一个时间片 结束时尚未完成,将其转入第二队列末尾。 4、当一个进程从一个对列移至第n个队列后,便在第n个队列中采用时间片轮转执行完。 5、仅当时间片空闲时,才调度第二个队列中的进程。 -1, setting a plurality of the ready queue,
shijianlunzhuanpiansuanfa
- 时间轮转片算法的设计和实现,和相关课程紧密联系-Time of rotation of the algorithm design and implementation, and closely related courses
QAniimprovedqu
- 量子进化算法的性能直接受量子旋转门旋转角计算方法的影响.文中提出一种改进量子进化算法,核心是设计了一种基于量子比特概率幅比值自适应计算量子旋转门旋转角的新方法,算法具有收敛速度快快与全局搜索能力强的特点.通通过011背包问题分析了新方法中相关参数对算法性能的影响,并应用算法求解物流配送路径优化问题,仿真表明改进量子进化算法性能优于量子进化算法与传统进化算法. -Quantum evolutionary algorithm performance is directly affected by
zuobiao-
- 从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
rodrigues
- 3x1旋转向量可转化成3x3的正交单位矩阵.即向量与X,Y,Z的夹角。-rotation drigue