虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

BOOSTER-tree

  • Library and command line program for Huffman encoding and decoding both files and chunks of memory.

    Library and command line program for Huffman encoding and decoding both files and chunks of memory. The encoder is a 2 pass encoder. The first pass scans the data and builds the Huffman tree. The second pass encodes the data. The decoder is one pa

    标签: and encoding decoding Library

    上传时间: 2016-06-01

    上传用户:zhaiye

  • 将在SQL2000下建立schooldata数据库

    将在SQL2000下建立schooldata数据库,导入数据文件 操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内 双击LIST控件显示具体信息 也可以在窗口里单击右键或操作菜单具体操作 主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息 程序还用了Active Skin 对程序进行了换肤!!

    标签: schooldata 2000 SQL 数据库

    上传时间: 2014-12-07

    上传用户:集美慧

  • 一、编程环境: windows2003 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库

    一、编程环境: windows2003 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库,导入数据文件 三、导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同。 主要用ADO访问数据库,和几个显示数据的控件Treectrl,listctrl,datagrid等程序中有几个BUG还没解决, 四、实现功能: 操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内 双击LIST控件显示具体信息 也可以在窗口里单击右键或操作菜单具体操作 五、主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息 程序还用了Active Skin 对程序进行了换肤!!

    标签: SQL 2000 schooldata windows

    上传时间: 2013-12-23

    上传用户:BIBI

  • 超大规模集成电路设计中

    超大规模集成电路设计中,布图规划的布局表示B*-tree和相应算法的实现,在linux环境中编译运行

    标签: 大规模 集成电路设计

    上传时间: 2013-11-27

    上传用户:sammi

  • vfp 中公司类别的维护表单

    vfp 中公司类别的维护表单,通过windows tree控件实现

    标签: vfp 表单

    上传时间: 2014-05-30

    上传用户:二驱蚊器

  • vfp 中公司采购单数据录入表单

    vfp 中公司采购单数据录入表单,通过windows tree控件实现

    标签: vfp 采购 数据 表单

    上传时间: 2016-06-27

    上传用户:zhanditian

  • 决策树分类

    决策树分类,Your task for this project is to develop an system which performs a classification task with any various Decision Tree.

    标签: 决策树 分类

    上传时间: 2016-08-01

    上传用户:源弋弋

  • 基于windows mobile操作系统

    基于windows mobile操作系统,关于操作task tree部分的实例程序。

    标签: windows mobile 操作系统

    上传时间: 2013-12-29

    上传用户:lizhen9880

  • These Matlab files are a convenient interface for the Java library containing the implementation of

    These Matlab files are a convenient interface for the Java library containing the implementation of thin junction tree filters (TJTF).

    标签: implementation convenient containing interface

    上传时间: 2014-03-06

    上传用户:xcy122677

  • 1)I:初始化(Initialization)。从终端读入电文

    1)I:初始化(Initialization)。从终端读入电文,写到tobetrans文件中,统计电文的字符集合和对应的权值集合,建立哈夫曼树,并将哈夫曼树存于文件hfmtree中。 (2)C:编码(Coding )。利用已建好的哈夫曼树(如不在内存,则从文件hfmtree中读入),对文件tobetrans中的正文进行编码,然后将结果存入文件codefile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件codefile中的代码进行译码,结果存入文件textfile中。 (4)P:印代码文件(Print)。将文件codefile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件codeprint中。 (5)T:印哈夫曼树(Tree printing)。将已在内存中的哈夫曼树以直观的方式(树或凹入表形式)显示在终端上,同时将此字符形式的哈夫曼树写入文件treeprint中。 用户界面要求设计为“菜单”方式。 修改你的系统,实现对你的系统的源程序的编码和译码(主要是将行尾符编/译码问题)。实现各个转换操作的源/目标文件,均由用户在选择此操作时指定。

    标签: Initialization 初始化

    上传时间: 2014-01-04

    上传用户:windwolf2000