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

WINdow

  • 压缩解压算法LZ77算法有许多派生算法(这里面包括 LZSS算法)。它们的算法原理上基本都相同

    压缩解压算法LZ77算法有许多派生算法(这里面包括 LZSS算法)。它们的算法原理上基本都相同,无论是哪种派生算法,LZ77算法总会包含一个动态窗口(Sliding WINdow)和一个预读缓冲器(Read Ahead Buffer)。动态窗口是个历史缓冲器,它被用来存放输入流的前n个字节的有关信息。一个动态窗口的数据范围可以从 0K 到 64K,而LZSS算法使用了一个4K的动态窗口。预读缓冲器是与动态窗口相对应的,它被用来存放输入流的前n个字节,预读缓冲器的大小通常在0 – 258 之间。这个算法就是基于这些建立的。用下n个字节填充预读缓存器(这里的n是预读缓存器的大小)。在动态窗口中寻找与预读缓冲器中的最匹配的数据,如果匹配的数据长度大于最小匹配长度 (通常取决于编码器,以及动态窗口的大小,比如一个4K的动态窗口,它的最小匹配长度就是2),那么就输出一对〈长度(length),距离(distance)〉数组。长度(length)是匹配的数据长度,而距离(distance)说明了在输入流中向后多少字节这个匹配数据可以被找到。

    标签: 算法 LZSS LZ 77

    上传时间: 2014-01-22

    上传用户:tzl1975

  • 基于MFC的消息编程论文形式内部附有源码及操作步骤经本人调试可运行

    基于MFC的消息编程论文形式内部附有源码及操作步骤经本人调试可运行,它是模拟WINdow的消息处理机制。

    标签: MFC 编程 有源 操作

    上传时间: 2014-08-07

    上传用户:tuilp1a

  • JAVA课程设计 本计算器可以进行简单的四则运算(加、减、乘、除)但仅限于十进制下

    JAVA课程设计 本计算器可以进行简单的四则运算(加、减、乘、除)但仅限于十进制下,还可以进行(八进制,十进制,十六进制)之间的相互转换,八进制最多可以输入19位数,十进制最多可以输入18位数,十六进制最多可以输入14位数,backspace表示退格, clear表示初始化,在WINdow下直接运行(Jsp2003.bat)即可,界面为灰白对称。

    标签: JAVA 计算器 四则运算

    上传时间: 2014-02-20

    上传用户:王楚楚

  • 開發WINdows程序的資料

    開發WINdows程序的資料,對初學者開發WINdow很有幫助.

    标签: WINdows 程序

    上传时间: 2013-12-05

    上传用户:13517191407

  • To use the ATLTrace tool: Debug an MFC or ATL project select Start from the Debug menu. Selec

    To use the ATLTrace tool: Debug an MFC or ATL project select Start from the Debug menu. Select MFC/ATL Trace Tool in the Tools menu. Expand the tree control list in the Trace List WINdow. Here you will see the running application, any modules within that application, and the trace categories for each module. Customize, for each process, module, and category, which information is displayed in the output WINdow. The Trace level control in the Process group is related to the ATLTRACE2 level only those ATLTRACE2 messages with a level equal to or greater than the setting in the Trace level control will be displayed in the output WINdow. Select Apply to put your settings into effect. You can save your settings, and load them the next time you debug the application use the Save and Load buttons.

    标签: Debug the ATLTrace project

    上传时间: 2014-01-15

    上传用户:wfl_yy

  • Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to I

    Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to Install Linux 7 2 Installing Linux 23 3 Post-Installation Issues 41 PART II LEARNING LINUX BASICS 67 Hour 4 Reading and Navigation Commands 69 5 Manipulation and Searching Commands 93 6 Using the Shell 117 7 Using the X WINdow System 143 8 Exploring the K Desktop Environment 177 PART III CONNECTING TO THE OUTSIDE WORLD 197 Hour 9 Using Communications Programs 199 10 Connecting to the Internet 223 11 Configuring Internet Email 249 12 Configuring Internet News 269 13 Internet Downloading and Browsing 289

    标签: CONFIGURATION Introduction INSTALLATION Preparing

    上传时间: 2013-12-27

    上传用户:qiao8960

  • Emacs袖珍操作手册——列出了常用操作的按键序列

    Emacs袖珍操作手册——列出了常用操作的按键序列,包括:编辑文件、搜索替换、使用buffer和WINdow、邮件、格式化文本、版本控制等等。

    标签: Emacs 操作手册 操作 按键

    上传时间: 2016-03-25

    上传用户:顶得柱

  • This source code has been tested under OpenWINdows 2.0, Sun s X11/NeWS server. For Xlib programs th

    This source code has been tested under OpenWINdows 2.0, Sun s X11/NeWS server. For Xlib programs that use KeyPress events you should either (1) set the FocusLenience resource to `True , or (2) specifically notify the WINdow manager that you want to receive KeyPress/KeyRelease events (but only in programs that need these events).

    标签: OpenWINdows programs source server

    上传时间: 2016-03-29

    上传用户:xieguodong1234

  • 生成系统托盘图标的java源程序

    生成系统托盘图标的java源程序,非常好的java程序,对于在WINdow下的变成很有帮助

    标签: java 源程序

    上传时间: 2016-03-30

    上传用户:jackgao

  • Linux系统上的一款屏幕软键盘

    Linux系统上的一款屏幕软键盘,采用C语言编写,不仅适合运行在X86架构的X WINdow System的系统中,甚至在一些采用裁减过的X WINdow System作为GUI的嵌入式系统中都能看到这款屏幕软键盘的身影。它能从一个xml配置文件中生成按间,如果您想自定义屏幕软键盘上的按钮,只需要修改这个配置文件即可。

    标签: Linux 屏幕 软键盘

    上传时间: 2014-01-14

    上传用户:GHF