您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. java基于链表实现树结构(算法源码)

  2. /* * 基于链表实现树结构 */ package dsa; public class TreeLinkedList implements Tree { private Object element;//树根节点 private TreeLinkedList parent, firstChild, nextSibling;//父亲、长子及最大的弟弟 //(单节点树)构造方法 public TreeLinkedList() { this(null, null, null, null); } //
  3. 所属分类:其它

    • 发布日期:2010-01-15
    • 文件大小:2048
    • 提供者:hexiang221
  1. ogles-src-1.0.0 in EVC and vc6.0(可在VC6.0和EVC 中使用)

  2. Vincent 3D Rendering Library for Pocket PC ========================================== http://sourceforge.net/projects/ogl-es/ Overview -------- Vincent develops a compliant implementation of the OpenGL (R) ES 1.1 API specification for Pocket PCs and
  3. 所属分类:C++

    • 发布日期:2010-08-06
    • 文件大小:1048576
    • 提供者:beisika10368
  1. acpi控制笔记本风扇转速

  2. 笔记本的风扇控制 ---------------------------------------- 09 November 2006. Summary of changes for version 20061109: 1) ACPI CA Core Subsystem: Optimized the Load ASL operator in the case where the source operand is an operation region. Simply map the opera
  3. 所属分类:桌面系统

    • 发布日期:2011-04-16
    • 文件大小:925696
    • 提供者:yuanxin69
  1. MDX_Solutions_With_MS_SQL_Server_Analysis_Services_2005_And_Hyperion_Essbase

  2. 这是一本MDX非常好的书籍! Acknowledgments xxi Introduction xxiii Chapter 1 A First Introduction to MDX 1 What Is MDX? 1 Query Basics 2 Axis Framework: Names and Numbering 5 Case Sensitivity and Layout 6 Simple MDX Construction 7 Comma (,) and Colon (:) 7 .Memb
  3. 所属分类:SQLServer

    • 发布日期:2011-10-11
    • 文件大小:10485760
    • 提供者:lrw98
  1. Largest Common SubTree 公共子树查找算法

  2. 本文通过对基于两棵树中的公共子树查找问题在有根、带标记、有序树中的主要 算法及相关历史的回顾,结合算法思想将公共子树查找问题分为主要3类。本文深入探讨了 每类算法中的代表算法,其中根据数据挖掘中枚举树相关技术提出了一种可能的公共子树查 找算法的思想。最后比较了文中主要算法的效率,同时较为深入地分析和讨论了公共子树的 相关研究及未来可能的研究发展方向。
  3. 所属分类:其它

    • 发布日期:2012-06-18
    • 文件大小:490496
    • 提供者:crazyscrew
  1. SubTree Mining

  2. 使用Java实现的一个频繁子树挖掘程序。输入为代表树的序列(形式如:1 2 1 -1 1 -1 -1 -1)输出为具有不同节点数的子树。
  3. 所属分类:Java

    • 发布日期:2012-11-24
    • 文件大小:8192
    • 提供者:youk08
  1. 树型动态规划

  2. 设一个n个节点的二叉树tree的中序遍历为(l,2,3,…,n),其中数字1,2,3,…,n为节点编号。每个节点都有一个分数(均为正整数),记第j个节点的分数为di,tree及它的每个子树都有一个加分,任一棵子树subtree(也包含tree本身)的加分计算方法如下: subtree的左子树的加分× subtree的右子树的加分+subtree的根的分数 若某个子树为主,规定其加分为1,叶子的加分就是叶节点本身的分数。不考虑它的空。
  3. 所属分类:C/C++

    • 发布日期:2012-12-01
    • 文件大小:118784
    • 提供者:qqch111111
  1. convmv-1.15.tar.gz

  2. NAME SYNOPSIS OPTIONS DEscr iptION Filesystem issues HFS+ on OS X / Darwin JFS NFS4 FAT/VFAT and NTFS How to undo double UTF-8 (or other) encoded filenames How to repair Samba files Netatalk interoperability issues SEE ALSO BUGS AUTHOR NAME convmv -
  3. 所属分类:Linux

    • 发布日期:2013-01-18
    • 文件大小:27648
    • 提供者:swanky
  1. rx第三方控件

  2. RX Library 2.75 =============== The Set of Native Delphi Components for Borland Delphi versions 1, 2, 3, 4 & 5 and Borland C++ Builder 1, 3 & 4. 100% Source Code. Last revision date Oct 12, 1999. PLEASE FOLLOW THE INSTRUCTIONS PROVIDED IN THE INSTAL
  3. 所属分类:Delphi

    • 发布日期:2013-05-19
    • 文件大小:7340032
    • 提供者:u010756589
  1. Ldap Browser

  2. //民族小学 bool blRet = false; string LADPath = @"LDAP://**.**.**.**:10389/dc=iefree,dc=com.cn"; string TestUserName = "liqi"; DirectoryEntry _objDirectoryEntry = new DirectoryEntry(LADPath); _objDirectoryEntry.AuthenticationType = AuthenticationTypes.N
  3. 所属分类:C#

    • 发布日期:2013-12-17
    • 文件大小:793600
    • 提供者:paolei
  1. Efficient Metadata Management in Large Distributed File Systems

  2. Metadata management in large distributed systems is a critical aspect of overall system performance. Directory subtree partitioning and pure hashing are two common techniques used for metadata management. Neither of these techniques can support larg
  3. 所属分类:互联网

    • 发布日期:2014-01-15
    • 文件大小:84992
    • 提供者:zhangliangaws
  1. Indexing for Subtree Similarity-Search using Edit Distance

  2. sigmod2013;ABSTRACT Given a tree Q and a large set of trees T = fT1; : : : ; Tng, the subtree similarity-search problem is that of nding the subtrees of trees among T that are most similar to Q, using the tree edit distance metric. Determining simil
  3. 所属分类:其它

    • 发布日期:2014-02-18
    • 文件大小:2097152
    • 提供者:u013690395
  1. 为什么使用Git Subtree

  2. 分享作者关于版本控制工具Git插件的使用心得,主要针对Submodule与Subtree之间的比较,以及如何使用Subtree。
  3. 所属分类:讲义

    • 发布日期:2014-05-29
    • 文件大小:90112
    • 提供者:cloudsben
  1. c++二叉树的建立与打印

  2. 在计算机科学中,二叉树是每个结点最多有两个子树的有序树。通常子树的根被称作“左子树”(left subtree)和“右子树”(right subtree)。二叉树常被用作二叉查找树和二叉堆或是二叉排序树。二叉树的每个结点至多只有二棵子树(不存在出度大于2的结点),二叉树的子树有左右之分,次序不能颠倒。二叉树的第i层至多有2的 i -1次方个结点;深度为k的二叉树至多有2^(k) -1个结点;对任何一棵二叉树T,如果其终端结点数(即叶子结点数)为 ,深度为2的结点数为 ,则 = + 1。
  3. 所属分类:C/C++

    • 发布日期:2014-08-11
    • 文件大小:31744
    • 提供者:jsnjzhxy
  1. android-DirectorySelection

  2. Android DirectorySelection Sample A basic app showing how to use Directory Selection API to let users select an entire directory subtree, which extends the Storage Access Framework introduced in Android 4.4 (API level 19).
  3. 所属分类:Android

    • 发布日期:2016-01-30
    • 文件大小:5242880
    • 提供者:chen52671
  1. intl, [READ ONLY] Subtree组件的子树拆分.zip

  2. intl, [READ ONLY] Subtree组件的子树拆分 组件用于C 扩展的PHP替换层,它还提供对ICU库的本地化数据的访问。替换层仅限于区域设置"en"。 如果要使用其他语言环境,则应使用 [install the intl PHP extension] 0 。资源文档文档 。在
  3. 所属分类:其它

    • 发布日期:2019-09-18
    • 文件大小:3145728
    • 提供者:weixin_38744435
  1. intl, [READ ONLY] Subtree组件的子树拆分.zip

  2. intl, [READ ONLY] Subtree组件的子树拆分 组件用于C 扩展的PHP替换层,它还提供对ICU库的本地化数据的访问。替换层仅限于区域设置"en"。 如果要使用其他语言环境,则应使用 [install the intl PHP extension] 0 。资源文档文档 。在
  3. 所属分类:其它

    • 发布日期:2019-10-10
    • 文件大小:3145728
    • 提供者:weixin_38743481
  1. Codeforces 1324 F. Maximum White Subtree (树形dp) /详解

  2. F. Maximum White Subtree time limit per test2 seconds memory limit per test256 megabytes inputstandard input outputstandard output You are given a tree consisting of n vertices. A tree is a connected undirected graph with n−1 edges. Each vertex v of
  3. 所属分类:其它

    • 发布日期:2021-01-03
    • 文件大小:57344
    • 提供者:weixin_38631225
  1. A Chinese-Naxi Tree-to-Tree Machine Translation Method Based on Subtree Alignment

  2. In allusion to the syntactic differences between Chinese and Naxi language, the thesis presents a tree-to-tree method of Chinese-Naxi machine translation based on subtree alignment. In this method, we define a subtree alignment model, providing its i
  3. 所属分类:其它

    • 发布日期:2021-02-09
    • 文件大小:2097152
    • 提供者:weixin_38601215
  1. mr-drupal:声明要使用的Drupal项目,最后运行`mr update`。 没有“将tarball检入git”,没有git子模块,没有git-subtree。 非常适合小型Drupal网站-源码

  2. mr-drupal:声明要使用的Drupal项目,最后运行`mr update`。 没有“将tarball检入git”,没有git子模块,没有git-subtree。 非常适合小型Drupal网站
  3. 所属分类:其它

    • 发布日期:2021-02-05
    • 文件大小:10240
    • 提供者:weixin_42099755
« 12 3 4 »