This Microsoft(R) Macro Assembler Reference lists all MASM instructions, directives, statements, and operators. It also serves as a quick reference to the Programmer’s WorkBench commands, and the commands for Microsoft utilities such as LINK and LIB. This book documents features of MASM version 6.1, and is part of a complete MASM documentation set.
標簽: instructions directives statements Microsoft
上傳時間: 2016-01-31
上傳用戶:asddsd
// Copyright (c), Philips Semiconductors Gratkorn // (C)PHILIPS Electronics N.V.2000 // All rights are reserved. // Philips reserves the right to make changes without notice at any time. // Philips makes no warranty, expressed, implied or statutory, including but // not limited to any implied warranty of merchantibility or fitness for any //particular purpose, or that the use will not infringe any third party patent, // copyright or trademark. Philips must not be liable for any loss or damage // arising from its use.
標簽: Semiconductors Electronics Copyright Gratkorn
上傳時間: 2016-02-04
上傳用戶:xuanjie
broad cast could send the message to all the user from the im server, which is one module of the openfire,
上傳時間: 2014-01-21
上傳用戶:英雄
一個關于DOS使用的文檔,很全面,對于新手很是有用.-DOS use common sense on a very comprehensive documentation, I believe all of us are also used.
標簽: comprehensive documentation DOS believe
上傳時間: 2014-08-09
上傳用戶:duoshen1989
2. Using QR factorization to find all of the eigenvalues and eigenvectors for the following matrix
標簽: factorization eigenvectors eigenvalues following
上傳時間: 2014-01-14
上傳用戶:cuiyashuo
his header file that is used to define all preprossor directives, global variables, and prototypes. The user must modify this header file for their particular Bridge Transducer in use before proceeding.
標簽: directives preprossor prototype variables
上傳時間: 2014-08-24
上傳用戶:李彥東
8路紅外遙控開關控制器 (SAA3010T電視遙控器) Copyright 2004/3/27 http://www.cdle.net http://bbs.cdle.net All rights reserved. 明浩 E-mail: pnzwzw@163.com pnzwzw@cdle.net 只用八路時可以用AT89C2051代替AT89C51 一體化接收頭輸出端拉P3.2(int0),P1為控制輸出端。 可以擴展到32路或更多 輸出為低電平有效
上傳時間: 2016-02-11
上傳用戶:qunquan
Philips D12 all the data
上傳時間: 2013-12-22
上傳用戶:Pzj
Floyd-Warshall算法描述 1)適用范圍: a)APSP(All Pairs Shortest Paths) b)稠密圖效果最佳 c)邊權可正可負 2)算法描述: a)初始化:dis[u,v]=w[u,v] b)For k:=1 to n For i:=1 to n For j:=1 to n If dis[i,j]>dis[i,k]+dis[k,j] Then Dis[I,j]:=dis[I,k]+dis[k,j] c)算法結束:dis即為所有點對的最短路徑矩陣 3)算法小結:此算法簡單有效,由于三重循環結構緊湊,對于稠密圖,效率要高于執行|V|次Dijkstra算法。時間復雜度O(n^3)。 考慮下列變形:如(I,j)∈E則dis[I,j]初始為1,else初始為0,這樣的Floyd算法最后的最短路徑矩陣即成為一個判斷I,j是否有通路的矩陣。更簡單的,我們可以把dis設成boolean類型,則每次可以用“dis[I,j]:=dis[I,j]or(dis[I,k]and dis[k,j])”來代替算法描述中的藍色部分,可以更直觀地得到I,j的連通情況。
標簽: Floyd-Warshall Shortest Pairs Paths
上傳時間: 2013-12-01
上傳用戶:dyctj
Speed-Up Delphi for all version
標簽: Speed-Up version Delphi for
上傳時間: 2016-02-21
上傳用戶:lo25643