很全的中斷手冊。 INT 00 - CPU-generated - DIVIDE ERROR INT 01 - CPU-generated - SINGLE STEP (80386+) - DEBUGGING EXCEPTIONS INT 02 - external hardware - NON-MASKABLE INTERRUPT INT 03 - CPU-generated - BREAKPOINT INT 04 - CPU-generated - INTO DETECTED OVERFLOW INT 05 - PRINT SCREEN CPU-generated (80186+) - BOUND RANGE EXCEEDED INT 06 - CPU-generated (80286+) - INVALID OPCODE INT 07 - CPU-generated (80286+) - PROCESSOR EXTENSION NOT AVAILABLE INT 08 - IRQ0 - SYSTEM TIMER CPU-generated (80286+) . . .
標簽: CPU-generated INT DIVIDE SINGLE
上傳時間: 2013-12-27
上傳用戶:aa54
PCI Local Bus specification version 2.3 doc format: PDF language: English size: 2.7M
標簽: specification language English version
上傳時間: 2016-01-18
上傳用戶:牛津鞋
原書名study arm step by step 想學ARM的 可以用這個起步
上傳時間: 2013-12-12
上傳用戶:wys0120
用char *malloc(unsigned size)函數向系統申請一次內存空間(如size=1000,單位為字節),用首次適應法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr)(基本要求)或 循環首次適應法(提高一步) addr = (char *)lmalloc(unsigned size) 和 lfree(unsigned size,char * addr) 模擬UNIX可變分區內存管理,實現對該內存區的分配和釋放管理。
上傳時間: 2013-12-19
上傳用戶:ynzfm
step by step移植LCD驅動,這是一個很好的說明文檔,適用于初學者
上傳時間: 2013-12-23
上傳用戶:hullow
The AT91SAM9261S is pin-to-pin compatible with the AT91SAM9261. Memory size available in this product is 16K bytes of SRAM and 32K bytes of ROM
標簽: 9261 compatible pin-to-pin SAM
上傳時間: 2014-01-07
上傳用戶:PresidentHuang
How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following: Take the first k training sample as single-element clusters Assign each of the remaining (N-k) training sample to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster. Step 3 . Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample. Step 4 . Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments.
標簽: the decision clusters Cluster
上傳時間: 2013-12-21
上傳用戶:gxmm
NOIS2 step by step for Linux
上傳時間: 2014-11-22
上傳用戶:comua
If you are not using these features and wish to reduce the size
標簽: features reduce using these
上傳時間: 2016-02-07
上傳用戶:xuanjie
porting ucos2 the step way
上傳時間: 2013-12-11
上傳用戶:wl9454