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

搜索资源列表

  1. DrawDiguiTrees

    0下载:
  2. 该程序能够利用基本图元和递归算法,生成各种各样的树。可以是静态的,也可以是动态的。继续扩展,可以生成一片森林。-the procedure to use basic map and recursive algorithm to produce a wide variety of trees. Can be static or dynamic. Continue to expand, generating a forest.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:209745
    • 提供者:谭俊哲
  1. xunkexitongdatastructure

    0下载:
  2. 这是一个利用数据结构开发的学生选棵系统,是基于数据结构!-This is a data structure used in the development of students trees election system is based on the data structures!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:35725
    • 提供者:liyunfei
  1. TipExplr

    0下载:
  2. Delphi树和酒店式的框架,很有用的一个小工具。-Delphi trees and the hotel-style framework, a very useful tool for small.
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:59367
    • 提供者:micro
  1. graphbfs

    0下载:
  2. 读图并输出图的邻接链表,输入两个结点,用广度优先寻找它们之间的最短路径并输出,并判断其是否是树,是否连通,是否有环,有要打印出来环.-interpret drawings and prints of adjacent chain, the importation of two nodes, with breadth between them priority for the shortest path and output, and a judgment whether it is trees,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4133
    • 提供者:micang
  1. tree_list

    0下载:
  2. 利用树视控件显示资源管理器风格的目录状结构-use trees as controls under the Resource Management style directory structure
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:61150
    • 提供者:debug
  1. win_vs_billboard

    0下载:
  2. 自己写的一个Opengl程序,第一次写,代码很难看~见谅~:L其中用到:从2D到3D的转换,三维漫游,鼠标点击生成树木,3ds的加载和显示,billboard的显示技术-himself wrote a Opengl procedures, the first to write a code standpoint it does not look ~ ~ : L which used : from 2 D to 3-D conversion, 3D roaming, mouse click gen
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:504985
    • 提供者:liwen
  1. LJTHREE

    2下载:
  2. 假设定义堆为满足如下性质的完全三叉树:(1)空树为堆;(2)根结点的值不小于所有子树根的值,且所有子树均为堆。编写利用上述定义的堆进行排序的算法,并分析推导算法的时间复杂度。-assumptions to meet the definition of reactor following the complete nature of the trigeminal tree : (1) Air trees reactor; (2) The root node is not less than the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:72637
    • 提供者:liujing
  1. 48410

    0下载:
  2. This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYSTEM with lesser memory consumption. Its API includes simple SQL Statements and the output is displayed on the screen. Certain applications for which s
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:11352
    • 提供者:郭春阳
  1. digital_picture_process_for_vc

    0下载:
  2. 包括锐化、平滑、LOG滤波器提取边缘数学形态学的腐蚀、膨胀、骨架化、开闭运算以及分形方法画树木和树叶 包括源代码、3篇文档和可执行程序。-including sharpening, smoothing, edge extraction LOG filter of mathematical morphology of corrosion, swelling, skeleton, opening and closing operations and fractal approach painting
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:235236
    • 提供者:陈正昌
  1. decision-trees

    0下载:
  2. 决策树lisp代码 决策树lisp代码-decision tree lisp code decisio n tree lisp code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3475
    • 提供者:潘煜
  1. myAlgorithmExamplesAndExplain

    0下载:
  2. 都是自己编写的常用算法的事例,本人础作. 里面有:哈密尔顿环,皇后问题,图的着色问题,子集和数问题,树和等价问题,栈的各种用发等.-themselves are prepared by the algorithm commonly used examples, I make foundation. There are : Hamilton Central, Queen's, graphs, and several subsets, trees and equivalence, the
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:120336
    • 提供者:ccg
  1. kthtree

    0下载:
  2. kthtree问题 给定一棵有向树T,树T 中每个顶点u都有一个权w(u);树的每条边(u,v)也都有一个 非负边长d(u,v)。有向树T的每个顶点u 可以看作客户,其服务需求量为w(u)。每条边(u,v)的边长d(u,v) 可以看作运输费用。如果在顶点u 处未设置服务机构,则将顶点u 处的服务需求沿有向树的边(u,v)转移到顶点v 处服务机构需付出的服务转移费用为w(u)*d(u,v)。 树根处已设置了服务机构,现在要在树T中增设k处服务机构,使得整棵树T 的服务转移费用最小-kt
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:218097
    • 提供者:wu
  1. treemain

    0下载:
  2. 一个用树做的四则运算代码,望大家给与指教-one of the trees used four Operational code, we hope to give exhibitions
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2879
    • 提供者:ljw
  1. openGlSence(moon)

    4下载:
  2. OPENGL场景绘制作业,一个院子,一个屋子,几棵树,喷泉、水池等。附当时的作业报告。-OpenGL Scene Rendering operations, a yard, a house and a few trees, fountains and ponds, and so on. Report of the operations report.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:409592
    • 提供者:戚春燕
  1. DataStruct

    0下载:
  2. 里面包含各种数据结构方面的知识,如链表,树,图等 含有vc代码-which contains various data structure of knowledge, such as linked lists, trees, and maps containing vc code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:180362
    • 提供者:周炳华
  1. TreeFlower

    0下载:
  2. 分形算法做的漂亮的花草树木,夹道笔直的树木和红花绿草地构成了美丽的风景画-fractal algorithm so beautiful flowers and trees, the trees lining the road straight to the grass and safflower constitutes a beautiful landscape painting
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:29591
    • 提供者:qinwu
  1. 45623541

    1下载:
  2. 数字图像处理源码,vc写的,包括锐化、平滑、LOG滤波器提取边缘数学形态学的腐蚀、膨胀、骨架化、开闭运算以及分形方法画树木和树叶 包括源代码、3篇文档和可执行程序 -digital image processing source code, written by the vc, including sharpening, smoothing, LOG filter from the brink of mathematical morphology corrosion, swelling, ske
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:501819
    • 提供者:
  1. QccPackSPIHT-0.54-1.tar

    0下载:
  2. QccPackSPIHT-0.54-1 (release 2007-04-30) The Set Partitioning in Hierarchical Trees (SPIHT) algorithm for wavelet-based image coding .-QccPackSPIHT - 0.54-1 (release 2007-04-3 0) The Set Partitioning in Hierarchical Trees ( SPIHT) algorithm for wav
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:79983
    • 提供者:jason..
  1. redblcaktree

    0下载:
  2. Red Black Trees This file is come from the Linux Kernel.-Red Black Trees This file is come from the Li nux Kernel.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3698
    • 提供者:1212
  1. 数字图像处理源码

    0下载:
  2. 包括锐化、平滑、LOG滤波器提取边缘数学形态学的腐蚀、膨胀、骨架化、开闭运算以及分形方法画树木和树叶 包括源代码、3篇文档和可执行程序 下载地址: 数字图像处理源码 -including sharpening, smoothing, edge extraction LOG filter of mathematical morphology of corrosion, swelling, skeleton, opening and closing operations a
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-14
    • 文件大小:114334
    • 提供者:lengjun
« 1 2 3 4 5 67 8 9 10 11 ... 47 »
搜珍网 www.dssz.com