搜索资源列表
zerone
- 【题目描述】 Adam 和Eve 被赶出伊甸园后,盖起了四面高墙。高墙上写着n 行01 串。两人无事可做,于是 开始就这些01 串做如下博弈: 1. Adam 进行第1 手,此后双方轮流操作。 2. 第 i 手的操作者,可以且必须在0 和1 之间选择,并相应地抹掉某些串。具体地,若选择 0(1),则抹掉第i 位为0(1)的所有串。长度短于i 的串,也须抹掉。 3. 一方操作之后若将所有串都抹掉了,则判该方失败。 若两人皆明智,则胜负必然确定。不幸的是他俩
AVL-Tree
- AVL tree implementation without pointer. Query,Insert,Erase in logN.
dijkstra
- dijkstra算法,主体是别人的,自己改进了当剩余点不可到达时的 多余更新距离和比较距离操作,-dijkstra.erase the unnecessary course when the left set of points can not be reached
avl-array-CPP-1.2.1
- AVL Array 是一个C++风格的容器类,具有快速随机存取和任意位置快速插入、删除的功能。-AVL Array is a C++ STL-style container with fast random access _and_ fast insert/erase at any point (all are O(log N) worst case)
annule_LERW_grid
- 圆环内的回路删除随机游走(LERW),从边界到边界-The loop-erase random walk(LERW) in annule. boundary to boundary.
IIlearn_struct_hc
- 此过程为爬山算法的的改进过程将删边过程删除加快过程-This process is climbing algorithm improvement process will speed up the process of deleting Erase process
IIlearn_struct_gs
- 此过程是贪婪算发的详细过程将删边过程删除提高计算速度-This process is a detailed process greedy algorithm will delete Erase speed up the calculation process
vect2
- 演示了size(),begin(),end(),push_back(),erase()和Insert()的用法-the use of size(),begin(),end(),push_back()
ball_sim
- matlab擦除动画,小球绕轨道运动,注释版(matlab Erase animation, small ball orbiting movement, annotated version)