亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

byte-of-python-chinese-edition

  • All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read

    All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four large categories: input streams and output streams, for reading and writing binary data and readers and writers, for reading and writing textual (character) data. You re almost certainly familiar with the basic kinds of streams--but did you know that there s a CipherInputStream for reading encrypted data? And a ZipOutputStream for automatically compressing data? Do you know how to use buffered streams effectively to make your I/O operations more efficient? Java I/O, 2nd Edition has been updated for Java 5.0 APIs and tells you all you ever need to know about streams--and probably more.

    標(biāo)簽: facilities streams provide Output

    上傳時(shí)間: 2013-12-17

    上傳用戶:6546544

  • The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value

    The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value. A 0 [1] bit corresponds to the Boolean value false [true], respectively. We can look at a stream of bytes as a stream of bits each byte contains 8 bits, so any n bytes hold n*8 bits. And the operation to manipulate this stream or bits array is so easy, jut read or change the bits state or make any Boolean operation on the whole bits array, like 鈥楢ND鈥? 鈥極R鈥? or 鈥榅OR鈥?

    標(biāo)簽: structure compacted Booleans provides

    上傳時(shí)間: 2014-01-15

    上傳用戶:壞天使kk

  • Urwid is a Python library for making text console applications. It has many features including fluid

    Urwid is a Python library for making text console applications. It has many features including fluid interface resizing, support for UTF-8 and CJK encodings, standard and custom text layout modes, simple markup for setting text attributes, and a powerful, dynamic list box that handles a mix of widget types. It is flexible, modular, and leaves the developer in control.

    標(biāo)簽: applications including features console

    上傳時(shí)間: 2013-12-16

    上傳用戶:refent

  • A pure python module which implements the DES and Triple-DES encryption algorithms. Triple DES is ei

    A pure python module which implements the DES and Triple-DES encryption algorithms. Triple DES is either DES-EDE3 with a 24 byte key, or DES-EDE2 with a 16 byte key.

    標(biāo)簽: implements Triple-DES algorithms encryption

    上傳時(shí)間: 2017-05-06

    上傳用戶:邶刖

  • python 中文顯示

    python 中文顯示,py chinese

    標(biāo)簽: python

    上傳時(shí)間: 2017-05-11

    上傳用戶:leehom61

  • This file contain the programs of cap 2 of the book digital signal processing , writing by mitra 3rd

    This file contain the programs of cap 2 of the book digital signal processing , writing by mitra 3rd edition.

    標(biāo)簽: processing the programs contain

    上傳時(shí)間: 2014-01-16

    上傳用戶:450976175

  • Compression using lempel-ziv -for a dictionary size of 2k -provide dictionary

    Compression using lempel-ziv -for a dictionary size of 2k -provide dictionary Lempel ziv algorithm is a dictionary based algorithm that addresses byte sequences from former contents instead of the original data. This algorithm consists of a rule for parsing strings of symbols from a finite alphabet into substrings, whose lengths do not exceed a prescribed integer and a coding scheme which maps these substrings sequentially into uniquely decipherable code words of fixed length. The strings are selected so that they have nearly equal probability of occurrence. Frequently-occurring symbols are grouped into longer strings while occasional symbols appear in short strings.

    標(biāo)簽: dictionary Compression lempel-ziv provide

    上傳時(shí)間: 2014-01-07

    上傳用戶:我們的船長

  • Novell.Press.Linux.Kernel.Development linux內(nèi)核開發(fā)的經(jīng)典書籍之一 The Linux kernel is one of the most interes

    Novell.Press.Linux.Kernel.Development linux內(nèi)核開發(fā)的經(jīng)典書籍之一 The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Development. This authoritative, practical guide will help you better understand the Linux kernel through updated coverage of all the major subsystems, new features associated with Linux 2.6 kernel and insider information on not-yet-released developments. You ll be able to take an in-depth look at Linux kernel from both a theoretical and an applied perspective as you cover a wide range of topics, including algorithms, system call interface, paging strategies and kernel synchronization. Get the top information right from the source in Linux Kernel Development

    標(biāo)簽: Linux Development interes Novell

    上傳時(shí)間: 2017-06-06

    上傳用戶:songyue1991

  • A user-space device driver can do many of the things that kernel drivers can t, such as perform a lo

    A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.

    標(biāo)簽: user-space can drivers perform

    上傳時(shí)間: 2014-01-01

    上傳用戶:saharawalker

  • The code for this article was written for version 1.0 of the Active Template Library (ATL). The cu

    The code for this article was written for version 1.0 of the Active Template Library (ATL). The current version of the code (in SieveATL) was built with Visual C++ 6.0 and the ATL provided with that compiler. It may be slightly different than the code shown in the article. The directory SieveMFC contains an MFC version of a component equivalent to the ATL version discussed in the article. It was built with version 5 of the C++ compiler and the MFC version provided with it. The code discussed in the article was later adapted for Hardcore Visual Basic, Second Edition. Comparable Visual Basic versions are discussed in Chapter 10 of the book. Bruce McKinney

    標(biāo)簽: The for Template Library

    上傳時(shí)間: 2013-12-01

    上傳用戶:古谷仁美

主站蜘蛛池模板: 丰顺县| 东源县| 乌苏市| 珲春市| 镇赉县| 方正县| 简阳市| 和龙市| 银川市| 房山区| 万荣县| 长沙市| 凌海市| 石屏县| 蓝田县| 岳阳市| 定州市| 昌宁县| 安仁县| 鄄城县| 芦山县| 双桥区| 昔阳县| 连州市| 庄浪县| 廊坊市| 惠来县| 宁强县| 全南县| 叙永县| 建湖县| 顺平县| 禹州市| 汾阳市| 静安区| 文水县| 临湘市| 如东县| 合水县| 邢台县| 呈贡县|