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

蟲蟲首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

byte-of-python-<b>CHINESE</b>-edition

  • The Linux Network Administrator s Guide, Third Edition updates a classic Linux title from O Reilly.

    The Linux Network Administrator s Guide, Third Edition updates a classic Linux title from O Reilly. This refreshed resource takes an in-depth look at everything you need to know to join a network. Topics covered include all of the essential networking software that comes with the Linux operating system, plus information on a host of cutting-edge services including wireless hubs, spam filtering, and more

    標(biāo)簽: Linux Administrator Edition Network

    上傳時(shí)間: 2015-09-19

    上傳用戶:

  • This unit uses an array of bytes to represent a LARGE number. The number is binairy-stored in the ar

    This unit uses an array of bytes to represent a LARGE number. The number is binairy-stored in the array, with the Least Significant Byte (LSB) first and the Most Significant Byte (MSB) last, like all Intel-integer types.

    標(biāo)簽: number binairy-stored represent LARGE

    上傳時(shí)間: 2015-10-08

    上傳用戶:xieguodong1234

  • What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the poss

    What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we have to use "~" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over)

    標(biāo)簽: Sometimes the contents desire

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

    上傳用戶:playboys0

  • Networking for Dummies 8th Edition ,Written for even the most network-shy novice, this book begins w

    Networking for Dummies 8th Edition ,Written for even the most network-shy novice, this book begins with the most basic of basics and progresses through all the essentials, from cables, routers and hubs to building a wireless network.英文版 CHM格式

    標(biāo)簽: network-shy Networking for Dummies

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

    上傳用戶:shus521

  • The Original USB 2.0 specification released on April 27, 2000 Errata to the USB 2.0 specification

    The Original USB 2.0 specification released on April 27, 2000 Errata to the USB 2.0 specification as of December 7, 2000 Mini-B connector Engineering Change Notice to the USB 2.0 specification. Pull-up/pull-down Resistors Engineering Change Notice to the USB 2.0 specification. Errata to the USB 2.0 specification as of May 28, 2002 Interface Association Descriptor Engineering Change Notice to the USB 2.0 specification. Rounded Chamfer Engineering Change Notice to the USB 2.0 specification as of October 8, 2003 Unicode Engineering Change Notice to the USB 2.0 specification as of February 21, 2005 Inter-Chip USB Supplement Revision 1.0 as of March 13, 2006 Revision 1.3 of the USB On-The-Go Supplement as of December 5, 2006 Revision 1.01 of the Micro-USB Cables and Connectors Specification as of April 4, 2007 USB 2.0 Link Power Management Addendum Engineering Change Notice to the USB 2.0 specification as of July 16, 2007.

    標(biāo)簽: specification 2.0 USB Original

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

    上傳用戶:familiarsmile

  • Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage o

    Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage of Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection Swing GUI development, including input validation and other enhancements Exception handling and debugging, including chained exceptions, stack frames, assertions, and logging Streams and files, the new I/O API, memory-mapped files, file locking, and character set encoders/decoders Regular expressions using the powerful java.util.regex package Inner classes, reflection, and dynamic proxies Application packaging and the Preferences API

    標(biāo)簽: Fundamentals Completely up-to-date coverage

    上傳時(shí)間: 2016-01-02

    上傳用戶:標(biāo)點(diǎn)符號(hào)

  • cpress usb 芯片Vender 處理固件。 The purpose of this software is to demonstrate how to implement vendor s

    cpress usb 芯片Vender 處理固件。 The purpose of this software is to demonstrate how to implement vendor specific commands. The following vendor specific commands are implemented: A0 Firmware Upload/Download A2 EEProm Load A3 External Ram Load A4 Set I2C Addr A5 Get IIC Type (1 Byte or 2 Byte EEPROM) A6 Get Chip Rev A8 Renumerate

    標(biāo)簽: demonstrate implement software purpose

    上傳時(shí)間: 2016-01-14

    上傳用戶:stvnash

  • Mod_python is an Apache module that embeds the Python interpreter within the server. With mod_python

    Mod_python is an Apache module that embeds the Python interpreter within the server. With mod_python you can write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals. A more detailed description of what mod_python can do is available in this O Reilly article.

    標(biāo)簽: interpreter Mod_python mod_python the

    上傳時(shí)間: 2016-01-25

    上傳用戶:yd19890720

  • 『embedded systems building blocks, complete and ready-to-use modules in C, second edition』 - This

    『embedded systems building blocks, complete and ready-to-use modules in C, second edition』 - This second edition features revisions that support the latest version of the author s popular operating system and book, MicroC/OS-II - Complete and ready-to-use modules in C Get a clear explanation of functional code modules and microcontroller theory

    標(biāo)簽: ready-to-use embedded building complete

    上傳時(shí)間: 2014-12-04

    上傳用戶:阿四AIR

  • CHAPT08TESTTERM.CPP 16-Bit test program for the terminal emulation classes CHAPT08TESTTERM.EXE 16-B

    CHAPT08\TESTTERM.CPP 16-Bit test program for the terminal emulation classes CHAPT08\TESTTERM.EXE 16-Bit executable of the test program. CHAPT08\TESTTERM.MAK A makefile for Borland or Microsoft C++.

    標(biāo)簽: TESTTERM CHAPT emulation terminal

    上傳時(shí)間: 2016-02-03

    上傳用戶:小寶愛考拉

主站蜘蛛池模板: 桐城市| 汝南县| 高安市| 梨树县| 汝阳县| 张家港市| 汕尾市| 当阳市| 凤山市| 亳州市| 会同县| 利津县| 沂南县| 新建县| 阿荣旗| 克山县| 永定县| 和林格尔县| 长顺县| 香港| 玉屏| 昂仁县| 馆陶县| 鄂托克前旗| 河源市| 堆龙德庆县| 河北区| 柘荣县| 开化县| 渭源县| 万山特区| 桑日县| 桑植县| 泸州市| 青阳县| 太白县| 南投市| 高安市| 黄石市| 闸北区| 新津县|