IA-32 Intel Architecture Software Developer s Manual Intel32位系统汇编语言开发手册
IA-32 Intel Architecture Software Developer s Manual Intel32位系统汇编语言开发手册
function+manual技术资料下载专区,收录769份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
IA-32 Intel Architecture Software Developer s Manual Intel32位系统汇编语言开发手册
LPC2103 user manual Single-chip 16-bit/32-bit microcontrollers 8 kB/16 kB/32 kB flash with ISP/IAP, fast ports and 10-...
This function obtains a unitary matrix Q such that: d=diag(Q *diag(lmd)*Q). In other words, it gives a way to generat...
usb bulk 传输例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM). * Support...
ASK function, this is a block that has three input and one output. the input are the two carrier that have different amp...
We simulate uncoded BER of BPSK modulated data as a function of SNR -in an AWGN channel -in a Rayleigh fading chann...
I used MFC. that code is not perfect and have some problem. But its function is Ok. You just fix and use array of di...
密码算法程序包miracl使用手册 The full Manual is available in both MS Word
function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then retu...