空指針 的英文怎麼說

中文拼音 [kōngzhǐzhēn]
空指針 英文
null pointer
  • : 空Ⅰ形容詞(不包含什麼; 裏面沒有東西或沒有內容; 不切實際的) empty; hollow; void Ⅱ名詞1 (天空) s...
  • : 指構詞成分。
  • : Ⅰ名詞1 (縫衣物用的工具) needle 2 (細長像針的東西) needle like things 3 (針劑) injection; sh...
  • 指針 : 1 (鐘 、表的針) hand; indicator; pointer; needle2 (分辨正誤的依據) guiding principle; guide 3...
  1. At depaul university has done some work on automated theorem provers to detect null - pointer exceptions in java

    軟體工程系在檢測java空指針異常的自動化法則方面做了一些工作。
  2. At depaul university has done some work on automated theorem provers to detect null - pointer exceptions in java code

    已經在自動化定理方面做了一些工作,在java代碼中偵測出空指針異常。
  3. As you might have guessed, i call this pattern the null flag bug pattern because it is caused by inconsistently using null pointers as flags for exceptional conditions

    您可能會猜想,之所以稱這種模式為標志錯誤模式,是因為它是不一致地使用空指針作為異常情況的標志引起的。
  4. To free developers of dealing with the sorts of exceptions that occur as a result of programming errors or that the program could not be expected to catch dereferencing a null pointer, falling off the end of an array, dividing by zero, and so on, some exceptions are nominated as unchecked exceptions those that derive from

    對于因為編程錯誤而導致的異常,或者是不能期望程序捕獲的異常(解除引用一個空指針,數組越界,除零,等等) ,為了使開發人員免於處理這些異常,一些異常被命名為非檢查型異常(即那些繼承自
  5. The well - known problems of dangling pointers and memory leaks simply do not occur in java programs. java programs can exhibit a form of memory leak, more accurately called unintentional object retention, but this is a different problem

    著名的懸空指針和內存泄漏問題在java程序中再也不會發生了( java程序可能會出現某種形式的內存泄漏,更精確地說是非故意的對象保留,但是這是一個不同的問題) 。
  6. Common coding errors reported by the tool include buffer overrun, un - initialized memory, null pointer dereference, memory and resource leaks

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

    代碼分析工具用於檢測常見的編碼錯誤,例如緩沖區溢出、內存未初始化、空指針取消引用,以及內存和資源泄露。
  8. In c, we make a data structure store data of any type by using void pointers to the data rather than by maintaining private copies of the data in the data structure itself

    在c語言中,我們通過使用空指針,而不是通過維護非公開的數據備份,使數據結構存儲任何類型的數據。
  9. This bug occurs when your software throws a null - pointer exception, a hard - to - diagnose problem, due to the misrepresentation of a recursive datatype

    當您的軟體拋出空指針異常時這個錯誤發生,因為遞歸數據類型的錯誤表示,所以這是個難以診斷的問題。
  10. This compiler option which is not enabled by default activates code analysis that reports potential security issues such as buffer overrun, un - initialized memory, null pointer dereferencing, and memory leaks

    此編譯器選項(默認情況下不啟用)激活代碼分析,此分析報告潛在的安全問題,例如緩沖區溢出、未初始化的內存、空指針取消引用和內存泄漏等。
  11. Note that the host must not throw an elementnameinvalid exception when the name parameter is a null pointer, as a null pointer is a valid argument used to request engine - level data

    請注意,當名稱參數為空指針時,宿主一定不能引發elementnameinvalid異常,因為空指針是用來請求引擎級數據的有效變量。
  12. Who knows how far that null pointer was passed from method to method before it was ever dereferenced

    誰知道空指針在被丟棄前從方法到方法傳遞了多遠?
  13. Symptoms : a code block that uses null pointers as flags for exceptional conditions is signalling a

    癥狀:使用空指針作為異常情況的標志的代碼塊報告
  14. Warning c6308 : realloc may return null pointer : assigning a null pointer to

    警告c6308 : 「 realloc 」可能返回空指針:將空指針賦給
  15. Warning c6308 : realloc may return null pointer : assigning a null pointer to variable, which is passed as an argument to realloc, will cause the original memory block to be leaked

    警告c6308 : 「 realloc 」可能返回空指針:將空指針賦給< variable > (後者將作為參數傳遞給「 realloc 」 )將導致原始內存塊泄漏
  16. There are two major memory - management hazards to avoid in non - garbage - collected languages : memory leaks and dangling pointers

    在非垃圾收集語言中需要避免兩個主要的內存管理危險:內存泄漏和懸空指針
  17. To avoid dangling pointers the dangerous situation where a block of memory is freed but a pointer still references it, you must delete the object only after the last reference is released

    為了避免懸空指針(一種危險的情況,即一塊內存已經被釋放了,而一個還在引用它) ,必須在最後的引用釋放之後才刪除對象。
  18. Often, our efforts to develop robust programs by substituting null pointers for exceptional conditions actually limits control flow to the ordinary paths of method invocation and return, and buries evidence of where an exceptional condition occured

    為開發健壯的程序我們經常用空指針代替異常的情況,但這實際上卻把控制流限制在方法調用和返回的普通方式,同時也隱藏了異常情況發生的跡象。
  19. But you will often see methods that indicate such a condition by returning a null - pointer value and, perhaps, printing a message to

    但是經常看到的方法是通過返回一個空指針值來表明這種情況(以及,可能列印一條消息到
  20. Pointer to variable that receives the completion key value associated with the file handle whose i / o operation has completed. completion key is per - file key that is specified in call to createiocompletionport

    所以在使用這個函數的時候只需要將此處填一相應數據結構的空指針就可以了.上面的解釋只有大家自己擺平了
分享友人