240 发简信
IP属地:澳门
  • master theorem 推导

    Let a and b > 1 be constants, let f(n) be a function, and let T(n) be de...

  • Resize,w 360,h 240
    11.扩充的数据结构、动态有序统计和区间树

    Augmenting data structures Dynamic order statistics OS-Select(i) - retur...

  • Resize,w 360,h 240
    10. 平衡搜索树

    Goal: get a search tree data structure that we can insert, delete and se...

  • Binary Search Tree的Insert和Delete

    Insert and delete insert 的整个思路很简单。其实只能加在最下面。所以从root开始,每次比较当前node的值和需要ins...

  • Resize,w 360,h 240
    9. 二叉搜索树

    Tree insert: searchs for that element A[i]Tree walk: Theorem: E[height o...

  • 8. 全域哈希和完全哈希

    A fundamental weakness of hashing:For any choice of hash function, there...

  • io

    io流分为字符流和字节流 然后下面又分为很多种目前我见到的使用io流的情况有三种 第一种是读写txt文件 第二种是存储object和读取obje...

  • 反射(创建对象)

    拿着String类型的类名,想创建对象,就这样做

  • Resize,w 360,h 240
    xml

    XML 指可扩展标记语言(eXtensible Markup Language)。 XML 被设计用来传输和存储数据。 创建xml文件 在ecl...