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

蟲蟲首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

ImplementATion-Virtual

  • 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. Pages : 336 Slots : 1

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

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

    上傳用戶:shizhanincc

  • This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in seve

    This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. I ve included the sample code and makefile that I used for the Linux test. The demo, however, was written with Visual C++ 6 on a Windows 2000 platform.

    標(biāo)簽: L. Professor algorithm developed

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

    上傳用戶:gonuiln

  • 每個(gè)C++/C程序通常分為兩個(gè)文件。一個(gè)文件用于保存程序的聲明(declaration)

    每個(gè)C++/C程序通常分為兩個(gè)文件。一個(gè)文件用于保存程序的聲明(declaration),稱為頭文件。另一個(gè)文件用于保存程序的實(shí)現(xiàn)(implementation),稱為定義(definition)文件。 C++/C程序的頭文件以“.h”為后綴,C程序的定義文件以“.c”為后綴,C++程序的定義文件通常以“.cpp”為后綴(也有一些系統(tǒng)以“.cc”或“.cxx”為后綴)

    標(biāo)簽: declaration 程序

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

    上傳用戶:colinal

  • This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer a

    This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several letters from the file to the buffer. Then search the buffer for the longest string that matches the letters just read, and send its length and position in the buffer.

    標(biāo)簽: initiated described modified slightly

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

    上傳用戶:sk5201314

  • UML(統(tǒng)一建模語(yǔ)言)是一個(gè)繪制軟件概念圖的圖形化記法(notation)。人們可以用它繪制圖形

    UML(統(tǒng)一建模語(yǔ)言)是一個(gè)繪制軟件概念圖的圖形化記法(notation)。人們可以用它繪制圖形,用這些圖形來(lái)表示一個(gè)計(jì)劃進(jìn)行的軟件設(shè)計(jì)的問題域,或者用這些圖來(lái)表示一個(gè)已經(jīng)完成的軟件實(shí)現(xiàn)。Fowler(譯者注:著名IT 技術(shù)作家)描述它們時(shí)分成了三種不同的層次:概念層(Conceptual)、規(guī)格說(shuō)明層(Specification)和實(shí)現(xiàn)層(Implementation),我們將細(xì)述后面兩種。

    標(biāo)簽: notation UML 繪制 建模

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

    上傳用戶:zhenyushaw

  • c語(yǔ)言編譯器

    c語(yǔ)言編譯器,跨平臺(tái),4.2版本 lcc version 3.x is described in the book "A Retargetable C Compiler: Design and Implementation" (Addison-Wesley, 1995, ISBN 0-8053-1670-1). There are significant differences between 3.x and 4.x, most notably in the intermediate code. For details, see http://www.research.microsoft.com/~drh/pubs/interface4.pdf.

    標(biāo)簽: c語(yǔ)言 編譯器

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

    上傳用戶:jkhjkh1982

  • c語(yǔ)言編譯器

    c語(yǔ)言編譯器,3.6版本 lcc version 3.x is described in the book "A Retargetable C Compiler: Design and Implementation" (Addison-Wesley, 1995, ISBN 0-8053-1670-1). There are significant differences between 3.x and 4.x, most notably in the intermediate code. For details, see http://www.research.microsoft.com/~drh/pubs/interface4.pdf.

    標(biāo)簽: c語(yǔ)言 編譯器

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

    上傳用戶:小儒尼尼奧

  • 第三方的SQL Server and Sybase的jdbc dirver,速度更快

    第三方的SQL Server and Sybase的jdbc dirver,速度更快,支持回滾(ms 原版不支持)。 Open source JDBC 3.0 Type 4 driver for Microsoft SQL Server (6.5, 7.0, 2000 and 2005) and Sybase. jTDS is the fastest JDBC driver for MS SQL Server and is a complete implementation of the JDBC spec.

    標(biāo)簽: Server Sybase dirver jdbc

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

    上傳用戶:asddsd

  • 使用jsp+my sql構(gòu)成的電子管理系統(tǒng)。能實(shí)現(xiàn)借書

    使用jsp+my sql構(gòu)成的電子管理系統(tǒng)。能實(shí)現(xiàn)借書,日記,激光唱碟,對(duì)在系統(tǒng)中登錄的借用人進(jìn)行管理的電子圖書館。 A web base electronic library that can lends books, journals, CDs, videos to borrowers who are registered in the system, as are the books and magazines. J2EE (JSP, Servlet and JDBC) & MySQL for the implementation.

    標(biāo)簽: jsp sql my 電子管理系統(tǒng)

    上傳時(shí)間: 2015-04-07

    上傳用戶:米卡

  • This little program shows how to use COM technology in Win32Asm. When it s run it lets the user fr

    This little program shows how to use COM technology in Win32Asm. When it s run it lets the user freely decide about the presence of the program with the WS_EX_TOOLWINDOW style on the taskbar. The main goal is to show the easiest possible example instead of killing people with the details about virtual tables, polymorphism, inheritance and using nested macros etc., etc.

    標(biāo)簽: technology program little shows

    上傳時(shí)間: 2015-05-03

    上傳用戶:kernaling

主站蜘蛛池模板: 长治市| 明光市| 瑞丽市| 滨海县| 通渭县| 华蓥市| 化隆| 德化县| 兰溪市| 福建省| 类乌齐县| 龙山县| 灵宝市| 乳山市| 南充市| 仁寿县| 宁河县| 如东县| 广南县| 灵寿县| 万盛区| 来凤县| 边坝县| 常宁市| 台中县| 依安县| 武隆县| 吴旗县| 三原县| 社会| 蒙自县| 杨浦区| 开原市| 小金县| 巨野县| 朝阳区| 隆回县| 临高县| 根河市| 龙胜| 元谋县|