CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - trees

搜索资源列表

  1. minbinoheapandminleftisttree

    0下载:
  2. This code implements min binomial heaps and min leftist trees.Plus, measure and compare the relative performance of these two implementations under the assumption that the only permissible operations are insert and delete-min.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:101193
    • 提供者:heavenflames
  1. trees

    0下载:
  2. 用C++编的关于二叉树的一些内容,学数据结构必用到,算法设计
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:16487
    • 提供者:cc
  1. 生成山峦、焰火、树和草的程序

    0下载:
  2. 可以生成山峦、焰火、树和草的一个程序-can generate hills, fireworks, trees and grass in a process
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:123648
    • 提供者:谭浪
  1. appletree

    0下载:
  2. 用OpenGL画的一个苹果树林~~可当作业用-with OpenGL painting an apple trees ~ ~ can be used when operating
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:113638
    • 提供者:李新
  1. otreeandbtree

    0下载:
  2. B*-trees 是一种能够处理任意形状直线形模块的方法
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:743303
    • 提供者:肖玲俐
  1. lrjTrees

    0下载:
  2. liurujia(牛人) 的trees讲座
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:348463
    • 提供者:dongpei
  1. IntervalTrees1

    0下载:
  2. Thesis on Interval trees.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:448746
    • 提供者:dongpei
  1. dx_Billboard

    0下载:
  2. The Billboard sample illustrates the billboarding technique. Rather than rendering complex 3D models (such as a high-polygon tree model), billboarding renders a 2D image of the model and rotates it to always face the eyepoint. This techniqu
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:23523
    • 提供者:姚俊光
  1. treesinawood

    0下载:
  2. trees in the woods 俗语: \"你不能看到木为树\" ,不仅是老生常谈,但也是不正确。 真正的问题是,你不能见树为木。如果你站在中间一 木材,树木往往忽略了对方,有多少具有鲜明的树木,你真正可以 看到的是相当少。这一点尤其如此,如果种植树木排柱, 因为它们往往列队。这项议案的目的,问题是要找出究竟有多少独特的树木 人们可以看到,如果一个人站在这个位置的一棵树,在中东的木材
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1493
    • 提供者:姚策文
  1. checkboxtree

    0下载:
  2. an ATL component which contains a collection of combos with checked trees dropdowns.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:120984
    • 提供者:rove
  1. 二叉排序树的中序遍历

    0下载:
  2. 二叉排序树的中序遍历-two forks of trees were preorder
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1652
    • 提供者:吴军
  1. aid

    0下载:
  2. 自己写的一些小程序 用c实现的数据结构 包括树,图,线形表的基本操作 可以应付老师的-himself wrote some of the procedures used small c achieve the data structure, including trees, maps, linear forms the basic operation can meet the teachers
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18198
    • 提供者:沈焱峰
  1. Endhostmulticastcommunicationusingswitchtreesproto

    0下载:
  2. End-host multicast communication using switch-trees protocols 端组播交换树协议
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:128923
    • 提供者:成若
  1. virus2

    0下载:
  2. 该程序扫描文件以寻找通常的病毒名称和类型(主要是Trojains and Del trees)-the program scanned documents to find the virus usually name and type (mainly Trojains and Del trees)
  3. 所属分类:扫描程序

    • 发布日期:2008-10-13
    • 文件大小:44729
    • 提供者:李恒
  1. PHP榕树下文章系统

    0下载:
  2. 在php中榕树下文章系统-in php article under the banyan trees system
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:245087
    • 提供者:黄伟
  1. 二叉排序树的建立和删除

    0下载:
  2. 二叉排序树的建立和删除,详见内附文档-two forks of trees and the establishment of deleted files containing detailed
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:351676
    • 提供者:沈凌
  1. BST BBT

    0下载:
  2. 数 据 结 构 大型 作业3.1输入一个数列L,生成一棵二叉排序树T;3.2对二叉排序树T作中序遍历,输出结果;3.3计算二叉排序树T的平均查找长度, 输出结果;3.4判断二叉排序树T是否为平衡二叉树,输出信息“OK!”/“NO!”;3.5再使用上述数列L,生成平衡的二叉排序树BT,每当插入新元素,发现当前的二叉排序树BT不是平衡的二叉排序树,则立即将它转换成新的平衡的二叉排序树BT;3.6计算平衡的二叉排序树BT的平均查找长度,输出结果。3.6分析对比未平衡化的二叉排序树和平衡的二叉排序树的查
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4030
    • 提供者:洪玲叶
  1. log123

    0下载:
  2. 包括锐化、平滑、LOG滤波器提取边缘数学形态学的腐蚀、膨胀、骨架化、开闭运算以及分形方法画树木和树叶-including sharpening, smooth, LOG filter from the brink of mathematical morphology corrosion, swelling, skeleton, and the opening and closing operation fractal approach painting trees and leaves
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:264652
    • 提供者:王暄
  1. 五子棋的核心算法

    0下载:
  2. 五子棋的核心算法 五子棋是一种受大众广泛喜爱的游戏,其规则简单,变化多端,非常富有趣味性和消遣 性。这里设计和实现了一个人机对下的五子棋程序,采用了博弈树的方法,应用了剪枝 和最大最小树原理进行搜索发现最好的下子位置。介绍五子棋程序的数据结构、评分规 则、胜负判断方法和搜索算法过程。-331 of 331 core algorithm is a widely loved by the public of the game, its rules simple and changeable, ver
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:5265
    • 提供者:许俊
  1. 觉云的场景

    1下载:
  2. 我用OPenGL做的一个场景(包括树、炊烟、喷泉、旗帜、房子、还有阴影以及md2格式的人物、武器等)-do a scene (including trees, smoke, fountains, flags, house, and there are shadows and md2 format characters, weapons, etc.)
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:5769161
    • 提供者:决云
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com