c standard library 中文意思是什麼

c standard library 解釋
c標準函式庫
  • c :
  • standard : n 1 標準,水準,規格,模範。2 旗;軍旗,隊旗;【徽章】標幟,標記;旗標,象徵。3 【植物;植物學】...
  • library : n. 1. 圖書館,圖庫;藏書樓;藏書。2. 叢書,文庫。
  1. The protocol specifies the definition of inter - library loan service working on c / s mode. by means of 21 apdu messages defined in this protocol and standard encode / decode rule, we can realize the resource sharing between different libraries. this article advances a set of solution scheme for the implementation of inter - library loan on the internet environment, and gives some discussion about the key elements for the implementation which includes the process of apdu, the computer descriptions of asn. l syntax, the ber coding rules and the design for supporting db etc. the exact method and program for implementation of inter - library loan are also presented in the article

    本文在詳細分析和研究館際互借協議內容和工作原理基礎上,根據我國圖書館目前的實際情況,給出了在internet環境下實現館際互借服務的解決方案,論述了基於windows2000操作系統下開發館際互借軟體的具體思路,討論了實現該協議的一些關鍵問題,包括apdu的處理, asn . 1抽象語法表示、 ber編碼規則、數據庫設計等,並給出了具體的解決方法和實現程序。
  2. Pragma have no effect on standard c library routines ; they affect only the functions you compile

    雜注對標準c庫常式沒有影響;它們隻影響您編譯的函數。
  3. C + + became a better language through standardization and acquired a standard library of surprising expressive power

    通過標準化, c + +變得更好了,還獲得了有著驚人表達力的標準庫。
  4. The 00 ( object - oriented ) technique of standard template library with ansi / iso c + + is used in designing the program, and the dynamic access mechanism and the startup with zero content are realized by using the specialization and inheritance object of vector template class as the data container which can change the content itself according to the number of discretization node data of a computing practicality. so, the fact that the use of the static ems memory which is not necessary is avoided

    在設計面向對象有限元程序中運用了基於ansi isoc + +標準模板庫( stl )的技術,以向量模板類的特化繼承對象為變容量數據容器,實現了可按計算實例的離散結點數量動態存取數據的機制和數據容器的零容量啟動,從而避免了運算時系統對靜態內存空間的超量佔用。
  5. The standard c library is a set of header files

    標準c + +庫是一組頭文件。在
  6. Method in the c standard library

    方法與c標準庫中的
  7. The device version of the standard c library does not support the following headers

    標準c + +庫的設備版本不支持下列標頭:
  8. Details of the iostream implementation have changed, and it may be necessary to rewrite parts of your code that use iostream if you want to link with the standard c library

    Iostream實現的具體細節已經更改,如果想鏈接標準c + +庫,可能有必要重寫代碼中使用iostream的部分。
  9. The standard c library now has support to detect incorrect iterator use

    標準c + +庫現支持對迭代器的錯誤使用進行檢測。
  10. The implementation provides definitions for standard library entities, as necessary, while combining translation units to form a complete c + + program ( 2. 1 )

    當將翻譯單元合併成完整c + +程序( 2 . 1 )時,實現應該根據需要提供標準庫實體的定義。
  11. Connecting with system booting, this thesis introduces network booting and nfs file system. connecting with kernel cutting, using modularized programming and loadable kernel module mechanism of linux, i give some rules that decide what module will be compiled in the kernel. connecting with file system cutting, elf object file, dynamic and static link, standard c library and busybox concept have been used

    利用網卡的bootrom從網路主機進行系統加載, nfs文件系統的應用也為系統調試帶來極大的便利;通過可加載內核模塊機制進行最小內核的定製,提出內核模塊選擇的基本原則;在最小文件系統的設計上,論文採用了busybox思想使得系統不存在冗餘文件,對標準c庫進行版本選擇、 elf目標文件冗餘去除、動態鏈接和靜態鏈接選擇方案等技術來達到系統中每個文件都最精簡。
  12. Security basics secure c runtime standard c library security improvements more

    安全性基礎知識保證c運行時( crt )的安全標準c + +庫安全改進更多信息
  13. The names defined in the library have namespace scope ( 7. 3 ). a c + + translation unit ( 2. 1 ) obtains access to these names by including the appropriate standard library header ( 16. 2 )

    在標準庫中定義的名字具有名字空間作用域( 7 . 3 ) 。 c + +編譯單元( 2 . 1 )可通過包含相應的標準庫頭文件( 16 . 2 )來獲取訪問這些名字的能力。
  14. Standard c library reference for devices

    設備的標準c + +庫參考
  15. This includes the industry - standard active template library, the microsoft foundation class libraries, and standard libraries such as the standard c library, and the c runtime library, which has been extended to provide security enhanced alternatives to functions known to pose security issues

    其中包括行業標準活動模板庫( atl ) 、 microsoft基礎類( mfc )庫,以及各種標準庫,如標準c + +庫和c運行時庫( crt ) (該庫已得到擴展,可以向引起安全問題的已知函數提供安全增強替代項) 。
  16. The following list describes behavior in the new standard c iostream library that differs from behavior in the old iostream library

    下表描述新的標準c + + iostream庫不同於舊iostream庫的行為。
  17. All this opening shows an oddity of the standard c io library : there s no standard way to use

    整個這個打開文件的方法展示出了標準的c io庫的一個奇特之處:沒有標準的方法來指定o _ excl選項使用
  18. Most modern c standard libraries, like the libc library running the bsds and the glibc running gnu linux systems, have the posix locale mechanism built in

    大多數當代c標準庫,如運行在bds上的libc庫和運行在gnu / linux系統上的glibc ,都內建了posix locale機制。
  19. The message text returned by raiserror can be built using string substitution functionality similar to the printf function of the c standard library, whereas print can only return a character string or character expression

    Raiserror所返回的消息正文可以使用類似於c標準庫中的printf函數的字元串替換功能來生成,然而print只能返回字元串或字元表達式。
  20. Stdio. h is the header for the c standard i o library

    Stdio . h是c標準輸入輸出庫的頭文件。
分享友人