亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

size

  • 在C語言中

    在C語言中,可以用keep ( )函數將程序駐留內存。這個函數有兩個參數:status和sizesize為駐留內存長度,可以用size=_SS+_SP/16-_psp得到,當然這也是一種估算的方法,并不是精確值。函數執行完以后,出口狀態信息保存在status中。比如,對于上面的例子,將“geninterrupt (0x60) ”改寫成“keep(0,_SS+_SP/16-_psp) ”后再執行程序,這一段程序就被駐留,此后在其它的任何軟件或程序設計中,只要用到了60H號中斷,就會在屏幕上顯示“This is an example!”的字樣。要恢復系統對60H號中斷的定義,只能重新啟動計算機。

    標簽: C語言

    上傳時間: 2015-05-01

    上傳用戶:yd19890720

  • ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and pri

    ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file. • Assume a file with correct data (no garbage, characters, etc.). • you must check and provide appropriate execution for 2 extra cases, namely when the matrix size given is either “0” , or when the size is greater than the maximum handled of “5” . In these 2 cases you must implement the following behaviour: o If size = 0, then print a message “size = 0 is unacceptable” and continue by reading the next size for the next 2 matrices (if not end of file). o If size >5, then print two messages: “size is too big - unacceptable”. Then read and discard the next (size2 ) integers and continue by reading the next size for the next 2 matrices (if not end of file).

    標簽: multiplication Implement matrices matrix

    上傳時間: 2014-08-30

    上傳用戶:dsgkjgkjg

  • Easy installation Support servers like Tomcat, Resin, WebSphere, WebLogic etc. Multi-languages(E

    Easy installation Support servers like Tomcat, Resin, WebSphere, WebLogic etc. Multi-languages(English/Chinese...) Support RSS 2.0 RSS syndication Unlimited XML news source Customizable fetch time interval Customizable max entry count Customizable max content size

    標簽: Multi-languages installation WebSphere WebLogic

    上傳時間: 2014-01-03

    上傳用戶:懶龍1988

  • This zip file shows the use ROM Services in order to speed up an application and reduce its code siz

    This zip file shows the use ROM Services in order to speed up an application and reduce its code size. It shows how to open services such as ROM Entry, Xmodem and DataFlash and how to simply use their methods. Includes main.html file for help.

    標簽: application Services reduce shows

    上傳時間: 2014-11-02

    上傳用戶:66666

  • This zip file shows the use ROM Services in order to speed up an application and reduce its code siz

    This zip file shows the use ROM Services in order to speed up an application and reduce its code size. It shows how to load a method of the Xmodem service and obtain a first level bootloader. Includes main.html file for help.

    標簽: application Services reduce shows

    上傳時間: 2013-12-06

    上傳用戶:我們的船長

  • * Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcst

    * Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcstr * oldstr * newstr * OUT : * srcstr * Return: * 1. If find and replace one oldstr with newstr in srcstr , return 1 * 2. If find no oldstr in srcstr , return 0 * 3. If error (malloc return NULL) return -1 * Notes: * 1. srcstr should be large size enough.

    標簽: Arguments Function Replace oldstr

    上傳時間: 2014-12-20

    上傳用戶:Yukiseop

  • W2kPrintDrvSample Feature ======= * Support two page directions, portrait and landscape * Sup

    W2kPrintDrvSample Feature ======= * Support two page directions, portrait and landscape * Support just one page size, A4 * Support two resolutions, 200 x 200 and 100 x 100 dpi * Support two color mode, color(24bpp) and monochrom * Support halftoning in monochromatic mode * Support color identifying(7 colors) * Support type identifying(3 types) ... Usage ===== * 在monochromatic mode下,可以通過設置黑色的輸出類型來控制輸出 * 在color mode下,可以通過設置各個顏色的輸出類型來控制輸出,7種 顏色以外的顏色都作為黑色來識別 * 在輸出多頁文件時,可以分別指定每頁的輸出文件名,也可以使用自動 添加頁號的功能 ... Known Problems ============== Developer Notes =============== * 在windows ddk 命令行環境下編譯 參考步驟: 1. 將W2kPrintDrv解壓至DDK安裝目錄 2. 執行“開始”菜單->Developement Kits->Windows 2000 DDK->Checked Build Enviroment 3. 在命令行環境輸入 > cd W2kPrintDrv > build Author ====== terrificskyfox <terrificskyfox@yahoo.com.cn>

    標簽: W2kPrintDrvSample directions landscape portrait

    上傳時間: 2015-06-11

    上傳用戶:GHF

  • This book introduces embedded systems to C and C++ programmers. Topics include testing memory device

    This book introduces embedded systems to C and C++ programmers. Topics include testing memory devices, writing and erasing Flash memory, verifying nonvolatile memory contents, controlling on-chip peripherals, device driver design and implementation, optimizing embedded code for size and speed, and making the most of C++ without a performance penalty.

    標簽: programmers introduces embedded include

    上傳時間: 2015-06-22

    上傳用戶:VRMMO

  • This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the

    This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the previous version, 1.2). Improvements in this new version includes: This new version allows the programmer to not use Delphi heavy units which will greatly reduce the size of the final executable. Read more about this feature here. Most, if not all, Portable Network Graphics features as CRC checking are now fully performed. Error on broken images are now better handled using new exception classes. The images may be saved using interlaced mode also. Transparency information won t be discarted after the image is loaded any more. Most of the images are decoded much faster now. The images will be better encoded using fresh new algorithms. IMPORTANT! Now transparency information is used to display images.

    標簽: version documentation intended rewrite

    上傳時間: 2015-06-28

    上傳用戶:qiao8960

  • 開發一個OS

    開發一個OS,盡管絕大部分代碼只需要用C/C++等高級語言就可以了,但至少和硬件相關部分的代碼需要使用匯編語言,另外,由于啟動部分的代碼有大小限制,使用精練的匯編可以縮小目標代碼的size

    標簽:

    上傳時間: 2013-12-13

    上傳用戶:bruce

主站蜘蛛池模板: 陆川县| 阿瓦提县| 囊谦县| 山东| 辽中县| 定日县| 新巴尔虎右旗| 博爱县| 台北市| 荃湾区| 揭西县| 泸定县| 吴桥县| 乐亭县| 玉溪市| 惠东县| 湄潭县| 永州市| 太仓市| 眉山市| 永嘉县| 昂仁县| 响水县| 信丰县| 古蔺县| 凤山市| 思南县| 林州市| 青阳县| 青神县| 庆元县| 孟村| 仪陇县| 永修县| 南和县| 分宜县| 安陆市| 海原县| 台湾省| 伊吾县| 保定市|