訪問存儲器 的英文怎麼說

中文拼音 [fǎngwèncúnchǔ]
訪問存儲器 英文
access memory
  • : 動詞1. (訪問) call on; interview; visit 2. (調查; 尋求) inquiry into; seek by inquiry [search]; try to get
  • : Ⅰ動詞1 (請人解答) ask; inquire 2 (詢問; 慰問) question; ask about [after]; inquire about [aft...
  • : 動詞1 (存在; 生存) exist; live; survive 2 (儲存; 保存) store; keep 3 (蓄積; 聚集) accumulat...
  • : Ⅰ動詞(儲藏; 存放) store up; save; keep [have] in reserve Ⅱ名詞1. (繼承人) heir 2. (姓氏) a surname
  • : 名詞1. (器具) implement; utensil; ware 2. (器官) organ 3. (度量; 才能) capacity; talent 4. (姓氏) a surname
  • 訪問 : visit; call on; interview; access; addressing; reference to
  • 存儲 : [計算機] memorizing; storage; memory; store
  1. Random - access memory. a broad classification of memory devices that includes all devices in which individual memory locations may be read or written as required

    隨機訪問存儲器。一個包含了所有每個地址能被按需讀寫的設備的粗略分類。
  2. Information processing systems - open systems interconnection - file transfer, access and management - part 2 : virtual filestore definition

    信息處理系統開放系統互連文卷傳送和管理第2部分:虛文卷定義
  3. These simple ideas are the basis of the most common immediate access store which is called a core store.

    這些簡單的概念是最普通的直接訪問存儲器即磁芯的基礎。
  4. Immediate access stores are expensive to make and so comparatively few computers have stores larger than 64k.

    直接訪問存儲器的製造費用大,所以容量大於64K的計算機很少。
  5. Primary memory is known as random access memory ( ram ) and simple named memory

    主內即所熟悉的隨機訪問存儲器( ram ) ,或簡單稱為內
  6. Random access memory is used to store dynamic data structures and jit - compiled code

    隨機訪問存儲器( ram )用於動態數據結構和jit編譯的代碼。
  7. Immediate access stores are expensive to make and so comparatively few computers have stores larger than 64k

    直接訪問存儲器的製造費用大,所以容量大於64k的計算機很少。
  8. Load floating - point single instructions access the word in storage and convert that single - precision value to double - precision format before placing in the target fpr. a set of

    指令可以訪問存儲器中的字,並在將其放入目標fpr前把單精度值轉換為雙精度值。
  9. Non - olatile random - access memory. a type of ram that retains its data een when the system is powered down. nram frequently consists of an sram and a long - life battery

    非易失的隨機訪問存儲器。一種能在系統關機的情況下保持它的數據的ram 。 nram常常由sram和長壽命電池組成。
  10. Non - volatile random - access memory. a type of ram that retains its data even when the system is powered down. nvram frequently consists of an sram and a long - life battery

    非易失的隨機訪問存儲器。一種能在系統關機的情況下保持它的數據的ram 。 nvram常常由sram和長壽命電池組成。
  11. An instruction in machine language generally tells the computer four things : ( 1 ) where to find one or two numbers or simple pieces of data in the main computer memory ( random access memory, or ram ), ( 2 ) a simple operation to perform, such as adding the two numbers together, ( 3 ) where in the main memory to put the result of this simple operation, and ( 4 ) where to find the next instruction to perform

    語言中的一條指令通常告訴計算機4件事情: ( 1 )到計算機主(隨機訪問存儲器)的哪個位置去找一或兩個數字或者簡單的數據段; ( 2 )要執行的一個簡單操作,例如將兩個數字加起來; ( 3 )將這個簡單操作的結果放在主的什麼位置;以及( 4 )到哪裡找要執行的下一條指令。
  12. Query processing on massive data stored in three layers storage system is studied in this dissertation. queries are divided to three kinds which are d - query, t - query and td - query base on where the data accessed is stored ( on the disk or on the tertiary storage )

    根據需要的數據位置的不同(磁盤上還是第三級上) ,將三級系統中海量數據的查詢分為d - query 、 t - query和td - query三類。
  13. Because the data accessed by d - queries is stored on the disk, so we can use the method of conventional database to process them. we mainly study method for processing queries on tertiary storage ( t - query and td - query ) later. first, a new way to process queries on tertiary storage is advanced after

    由於d - query的數據在磁盤上,可以採用傳統數據庫處理查詢的方法對其進行處理,因此本文隨后重點研究了第三級查詢( t - query和td - query )的處理方法。
  14. In virtual storage systems, external storage that contains active programs in the form of pages and provides access only to the particular pages required by the system at a particular time

    系統中的一種外部,其中包含以頁面形式而在的活動程序,在特定的時刻,只讓系統去它所需要的指定頁面。
  15. 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 ) ,即必須判斷出對的兩次是否針對同一個地址單元,然後在此基礎上進行的數據相關性分析。
  16. One supports branch instructions. the other does n ' t. and they both lack features common to general purpose microprocessors such as logic instructions and indirect memory access

    Gcx支持兩類後端,一類不支持轉移指令,另一類支持轉移指令,但兩者都缺乏一般微處理所具有的例如邏輯指令、間接等特性。
  17. Now the emphasis is transferred to the design and implementation of memory system. before a deep discussing, some basic knowledge is introduced, such as the memory classification and hierarchy, address space, access controlling, cache, memory coherence, and the popular memory system implementation method. then the archteture of the target memory system is presented and divided into two subsystems, the virtual memory management subsystem and memory access subsystem, according to their function

    接下來本文將重點轉移到研究已定目標vliw處理系統的設計和實現,先對系統設計涉及的及其組織層次、地址空間、控制、 cache 、一致性、常見的實現方式等因素作了分析,然後給出了目標系統的總體框架,並按功能將其劃分為虛管理和兩個子系統。
  18. First of all, the access time of memory system should be short enough, and it should less than 2. 8ns

    首先,要求有一個快的速度,根據需要提出了2 8ns的時間限制。
  19. Stadtfeld datentechnik gmbh offers you pertinent information by telephone for the ranges electronic computers, input devices and software in addition to storage devices. contact stadtfeld datentechnik gmbh

    Stadtfeld datentechnik gmbh是一家現代化的、可靠的專門產品供應商,這家供應商從事計算機,輸入裝置,軟體,裝置的製造、銷售。請您我們的主頁,垂詢當前的信息和服務。
  20. An object stored in application scope is accessible from all pages and for all users, until the web application itself is unloaded typically as a result of the jsp container being shut down

    可以由任何用戶從任何頁面在應用程序作用域中的對象,直到卸載web應用程序本身為止(通常是由於關閉jsp容所致) 。
分享友人