• 深度探索C++对象模型(清晰版).pdf

    深度探索C++对象模型.是深入理解c++的好书

    5
    86
    9.3MB
    2011-03-14
    13
  • Programming Perl, 3Rd Edition.chm

    学习perl语言的书籍,但是是英文版的。对英语有一定要求。

    0
    33
    700KB
    2010-05-13
    0
  • Learning.Perl.on.Win32.Systems.pdf

    在windows下学习perl语言的书籍,适合初学者,但是是英文版的

    5
    26
    4.57MB
    2010-05-05
    2
  • 工资管理系统-毕业设计

    C#,有源码,有数据库,有系统说明书和部署说明

    0
    31
    5.15MB
    2010-03-22
    0
  • 房屋中介系统(C#版)-毕业设计

    这是一个房屋中介系统,里面有代码论文和数据库

    2
    22
    1.45MB
    2010-03-22
    0
  • linux 常用命令 vi命令

    一些常用的linux常用的命令!vi命令,调试命令等学习linux的同学不妨看看!

    0
    170
    4.38MB
    2009-06-10
    10
  • 网络订货系统 linux编程

    完成网络订货系统的一些简单任务,是老师布置的大作业,学习网络程序设计的同学不妨下载看看!

    0
    32
    242KB
    2009-06-08
    0
  • 嵌入式操作系统结构与设计考题

    西安电子科技大学往年的嵌入式操作系统结构与设计的考题,亲身体验,会出80%的考题!

    5
    88
    60KB
    2009-06-08
    9
  • 自适应霍夫曼编码(C++)

    自适应霍夫曼编码的C++版本简单实现 class AdaptiveTree { public: AdaptiveTree(int rootNum); AdaptiveTree(int rootNum, string str); void swap(int first, int second); // swap two nodes of the tree void initalCode(); // initializing the data string char2code(unsigned char letter); // locate the character in the tree with its corresponding binary string and return the string string char2binary(unsigned char letter); // translating the character to the 8-bit binary string unsigned char binary2char(string bin); // translating the binary string: bin to the corresponding character int spawn(unsigned char letter); // add a new character to the original tree void updateTree(unsigned char newchar); // update the tree int highestInBlock(int count); // return the highest node to be exchanged void setString(string str); // string decodingStr() const; void encoding(); string decoding(); unsigned char code2char(string bincode); static int size(); string binStr() const; // return the binary string of string: tempString private: void run(); int findchar(unsigned char letter ); // locate the letter in the tree string tempString; //temp string to be encoded needed to be stored here string deStr;// used for storing the decoding string string bin; // used for storing the result of encoding process /* Adaptive Tree data members */ HuffmanTree *tree; int root; /* Adaptive Tree constants */ static int ALPH_SIZE; // size of the alphabet static unsigned char none; // not a unsigned character static unsigned char NYT; // Not Yet transmitted code };

    5
    657
    3KB
    2009-05-22
    14
  • 二叉排序树

    此程序有构造二叉排序树的构造,查找,删除的功能!

    0
    58
    3KB
    2008-07-07
    9
上传资源赚积分or赚钱