memory data register 中文意思是什麼

memory data register 解釋
存儲寄存器
  • memory : n. 1. 記憶;記憶力;【自動化】存儲器;信息存儲方式;存儲量。2. 回憶。3. 紀念。4. 死後的名聲,遺芳。5. 追想得起的年限[范圍]。
  • data : n 1 資料,材料〈此詞系 datum 的復數。但 datum 罕用,一般即以 data 作為集合詞,在口語中往往用單數...
  • register : n 1 記錄,注冊,登記,掛號。2 (人口動態,戶籍等的)登記簿,注冊簿;【商業】船籍登記簿;海關證明...
  1. The most common analysis is data dependence analysis, which is to determine the i tructio that use the variable ( register or memory location ) modified by another i truction

    最通常的分析是數據依存性分析,它用來確定指令使用的變量(寄存器或內存位置)是否被另一條指令修改。
  2. The most common analysis is data dependence analysis, which is to determine the instructions that use the variable ( register or memory location ) modified by another instruction

    最通常的分析是數據依存性分析,它用來確定指令使用的變量(寄存器或內存位置)是否被另一條指令修改。
  3. In both cases we can derive data dependences from reaching definitions and uses information obtained by data flow analysis. at schedule time true register dependencies are known, so register analysis does not involve any complication. but for memory dependencies we have to deal with the problem of aliasing ( addresses are computed during execution )

    而對于存儲器訪問指令而言,其相關性分析則相對復雜得多,關鍵問題是必須解決存儲器訪問地址的別名問題( aliasingproblem ) ,即必須判斷出對存儲器的兩次訪問是否針對同一個地址單元,然後在此基礎上進行存儲器訪問的數據相關性分析。
  4. This paper presents an architecture based - on shift register array, which can be used for the search for the two search pattern simultaneously. this architecture was inspired by the vlsi architecture for diamond - search - pattern - based algorithms. it exploits the overlap of reference data among the search points to reduce data memory accesses which are the most power consuming operations

    其基本思想是利用搜索點之間的參考數據重疊的特徵,把需要用於多個搜索點計算的參考數據存儲在移位寄存器陣列中,通過移位操作來滿足不同搜索點的計算需要,大大降低了數據存儲器訪問次數,從而減少了運動估計中功率消耗最大部分的操作。
  5. There are two types of data dependencies between instructions, register and memory dependencies

    在目標代碼中可以區別兩類數據相關,一類是寄存器數據相關,一類是存儲器數據相關。
  6. Otherwise, as a memory component, large - scale register file holds a large number of data, so it requires stronger stability and validity. for memory components, using bist method to make a fault checking is a relatively good choice. but the bist of the multi - port register file is still in early phase of development

    另外作為存儲部件,規模大的寄存器文件現場保存量大,需要有很強的穩定性和正確性,而內建自測試是存儲部件進行故障檢測的較佳選擇;但是多埠寄存器文件的測試卻處在初始發展階段,故障模型和測試演算法都有待于進一步完善。
  7. An instruction where each parameter is independent of the others, for example, when moving data from memory to a floatingpoint register

    一條指令,其中每一個參數與其它參數無關,例如,把數據從存儲器傳送到浮點寄存器的指令。
  8. An instruction where each parameter is independent of the others, for example, when moving data from memory to a floating - point register

    一條指令,其中每一個參數與其它參數無關,例如,把數據從存儲器傳送到浮點寄存器的指令。
分享友人