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

搜索资源列表

  1. treemenu

    0下载:
  2. menu_tree 一个在网页中的树,可以用做导航。-menu_tree one on the website of the trees can be used for navigation.
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:15758
    • 提供者:chao
  1. jquery实现的tree,效果很好

    1下载:
  2. jquery实现的tree,效果很好,能够实现展开一级数,其他级树自动收缩,并且有多种样式提供选择,jquery realized tree, the effect of a very good start to achieve a number of other class trees automatic contraction and provide a variety of styles to choose
  3. 所属分类:TreeView控件

    • 发布日期:2017-03-25
    • 文件大小:42197
    • 提供者:cb
  1. huffman 哈夫曼树的构造

    0下载:
  2. 哈夫曼树的构造,假设有n个权值,则构造出的哈夫曼树有n个叶子结点。 n个权值分别设为 w1、w2、…、wn,则哈夫曼树的构造规则为:   (1) 将w1、w2、…,wn看成是有n 棵树的森林(每棵树仅有一个结点);   (2) 在森林中选出两个根结点的权值最小的树合并,作为一棵新树的左、右子树,且新树的根结点权值为其左、右子树根结点权值之和;   (3)从森林中删除选取的两棵树,并将新树加入森林;   (4)重复(2)、(3)步,直到森林中只剩一棵树为止,该树即为所求得的哈夫曼树。-Huff
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:129686
    • 提供者:huang
  1. 树形菜单.rar

    0下载:
  2. 树形菜单较滑动菜单稍微复杂一点。其主要难点在于从简洁的数据描述来产生便于操纵的html结构。 本例用来展示树形菜单的编写。使用无线表格,算法上采用了递归,理论上可构造无穷分制枝的树。 本代码可自由扩散。,tree menu than sliding menu a little more complicated. The main difficulty lies in concise descr iption of the data to generate the html easy manipu
  3. 所属分类:TreeView

    • 发布日期:2017-03-26
    • 文件大小:6210
    • 提供者:qiu
  1. RTreeTemplate.zip

    0下载:
  2. R树,具有搜索,添加,删除节点能,利用R树,可以为空间搜索速度带来很大的提升,是GIS中必备的一种算法,R tree, with the search, add, delete nodes can use R trees, you can search for the space a great deal of speed upgrade is necessary for GIS in an algorithm
  3. 所属分类:GIS program

    • 发布日期:2017-03-29
    • 文件大小:14979
    • 提供者:name
  1. QZYX.rar

    0下载:
  2. 一个枪战小游戏,适合OpenGL学者学习,有树木建模,3D人物倒入,粒子爆炸等,A shooting game for scholars to learn OpenGL, there are trees on Modeling, 3D characters into the particle explosion
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:3956922
    • 提供者:zcz
  1. PagingLandScape2.rar

    0下载:
  2. 分页地形和草木的算法库,几十万棵树运行的效率也非常高,对大型室外场景有非常高的意义。,Topography and vegetation paging algorithm library, to run hundreds of thousands of trees are also very high efficiency, large-scale outdoor scenes have very high significance.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:4222416
    • 提供者:风为
  1. windows_kernel_safe_source_cod

    0下载:
  2. 站长您好,我刚才上传时“source_code.rar”时,输入说明的时间很长,结果就被说成是没有登录,而且还忘了加上书名,现在我又加上了书名,请用这个吧。谢谢!希望给多开通下载数量哦! 《寒江独钓----windows内核安全编程》 的随书源代码(2009.6新书) comcap Windows串口过滤驱动实例 ctrl2cap Windows键盘过滤驱动实例 ps2intcap 挂钩中断与IOAPIC型键盘过滤驱动实例 Kb_sniff_Mp 键盘sniff ramdisk_
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-09
    • 文件大小:1050341
    • 提供者:aaaaaa
  1. svm_perf.tar.gz

    0下载:
  2. SVMstruct is a Support Vector Machine (SVM) algorithm for predicting multivariate or structured outputs. It performs supervised learning by approximating a mapping h: X --> Y using labeled training examples (x1,y1), ..., (xn,yn). Unlike regula
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:109271
    • 提供者:jon
  1. minifilter.rar

    0下载:
  2. 《寒江独钓——Windows内核安全编程》“文件系统微过滤驱动”一章的源代码,该代码的主要功能是限制对应用程序“记事本”文件(notepad.exe)的操作,进而达到限制扩展名为txt等使用记事本程序来编辑的功能。 使用net start 驱动名称 net stop 驱动名称 这种方式来安装驱动," Trees and fishing alone- Windows kernel security programming" " file system, m
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-21
    • 文件大小:36263
    • 提供者:张英霞
  1. C50

    0下载:
  2. 功能强大的决策树分类算法,是C4.5的改进版本,但在精度,速度和内存开销上均有了很大的改进。目前由rulequest公司管理,其可执行程序版本为商业版本,此GPL许可的源代码对外发布。-Both C4.5 and C5.0 can produce classifiers expressed either as decision trees or rulesets. In many applications, rulesets are preferred because they are simp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:131286
    • 提供者:shenjx
  1. dtree

    0下载:
  2. dtree是一个由Javascr ipt编写成的简单的树形菜单组件,目前免费并且开源。 dtree 目前有很多的树形菜单组件(比如ext),dtree是一种简单易懂的js组件,不需要复杂的操作即可生产,同时支持动态从数据库引入数据。   dTree可以不用添加任何页面而直接用代码实现多个栏目,并可以实现无限分级,下面是官方介绍的优点:   - Unlimited number of levels(无限分级)   - Can be used with or without f
  3. 所属分类:TreeView

    • 发布日期:2017-03-26
    • 文件大小:26542
    • 提供者:何启明
  1. BillBoard

    0下载:
  2. opengl渲染的billboard 树,有光照 等控制,效果很好,合适初学者。-opengl rendering of billboard trees, lighting and other controls, the effect is very good, suitable for beginners.
  3. 所属分类:3D Graphic

    • 发布日期:2015-01-29
    • 文件大小:1810432
    • 提供者:li
  1. Billboard2

    0下载:
  2. opengl渲染的billboard 树,有光照 等控制,效果很好,合适初学者。当时做billboard作业时参考的东东,很好很强大-opengl rendering of billboard trees, lighting and other controls, the effect is very good, suitable for beginners. Billboard was doing the job reference stuff, very very strong
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-05
    • 文件大小:124239
    • 提供者:li
  1. huffman

    0下载:
  2. 哈弗曼编解码器 输入一段文本 可以将其进行哈弗曼编码输出,画出生成哈夫曼树,编码表等-Hafu Man codec type in a text can be encoded output for Hafu Man, draw generate Huffman trees, coding table, etc.
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1288092
    • 提供者:张子文
  1. Scene

    6下载:
  2. Visual C++结合OpenGL做的一个3D场景。其中包含地形生成,场景漫游,碰撞检测,场景中模拟了河流,跳跃的鱼,喷泉,树木,水草,房屋,塔楼,楼梯,飘动的旗帜等等。第一人称视角,可以跳跃行走碰撞检测,模拟了白天黑夜等等!-Visual C++ with OpenGL to do a 3D scene. Which contains the terrain generation, scene roaming, collision detection, simulation of the r
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-19
    • 文件大小:30068736
    • 提供者:朱友勇
  1. Robson

    0下载:
  2. Robson遍历改进版: 这个课程设计的目的是进行一个罗布森遍历. 编写和测试的“修改”罗布森遍历程序使用链表代表的二叉树。 这一修改后的版本与原始的不同之处在于罗布森以一个节点的左指针指向左子树;现在修改版是反向。也就是说,当一个节点的左(右)子树正在走过,它的左(右)指针将指向其右(左)子树。在遍历,当一个节点访问,输出 每个栈的内容,它的右左指针。如此这样处理每个栈内元素。-Robson Traversal Write and test a "modifie
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:3099
    • 提供者:hunter
  1. tree

    0下载:
  2. 向3d场景中添加树木。十字交叉树和始终面向观察者!-Adding trees to the 3d scene. Cross tree and always facing the observer!
  3. 所属分类:DirextX

    • 发布日期:2017-05-31
    • 文件大小:13215198
    • 提供者:马勇
  1. BinaryTrees_Excellent

    0下载:
  2. Excellent binary trees material for developer, which is compiled by university consortium.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:39685
    • 提供者:Sanjay
  1. AccountingAssistant

    0下载:
  2. AA 记账小助手.Android 平台上的 应用-AA bookkeeping trees weeks
  3. 所属分类:android

    • 发布日期:2017-04-09
    • 文件大小:2525590
    • 提供者:Fight
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 47 »
搜珍网 www.dssz.com