memory resource 中文意思是什麼

memory resource 解釋
存儲器資源
  • memory : n. 1. 記憶;記憶力;【自動化】存儲器;信息存儲方式;存儲量。2. 回憶。3. 紀念。4. 死後的名聲,遺芳。5. 追想得起的年限[范圍]。
  • resource : n. 1. 〈pl. 〉資源;物力,財力。2. 方法,手段;機智,智謀,才略。3. 消遣,娛樂。adj. -ful ,-fully adv.
  1. A failure occurred during an attempt to allocate a resource, such as a thread, a block of memory, or a lock, in a critical region of code

    嘗試在關鍵代碼區域中分配資源(比如線程、內存塊或鎖)的過程中發生故障。
  2. A failure occurred during an attempt to allocate a resource, such as a thread, a block of memory, or a lock, in a non - critical region of code

    嘗試在非關鍵代碼區域中分配資源(比如線程、內存塊或鎖)的過程中發生故障。
  3. In the hardware design, the paper completes modules ’ design like outside memory, patulous a / d, patulous d / a, rs232 communication, ecan communication, led control, keyboard control, distant control, emulation, reset, logic voltage switch, dsp supply power regulate and ac - dc power circuit, as well as room layout design like anterior panel, back panel etc. and dsp transfers data with peripheral equipments except outside memory using serial ports. besides, the whole circuit is configured in interrupt response. thus, it can meet system demand as well as take full advantage of tms320f2812 ’ s hardware resource. in the software design, the paper finishs programs like the interface programms intercommunicates with people, the distant control program, ad and da modules ’ control program, in addition, the paper select the velocity and acceleration state - feedback algorithm and is written in the program. the software design uses dsp integrate exploiting environment named ccs2. 2 of ti inc. as software instrument, and programs with the combination of c language and assembly language. moreover, in order to maintenance or modify the software expediently and shorten software ’ s exploitation time, the design adopt software modularization technique. finally, some air cylinder experiments are carried out to proved that the pneumatic controller is very practical

    在硬體設計中,本文完成了片外存儲器擴展、 a / d擴展、 d / a擴展、 rs232通信介面、 ecan通信總線介面、液晶顯示控制、鍵盤控制、遠程控制、模擬、復位、邏輯電平轉換、 dsp工作電源校正電路和ac - dc電源等模塊設計以及控制器前面板、後面板等的空間布局設計。其中dsp與除外部存儲器的外圍設備之間的數據傳送全部採用串口通信,同時系統電路配置成中斷響應方式,這樣既滿足了系統要求,又充分利用了tms320f2812的硬體資源。在軟體設計中,本文完成了人機界面功能模塊、遠程控制模塊、 ad擴展模塊、 da擴展模塊、速度和加速度狀態反饋的控制演算法的程序設計。
  4. Because of the huge quantity and high complexity of the original data set, data mining needs more and more time and memory to deal with these data sets. it is not accuracy in limited resource. based on the clustering algorithms analysis, this paper selects a cluster algorithm with low complexity to deal with huge quantity dataset

    由於數據集中數據的增大和數據復雜性的提高,數據挖掘演算法無論是從演算法運算的時間上,還是從演算法本身所需要的存儲空間上都急劇的膨脹,使得在現有資源下很難實現數據集的最終聚類。
  5. Property to determine what managed memory resource to evict from video memory

    屬性確定要從視頻內存剔除什麼託管內存資源。
  6. The premise to assure qos is to provide sufficient resource to meet demands. we come up with a method to partition the resources of web cluster for each class with its resource demand and priority requirement taken for granted, where system processing time or average access rates is summed up for each class periodically and resource demands is evaluated with stretch factor as performance metric. also the nodes marked in number will be orderly assigned to the classes ordered in priorities, which helps to maintain data locality and improves memory cache hits

    資源滿足需求是實現服務質量保證的前提,為滿足業務類動態的資源需求,我們提出一種支持業務類優先級和資源需求的資源劃分方法,通過按周期對業務類請求處理時間或平均訪問率進行統計,以響應擴展因子為質量指標對業務類預期的資源需求作出評估,採取按主機編號有序地分配給按優先級排序的業務類,減少業務類資源變動和提高主存cache命中率。
  7. Dynamic memory management is necessary for memory resource management in computer system

    動態存儲管理是計算機系統必不可少的資源管理手段之一。
  8. Because of limited memory resource in spce061a, the whole section ’ s dtw algorithm is simplified to segment dtw algorithm. the segment dtw algorithm reduces the memory spending for the matching paths. in addition, early termination technique is adopted, thus the calculating amounts are greatly reduced

    根據spce061a的存儲資源限制,將全段dtw匹配簡化為分段dtw匹配,從而減少了對搜索路徑的存儲開銷;另外在匹配過程中採用早期終止策略,即在匹配過程中,一旦部分累積失真距離超過判決閾值,立即終止匹配,拒絕該說話人,從而減少了計算量。
  9. The reason for this manager class is to minimize the resource bundles in memory

    使用這個管理器類的原因是要最大限度地減少內存中的資源束。
  10. Common coding errors reported by the tool include buffer overrun, un - initialized memory, null pointer dereference, memory and resource leaks

    工具報告的常見編碼錯誤包括緩沖區溢出、內存未初始化、空指針取消引用以及內存和資源泄漏。
  11. Code analysis tool detects common coding errors, such as buffer overrun, un - initialized memory, null pointer dereference, and memory and resource leaks

    代碼分析工具用於檢測常見的編碼錯誤,例如緩沖區溢出、內存未初始化、空指針取消引用,以及內存和資源泄露。
  12. Here, the managed objects are classified into four types : m - based ( storing all resource information in memory ), md - based ( storing the base managed object in memory and the list of attribute in persistent storage ), mr - based ( storing the base managed object in memory and accessing the resource directly ) and d - based ( storing all resource information in a database ). to achieve those, a generic class is designed for the need of the basic managed object ; as a result, the managed object class abstracted from the managed objects mentioned above can be derived from this generic class when corresponding attributes and methods are added. finally, a mib storage structure of a real application inherited from its super classes can be constructed

    該實現方法首先根據管理系統中被管對象的特點將其分為基於內存( m - based ) ,基於內存?數據庫( md - based ) ,基於內存?指針( mr - based )和基於數據庫( d - based )等四種類型;其次,定義被管對象基類用於描述通用的被管對象,然後以此基類為基礎,繼承並添加與具體模式有關的數據成員和方法成員,實現其它類型的被管對象類;對于具體的網管應用,則根據具體要實現的被管對象特點,從合適的被管對象類衍生,添加與具體應用有關的代碼,即可實現相應的mib存儲結構。
  13. In a partial - trust environment, a non - full trust assembly can only use transactions within the application domain in this case, the only resource being protected is system memory, unless it is granted the

    在部分信任的環境中,非完全信任程序集只能在應用程序域內使用事務(在此情況下,只有所保護的資源是系統內存) ,除非向它授予
  14. I didn ' t want to use a resource file, so the entire color dialog is created dynamically from memory

    我不想使用資源文件,所以整個顏色對話框從內存中創建。
  15. S due to resource constraints of mids ( slow cpu, small memory & limited batteries ), the complicated performance techniques developed for desktop pcs and / or servers ( such as jit, adaptive compiling or static compilation ) can hardly be applied to j2me / midp. this dissertation describes our work on a small, fast and effective java interpreter for j2me / midp

    隨著移動通信市場的高速發展和對增值應用需求的快速增長,在最近的數年內, j2me midp技術將在移動通信市場中扮演一個舉足輕重的角色,而對嵌入式java虛擬機性能優化的研究工作也將具有重要的實用價值。
  16. This hardware system has fully utilized interface hpi of host computer and memory resource that dsp offers, realizes parallel structure of share memorizer mode skillfully, the whole system structure is succinct, the programming is convenient and flexible, the expanding can be strong

    該硬體系統充分利用了dsp所提供的主機介面hpi和內存資源,巧妙地實現了共享存儲器方式的并行結構,整個系統結構簡潔,編程方便、靈活,可擴展性強。
  17. Contemporary, with the basic of ca authentication, digital signature, public - key cryptography and secret - key cryptography, this thesis bring forward a basic model of user registration and c / s, b / s resource accessing under the mechanism that using cryptography to transfer and memory the user ' s password

    同時,在結合pki模式中ca認證、數字簽名以及公開密鑰與對稱密鑰演算法技術的基礎之上,提出了密文傳輸和存儲口令機制下的用戶注冊和c s 、 b s模式資源訪問的基本模型,以實現c s和b s的安全機制。
  18. For preventing the resource conflict condition happened, we will calculate really memory space from the specific address minus pci memory resource they need

    為了防止資源沖突的狀況發生,我們將從需要的最小記憶體位址計算出實際的記憶體空間
  19. The vulnerability results because of a flaw in the multiple unc uniform naming convention provider, which is a network file system resource locator that runs in kernel - mode memory in windows

    該安全漏洞是因為多個unc (統一命名約定)提供程序( mup )中存在缺陷所致,其中mup是在windows內核模式內存中運行的網路文件系統資源定位器。
  20. The double - buffer technology saves memory resource, enhances memory efficiency ; the data - pulled technology improves the server ' s efficiency and performance, guarantees the video file to playback smoothly ; mpeg - 1 ensures the system ' s usability and feasibility ; directshow ensures the audio and video playback correctly ; the rtp / rtcp deals better with the system ' s real time. the pl vod system works normally on all sorts of mpeg - 1 streams

    雙緩沖區技術節省了內存資源,提高了內存使用率;客戶端拉技術提高了服務器的效率與性能,保證了節目文件的平滑回放; mpeg - 1多媒體壓縮標準保證了系統的通用性和可行性; directshowcom組件技術保證了音頻流與視頻流能夠正確回放; rtp rtcp協議較好地處理系統的實時特性。
分享友人