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

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

ImplementATion-Virtual

  • Java 3D 是 Sun 公司開發(fā)的用于客戶端 3D 圖形應(yīng)用編程的一套接口(API)

    Java 3D 是 Sun 公司開發(fā)的用于客戶端 3D 圖形應(yīng)用編程的一套接口(API),無論是游戲開發(fā)、科學(xué)計算,還是MCAD、生物技術(shù),還是虛擬現(xiàn)實(shí)(Virtual Reality)、仿真技術(shù),Java 3D都是很優(yōu)秀的選擇。 本書共分18章,每一章都能自成一體,使你能集中精力解決相關(guān)的問題。

    標(biāo)簽: Java 3D API Sun

    上傳時間: 2013-12-25

    上傳用戶:wangzhen1990

  • JBoss, one of the leading java Open Source groups, integrates and develops these services for a full

    JBoss, one of the leading java Open Source groups, integrates and develops these services for a full J2EE-based implementation. JBoss provides JBossServer, the basic EJB container, and Java Manage Preface 18 Great Events of the Twentieth Centuryment Extension (JMX) infrastructure. It also provides JBossMQ, for JMS messaging, JBossTX, for JTA/JTS transactions, JBossCMP for CMP persistence, JBossSX for JAAS based security, and JBossCX for JCA connectivity. Support for web components, such as servlets and JSP pages, is providedby an abstract integration layer. Implementations of the integration service are provided for third party servlet engines like Tomcat and Jetty. JBoss enables you to mix and match these components through JMX by replacing any component you want with a JMX compliant implementation for the same APIs.

    標(biāo)簽: integrates develops services leading

    上傳時間: 2014-11-03

    上傳用戶:wsf950131

  • eForth is a small portable Forth design for a wide range of microprocessors. This is the first imple

    eForth is a small portable Forth design for a wide range of microprocessors. This is the first implementation for 8086. As machine dependency is consolidated into 31 code words, moving eForth to other CPU s will be much less of a chore comparing to other Forth models.

    標(biāo)簽: microprocessors portable eForth design

    上傳時間: 2014-01-25

    上傳用戶:從此走出陰霾

  • This class implements the same API as the Java 1.3 java.util.TimerTask. * Note that a TimerTask ca

    This class implements the same API as the Java 1.3 java.util.TimerTask. * Note that a TimerTask can only be scheduled on one Timer at a time, but * that this implementation does not enforce that constraint.

    標(biāo)簽: TimerTask implements the class

    上傳時間: 2015-06-10

    上傳用戶:無聊來刷下

  • 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

    上傳時間: 2015-06-22

    上傳用戶:VRMMO

  • Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP

    Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. So just take the IMAP connection pool and convert that to a pool of threads (Copy, paste, find, replace????). Need to make some changes to the pool implementation? Not a very easy task, since the code has been duplicated in many places. Re-inventing source code is not an intelligent approach in an object oriented environment which encourages re-usability. It seems to make more sense to implement a pool that can contain any arbitrary type rather than duplicating code. How does one do that? The answer is to use type parameterization, more commonly referred to as templates.

    標(biāo)簽: connection pool applications program

    上傳時間: 2013-12-25

    上傳用戶:playboys0

  • Linux 虛擬網(wǎng)絡(luò)接口 實(shí)例 In the Linux (or Unix) world, most network interfaces, such as eth0 and ppp0, are a

    Linux 虛擬網(wǎng)絡(luò)接口 實(shí)例 In the Linux (or Unix) world, most network interfaces, such as eth0 and ppp0, are associated with a physical device that is in charge of transmitting and receiving data packets. However, some logical network interfaces don t feature any physical packet transmission. The most well-known examples of these "virtual" interfaces are the shaper and eql interfaces.

    標(biāo)簽: Linux interfaces network world

    上傳時間: 2014-01-11

    上傳用戶:zhangzhenyu

  • This book focuses on combining C++ s power and flexibility with high performance and scalability, r

    This book focuses on combining C++ s power and flexibility with high performance and scalability, resulting in the best of both worlds. Specific topics include temporary objects, memory management, templates, inheritance, virtual functions, inlining, referencecounting, STL, and much more

    標(biāo)簽: flexibility performance scalability and

    上傳時間: 2015-07-02

    上傳用戶:784533221

  • 這是06年4月剛剛完成的程序

    這是06年4月剛剛完成的程序,從opencore.org下載而來。用vhdl語言描寫,以及matlab仿真,testbench,以及在xinlinx上的綜合。 The MDCT core is two dimensional discrete cosine transform implementation designed for use in compression systems like JPEG. Architecture is based on parallel distributed arithmetic with butterfly computation.

    標(biāo)簽: 程序

    上傳時間: 2013-12-16

    上傳用戶:123啊

  • 1. PL/0 語言介紹 ●PL/0 程序設(shè)計語言是一個較簡單的語言

    1. PL/0 語言介紹 ●PL/0 程序設(shè)計語言是一個較簡單的語言,它以賦值語句為基礎(chǔ),構(gòu)造概念有順序、條件和重復(fù)(循環(huán))三種。PL/0 有子程序概念,包括過程定義(可以嵌套)與調(diào)用且有局部變量說明。PL/0語言編譯程序采用以語法分析為核心、一遍掃描的編譯方法。詞法分析和代碼生成作為獨(dú)立的子程序供語法分析程序調(diào)用。語法分析的同時,提供了出錯報告和出錯恢復(fù)的功能。在源程序沒有錯誤編譯通過的情況下,調(diào)用類PCODE解釋程序解釋執(zhí)行生成的類PCODE代碼。 ●保留字(關(guān)鍵字):所謂保留字是指在Pascal語言中具有特定的含義。標(biāo)準(zhǔn)Pascal語言中的保留字一共有35個,Turbo Pascal語言一共有51個。下面是Pascal語言的保留字:AND,ARRAY,BEGIN,CASE,CONST,DIV,DO,DOWNTO,ELSE,END,F(xiàn)ILE,F(xiàn)OR,F(xiàn)UNTION,GOTO,IF,IN,LABEL,MOD,NIL,NOT,OF,OR,PACKED,PROCEDURE,PROGRAM,RECORD,REPEAT,SET,THEN,TO,TYPE,UNTIL,VAR,WHILE,WITH,EXPORTS,SHR,STRING,ASM,OBJECT,UNIT,CONSTRUCTOR,IMPLEMENTATION,DESTRUCTOR,USES,INHERITED,INLINE,INTERFACE,LIBRARY,XOR,SHL

    標(biāo)簽: PL 語言 程序設(shè)計語言

    上傳時間: 2015-07-17

    上傳用戶:zm7516678

主站蜘蛛池模板: 连江县| 蒙山县| 郴州市| 花垣县| 阳原县| 金阳县| 南乐县| 察雅县| 明光市| 凤凰县| 油尖旺区| 肇东市| 新田县| 长海县| 渑池县| 渝北区| 仁寿县| 宁远县| 淄博市| 阳江市| 舞钢市| 获嘉县| 怀仁县| 宁海县| 日照市| 仙居县| 镇原县| 油尖旺区| 来安县| 拜城县| 会宁县| 平昌县| 灵丘县| 南溪县| 延川县| 板桥市| 儋州市| 来安县| 平遥县| 分宜县| 乐清市|