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

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

READ-write

  • This text introduces the spirit and theory of hacking as well as the science behind it all it also p

    This text introduces the spirit and theory of hacking as well as the science behind it all it also provides some core techniques and tricks of hacking so you can think like a hacker, write your own hacks or thwart potential system attacks. 譯作:《黑客入侵的藝術(shù)》,也是從朋友的寶箱中搜來的,以前層大致瀏覽過,是難得一件的好資料。

    標(biāo)簽: introduces the hacking science

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

    上傳用戶:離殤

  • dspic的匯編例程

    dspic的匯編例程,Write LCD with text using PSV feature and flash LED1 with a Timer1 loop

    標(biāo)簽: dspic 匯編

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

    上傳用戶:bruce5996

  • 第一版YL2410開發(fā)板的BIOS 功能比較簡單

    第一版YL2410開發(fā)板的BIOS 功能比較簡單,上電之后,LCD顯示藍(lán)色、綠色、紅色三個(gè)豎條 同時(shí)串口顯示如下: Power on reset ************************************ * * * YL2410 Board BIOS V2006 * * Http://www.ucdragon.com * * * ************************************ NAND Flash Boot Please select function : 0 : USB download file(通過USB下載文件) 1 : Uart download file(通過串口下載文件) 2 : Write Nand flash with download file(將下載的文件燒寫到NandFlash) 3 : Load Pragram from Nand flash and run(從NandFlash裝載文件并運(yùn)行) 4 : Erase Nand flash regions(擦除NandFlash區(qū)域) 5 : Write NOR flash with download file(將下載的文件燒寫到NorFlash) 6 : Set boot params(設(shè)置Linux啟動(dòng)相關(guān)參數(shù)) 7 : Set AutoBoot parameter,1:linux 2:wince(設(shè)置WINCE自啟動(dòng))

    標(biāo)簽: 2410 BIOS YL 開發(fā)板

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

    上傳用戶:Amygdala

  • This article shows that by using the tools available and understanding the programming system, it is

    This article shows that by using the tools available and understanding the programming system, it is possible to improve programming productivity. Microsoft Foundation Classes (MFC) and other tools let the user build GUIs while working in the same development program that was used to write the rest of the test code. MFC comes bundled with Microsoft Visual C++ and other development systems such as Watcom C/C++ and Borland Inprise C++ Builder.

    標(biāo)簽: understanding programming available the

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

    上傳用戶:無聊來刷下

  • This tutorial attempts to get you started developing with the Win32 API as quickly and clearly as po

    This tutorial attempts to get you started developing with the Win32 API as quickly and clearly as possible. It is meant to be read as a whole, so please read it from beginning to end before asking questions... most of them will probably be answered. Each section builds on the sections before it. I have also added some solutions to common errors in Appendix A. If you ask me a question that is answered on this page, you will look very silly.

    標(biāo)簽: developing tutorial attempts clearly

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

    上傳用戶:wanqunsheng

  • 我在三做的課程

    我在三做的課程,當(dāng)時(shí)拿到了95分,包括完整的報(bào)告,有IF/else/read/for等語句的plo

    標(biāo)簽:

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

    上傳用戶:123啊

  • This example application is a collection of Flash Lite do s and don ts from the usability point of

    This example application is a collection of Flash Lite do s and don ts from the usability point of view. The application contains real examples and animations of static examples that help you to see problematic issues in real life on a Nokia device. The application is optimized for devices with the resolution 170 x 208 pixels used in portrait mode. This example application is closely related to the document Flash Lite: Visual Guide, and it is highly recommended to read the document before going through this example.

    標(biāo)簽: application collection usability example

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

    上傳用戶:trepb001

  • Basic Compression Library by Marcus Geelnard Release 1.2.0 2006-07-22 Introduction The Ba

    Basic Compression Library by Marcus Geelnard Release 1.2.0 2006-07-22 Introduction The Basic Compression Library is a library of well known compression algorithms implemented in portable ANSI C code. For more information about the Basic Compression Library, please read the manual (doc/manual.pdf) and, of course, the source code.

    標(biāo)簽: Introduction Compression Geelnard Library

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

    上傳用戶:

  • We often get questions about how the deflate() and inflate() functions should be used. Users wonder

    We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a few times), and would like further edification, below is an annotated example in C of simple routines to compress and decompress from an input file to an output file using deflate() and inflate() respectively. The annotations are interspersed between lines of the code. So please read between the lines. We hope this helps explain some of the intricacies of zlib.

    標(biāo)簽: functions questions deflate inflate

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

    上傳用戶:zhuyibin

  • Zlib函數(shù)列表 We often get questions about how the deflate() and inflate() functions should be used. User

    Zlib函數(shù)列表 We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a few times), and would like further edification, below is an annotated example in C of simple routines to compress and decompress from an input file to an output file using deflate() and inflate() respectively. The annotations are interspersed between lines of the code. So please read between the lines. We hope this helps explain some of the intricacies of zlib.

    標(biāo)簽: functions questions deflate inflate

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

    上傳用戶:lhc9102

主站蜘蛛池模板: 肇庆市| 聂拉木县| 理塘县| 平陆县| 南通市| 诸城市| 菏泽市| 武汉市| 辉县市| 普陀区| 大冶市| 博爱县| 南雄市| 石嘴山市| 政和县| 连城县| 得荣县| 吉林市| 灌云县| 北宁市| 昭通市| 将乐县| 枝江市| 宁晋县| 田阳县| 浪卡子县| 酒泉市| 青浦区| 乐山市| 虞城县| 玉山县| 吕梁市| 江北区| 特克斯县| 将乐县| 获嘉县| 信丰县| 河西区| 饶平县| 郯城县| 闽清县|