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

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

switch-Mode

  • This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the

    This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the previous version, 1.2). Improvements in this new version includes: This new version allows the programmer to not use Delphi heavy units which will greatly reduce the size of the final executable. Read more about this feature here. Most, if not all, Portable Network Graphics features as CRC checking are now fully performed. Error on broken images are now better handled using new exception classes. The images may be saved using interlaced mode also. Transparency information won t be discarted after the image is loaded any more. Most of the images are decoded much faster now. The images will be better encoded using fresh new algorithms. IMPORTANT! Now transparency information is used to display images.

    標簽: version documentation intended rewrite

    上傳時間: 2015-06-28

    上傳用戶:qiao8960

  • 基于IBM的NPU

    基于IBM的NPU,5N2G的switch的開發實例,這是一個二層交換機,具體可見于文檔內部說明,用匯編以及C編寫

    標簽: IBM NPU

    上傳時間: 2013-12-22

    上傳用戶:sdq_123

  • 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an

    加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds]

    標簽: Cryptographic Primitives generate Library

    上傳時間: 2015-07-16

    上傳用戶:wqxstar

  • 三重DES加密

    三重DES加密,其中Key為8個字節共64位,是DES算法的工作密鑰;Data也為8個字節64位,是要被加密或被解密的數據;Mode為DES的工作方式

    標簽: DES 加密

    上傳時間: 2013-12-16

    上傳用戶:lanjisu111

  • 該程序模擬UNIX中save與resume函數,并介紹在VC中如何使用匯編進行機器級的操作. 主函數很簡單首先引入兩個外部函數,extern "C"表示按傳統C命名習慣.函數save將程序指針保存在

    該程序模擬UNIX中save與resume函數,并介紹在VC中如何使用匯編進行機器級的操作. 主函數很簡單首先引入兩個外部函數,extern "C"表示按傳統C命名習慣.函數save將程序指針保存在(*s)中并返回0,為什么有 if(save(&sp)){...} if后的語句看起來永遠都不會被執行,但是運行結果表明它被執行了.這個問題同UNIX中處理機調度函數(switch)的那個if語句(第一句)一樣. 程序執行完save(&sp)后得到因為條件為假而執行else語句,卻在判斷之前將程序指針保存在sp中了. else語句中的resume(&sp),該函數很狡猾將堆棧中的返回地址改變了,改到了sp所指出,即將程序指針改到了執行條件判斷前.resume返回1,條件滿足,執行if語句. save函數堆棧: eip ebp+8 s ebp+4 ebp ebp+0 resume函數堆棧與save的相同. 新建一個win32的工程,將unixc.cpp和unix.obj加入過程即可. unix.obj是用masm6.11生成的:ml /c /coff unix.asm,生成coff格式的obj而不是omf格式.

    標簽: save resume extern 函數

    上傳時間: 2015-09-10

    上傳用戶:變形金剛

  • 硬件平臺為Xilinx Spartan3e

    硬件平臺為Xilinx Spartan3e,編譯軟件為ISE8.1,實現了九針com口通信,鍵盤輸入回顯,switch控制LED功能。

    標簽: Spartan3e Xilinx 硬件平臺

    上傳時間: 2014-01-15

    上傳用戶:ANRAN

  • 《JSP網絡編程從基礎到實踐》的實例代碼目錄中包含了前10章的所有實例的源代碼

    《JSP網絡編程從基礎到實踐》的實例代碼目錄中包含了前10章的所有實例的源代碼,實例名稱及其所處章節如下: 第1章 JSP技術概述 實例1 第一個JSP頁面 第3章 Web開發基礎 實例2 HTML與JavaScript交互示例 第4章 JSP語法 實例3 JSP程序的基本結構 實例4 簡單數據類型綜合應用實例 實例5 包裝類綜合應用實例 實例6 數組應用實例 實例7 字符截取程序示例 實例8 查找字符串程序示例 實例9 StringBuffer綜合應用程序示例 實例10 日期數據應用示例 實例11 算術表達式綜合運用實例 實例12 switch語句示例 實例13 循環應用綜合實例 實例14 一個簡單的計數器 實例15 include指令應用示例 實例16 forward應用程序示例 實例17 param應用程序示例 實例18 plugin應用程序示例 實例19 中文字符處理程序示例 第5章 JSP的內置對象 實例20 request常用方法的應用 實例21 獲得表單數據 實例22 頁面重定向程序示例 實例23 定時刷新頁面程序示例 實例24 記住會話的用戶名 實例25 猜字母游戲 實例26 網站計數器

    標簽: JSP 網絡編程 實踐 代碼

    上傳時間: 2013-12-06

    上傳用戶:bruce

  • palm編成,這種書很少,有興趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/J

    palm編成,這種書很少,有興趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/JVXSL.asp?x=1&mode=section&sortKey=rank&sortOrder=desc&view=book&xmlid=1-56592-525-4&open=false&srchText=palm+programming&code=&h=&m=&l=1&catid=&s=1&b=1&f=1&t=1&c=1&u=1&page=0 ISBN: 1-56592-525-4 Author: Julie McKeehan/ Neil Rhodes Publisher: O Reilly Page: 478 Edition: 1st edition (December 1998) Catalog: PDA programming / Palm Format: pdf Size: 2.06M Supplier: Summary: Emerging as the bestselling hand-held computers of all time, PalmPilots have spawned intense developer activity and a fanatical following. Used by Palm in their developer training, this tutorial-style book shows intermediate to experienced C programmers how to build a Palm application from the ground up. Includes a CD-ROM with source code and third-party developer tools

    標簽: Programming Developer oreilly safari

    上傳時間: 2013-12-10

    上傳用戶:litianchu

  • 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.

    標簽: application collection usability example

    上傳時間: 2015-10-05

    上傳用戶:trepb001

  • LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards,

    LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards, even with different chips and IO methods. Each communication object can be accessed from multiple applications concurrently. It supports RT-Linux, 2.2, 2.4, and 2.6 with fully implemented select, poll, fasync, O_NONBLOCK, and O_SYNC semantics and multithreaded read/write capabilities. It works with the common Intel i82527, Philips 82c200, and Philips SJA1000 (in standard and PeliCAN mode) CAN controllers. LinCAN project is part of a set of CAN/CANopen related components developed as part of OCERA framework.

    標簽: implements multiple capable working

    上傳時間: 2015-10-14

    上傳用戶:磊子226

主站蜘蛛池模板: 靖西县| 上杭县| 黎川县| 澄城县| 嘉义县| 台州市| 重庆市| 临沭县| 武汉市| 奉节县| 多伦县| 左云县| 凉山| 太仓市| 甘孜| 汽车| 都江堰市| 扶风县| 南川市| 镇赉县| 南溪县| 宕昌县| 永昌县| 海兴县| 桑植县| 琼中| 曲水县| 北宁市| 克山县| 定安县| 嘉荫县| 桐庐县| 分宜县| 萨嘎县| 海安县| 比如县| 遵义市| 正蓝旗| 新疆| 西乡县| 聂拉木县|