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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

finITe-size

  • 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).

    標(biāo)簽: multiplication Implement matrices matrix

    上傳時(shí)間: 2014-08-30

    上傳用戶(hù):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

    標(biāo)簽: Multi-languages installation WebSphere WebLogic

    上傳時(shí)間: 2014-01-03

    上傳用戶(hù):懶龍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.

    標(biāo)簽: application Services reduce shows

    上傳時(shí)間: 2014-11-02

    上傳用戶(hù):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.

    標(biāo)簽: application Services reduce shows

    上傳時(shí)間: 2013-12-06

    上傳用戶(hù):我們的船長(zhǎng)

  • * 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.

    標(biāo)簽: Arguments Function Replace oldstr

    上傳時(shí)間: 2014-12-20

    上傳用戶(hù):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下,可以通過(guò)設(shè)置黑色的輸出類(lèi)型來(lái)控制輸出 * 在color mode下,可以通過(guò)設(shè)置各個(gè)顏色的輸出類(lèi)型來(lái)控制輸出,7種 顏色以外的顏色都作為黑色來(lái)識(shí)別 * 在輸出多頁(yè)文件時(shí),可以分別指定每頁(yè)的輸出文件名,也可以使用自動(dòng) 添加頁(yè)號(hào)的功能 ... Known Problems ============== Developer Notes =============== * 在windows ddk 命令行環(huán)境下編譯 參考步驟: 1. 將W2kPrintDrv解壓至DDK安裝目錄 2. 執(zhí)行“開(kāi)始”菜單->Developement Kits->Windows 2000 DDK->Checked Build Enviroment 3. 在命令行環(huán)境輸入 > cd W2kPrintDrv > build Author ====== terrificskyfox <terrificskyfox@yahoo.com.cn>

    標(biāo)簽: W2kPrintDrvSample directions landscape portrait

    上傳時(shí)間: 2015-06-11

    上傳用戶(hù):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.

    標(biāo)簽: programmers introduces embedded include

    上傳時(shí)間: 2015-06-22

    上傳用戶(hù):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.

    標(biāo)簽: version documentation intended rewrite

    上傳時(shí)間: 2015-06-28

    上傳用戶(hù):qiao8960

  • 開(kāi)發(fā)一個(gè)OS

    開(kāi)發(fā)一個(gè)OS,盡管絕大部分代碼只需要用C/C++等高級(jí)語(yǔ)言就可以了,但至少和硬件相關(guān)部分的代碼需要使用匯編語(yǔ)言,另外,由于啟動(dòng)部分的代碼有大小限制,使用精練的匯編可以縮小目標(biāo)代碼的Size

    標(biāo)簽:

    上傳時(shí)間: 2013-12-13

    上傳用戶(hù):bruce

  • Metalog is a modern replacement for syslogd and klogd. The logged messages can be dispatched accord

    Metalog is a modern replacement for syslogd and klogd. The logged messages can be dispatched according to their facility, urgency, program name and/or Perl-compatible regular expressions. Log files can be automatically rotated when they exceed a certain size or age. External shell scripts (e.g., mail) can be launched when specific patterns are found. Metalog is easier to configure than syslogd and syslog-ng, accepts unlimited number of rules and has (switchable) memory bufferization for maximal performance.

    標(biāo)簽: replacement dispatched messages Metalog

    上傳時(shí)間: 2014-01-03

    上傳用戶(hù):腳趾頭

主站蜘蛛池模板: 科技| 佳木斯市| 德格县| 河源市| 耒阳市| 杂多县| 巴马| 莱芜市| 定西市| 屏东市| 阿克苏市| 伊吾县| 夏邑县| 巴楚县| 遂宁市| 杭锦后旗| 五华县| 玉山县| 天水市| 淄博市| 苍溪县| 蒲城县| 杭锦旗| 曲松县| 阳原县| 潮州市| 乐都县| 临猗县| 安吉县| 沐川县| 甘泉县| 道孚县| 三河市| 丰台区| 西林县| 香河县| 尉氏县| 洛扎县| 高清| 娄烦县| 青河县|