讀取硬盤序列號源代碼,包括IDE和SCSI硬盤 用VC6.0開發環境
上傳時間: 2013-12-22
上傳用戶:lili123
Math.NET開源數學庫 C#實現 具體功能: - A linear algebra package, see MathNet.Numerics.LinearAlgebra. - A sparse linear algebra package, see MathNet.Numerics.LinearAlgebra.Sparse. - Non-uniform random generators, see MathNet.Numerics.Generators. - Distribution fonctions, see MathNet.Numerics.Distributions. - Statistical accumulator, see MathNet.Numerics.Statistics. - Fourier transformations, see MathNet.Numerics.Transformations. - Miscellaneous utilies (polynomials, rationals, collections).
標簽: LinearAlgebra Numerics MathNet algebra
上傳時間: 2015-07-24
上傳用戶:思琦琦
《共享軟件加密算法庫》專業版是一款針對個人、企業開發共享軟件的加密工具,支持Windows平臺下各類開發工具: VC、VB、BCB、Delphi、PB、VFP、C#、ASP等,算法庫中包含了獲取計算機硬盤物理序列號、主板序列號功能及多種高強度對稱、非對稱算法。獲取的硬盤序列號不隨硬盤分區及格式化改變,支持IDE、SCSI接口硬盤,獲取主板序列號的功能支持各類BIOS芯片,這兩個功能可方便的用來實現一機一碼的注冊方式。算法庫集成的算法有:BlowFish,MD5,Secret16,AES、SHA、CRC32、RSA、DES、字符串加/解密、文件加/解密等多種功能強大的算法,可以滿足軟件開發的各類需求,加密算法庫附有詳細的函數說明及各類軟件調用示例。
上傳時間: 2013-12-02
上傳用戶:wys0120
常見的接口:1、并行接口(每一次傳送一個字或字節的全部代碼)INTEL 8255,MC6820,Z80_PIO,傳送的距離比較近。 2、串行接口:數據和控制信息是一位一位串行地傳送下去,距離比較遠,通常COM1使用是9針D形連接器,COM2使用是老式的DB25針連接器, 3、磁盤接口 (1)IDE接口,集成驅動器電子部件,不支持DMA數據傳送,只使用標準的PCI/O端口指令來傳送所有的命令,狀態等 (2)EIDE接口, 4、SCSI接口。具有多任務接口,具有總線仲裁功能。按同步或異步方式傳輸數據,可分單端和差分傳送方式,是智能化設備。 5、USB接口。
上傳時間: 2015-08-17
上傳用戶:gtf1207
usb的arm 驅動,支持scsi協議,文件通過驗證
上傳時間: 2015-08-25
上傳用戶:獨孤求源
USB海量存儲設備類規范包括四個獨立的子類規范:(ATA command的那個沒有) ①USB Mass Storgage Class Control/Bulk/Interrupt(CBI)Transport ②USB Mass Storage Class Bulk-Only Transport ③USB Mass Storage Class ATA Command Block ④USB Mass Stroage Class UFI Command Specification。 前兩個子規范定義了數據/命令/狀態在USB上的傳輸方法。 Bulk-Only傳輸規范僅僅使用Bulk端點傳送數據/命令/狀態, CBI傳輸規范則使用Control/Bulk/Interrupt三種類型的端點進行數據/命令/狀態傳送。 后兩個子規范定義了對存儲介質的操作命令。 ATA 命令規范用于硬盤。 UFI命令規范是針對USB移動存儲而制定的,實際上UFI命令格式是基于SFF-8070i和SCSI-2規范,總共定義了19個12字節長度的操作命令。
標簽: USB Interrupt Storgage Control
上傳時間: 2015-08-29
上傳用戶:aysyzxzm
OpenCV means Intel® Open Source Computer Vision Library. It is a collection of C functions and a few C++ classes that implement some popular Image Processing and Computer Vision algorithms. OpenCV has cross-platform middle-to-high level API that consists of a few hundreds (>300) C functions. It does not rely on external libraries, though it can use some when it is possible. OpenCV is free for both non-commercial and commercial use (see the license for details). OpenCV provides transparent interface to Intel® Integrated Performance Primitives (IPP). That is, it loads automatically IPP libraries optimized for specific processor at runtime, if they are available. More information about IPP can be retrieved at http://www.intel.com/software/products/ipp/index.htm -------------------------------------------------------------------------------- 本文是opencv的入門教程
標簽: collection functions Computer Library
上傳時間: 2015-09-12
上傳用戶:zhangyi99104144
Listed below are the typographical conventions used in this guide. – Example C++ code and commands to be typed by the user are in non-bold characters in typewriter font. – Items where the user has to supply a name or number are given in lower-case italic characters in typewriter font. – Sections marked with a ‡ describe features that are also available in ANSI C.
標簽: typographical conventions commands Example
上傳時間: 2013-12-20
上傳用戶:xiaoxiang
THIS PROGRAM IS PROVIDED "AS IS". TI MAKES NO WARRANTIES OR REPRESENTATIONS, EITHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, LACK OF VIRUSES, ACCURACY OR COMPLETENESS OF RESPONSES, RESULTS AND LACK OF NEGLIGENCE. TI DISCLAIMS ANY WARRANTY OF TITLE, QUIET ENJOYMENT, QUIET POSSESSION, AND NON-INFRINGEMENT OF ANY THIRD PARTY INTELLECTUAL PROPERTY RIGHTS WITH REGARD TO THE PROGRAM OR
標簽: REPRESENTATIONS WARRANTIES PROVIDED PROGRAM
上傳時間: 2015-09-16
上傳用戶:zq70996813
tServer task executes functions at low priority (254). serverSend funtion is used to send a request to the tServer to execute a function at the tServer s priority. First tServer task executes the i() system call to print the summary of tShell task. Next an address exception is caused in tServer task by trying to execute a funtion at non-aligned word boundry. As a result SIGBUS signal is raised automatically. Signals (setjmp() and longjmp()) are used to allow the tServer task to recover gracefully from an address error exception. For more information about signals, please refer to sigLib manual pages.
標簽: serverSend functions executes priority
上傳時間: 2015-09-21
上傳用戶:tianjinfan