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

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

導(dǎo)航地圖

  • 本書提供用J B u i l d e r開發數據庫應用程序、創建分布式應用程序以及編寫J a v a B e a n 組件的高級資料。它包括下列幾個部分: • 第一部分是“開發數據庫應用

    本書提供用J B u i l d e r開發數據庫應用程序、創建分布式應用程序以及編寫J a v a B e a n 組件的高級資料。它包括下列幾個部分: • 第一部分是“開發數據庫應用程序”,它提供關于使用J b u i l d e r的D a t a E x p r e s s數據 庫體系結構的信息,并解釋原始數據組件和類之間的相互關系,以及怎樣使用它 們來創建你的數據庫應用程序。它還解釋怎樣使用Data Modeler(數據模型器)和 Application Generator(應用程序生成器)創建數據驅動的客戶機/服務器應用程 序。 • 第二部分是“開發分布式應用程序”,它提供關于使用ORB Explorer、用J B u i l d e r 創建多級的分布應用程序、調試分布式應用程序、用J a v a定義C O R B A接口以及 使用s e r v l e t等的信息。 • 第三部分是“創建J a v a B e a n”,它解釋怎樣開發新的J a v a B e a n組件,描述在組件 開發中涉及的任務, 怎樣使用B e a n s E x p r e s s創建新的J a v a B e a n,以及關于屬性、 事件、B e a nIn f o類和其他方面的詳細情況。

    標簽: 8226 數據庫 應用程序

    上傳時間: 2014-01-03

    上傳用戶:wpt

  • Floyd-Warshall算法描述 1)適用范圍: a)APSP(All Pairs Shortest Paths) b)稠密圖效果最佳 c)邊權可正可負 2)算法描述: a)初始化:d

    Floyd-Warshall算法描述 1)適用范圍: a)APSP(All Pairs Shortest Paths) b)稠密圖效果最佳 c)邊權可正可負 2)算法描述: a)初始化:dis[u,v]=w[u,v] b)For k:=1 to n For i:=1 to n For j:=1 to n If dis[i,j]>dis[i,k]+dis[k,j] Then Dis[I,j]:=dis[I,k]+dis[k,j] c)算法結束:dis即為所有點對的最短路徑矩陣 3)算法小結:此算法簡單有效,由于三重循環結構緊湊,對于稠密圖,效率要高于執行|V|次Dijkstra算法。時間復雜度O(n^3)。 考慮下列變形:如(I,j)∈E則dis[I,j]初始為1,else初始為0,這樣的Floyd算法最后的最短路徑矩陣即成為一個判斷I,j是否有通路的矩陣。更簡單的,我們可以把dis設成boolean類型,則每次可以用“dis[I,j]:=dis[I,j]or(dis[I,k]and dis[k,j])”來代替算法描述中的藍色部分,可以更直觀地得到I,j的連通情況。

    標簽: Floyd-Warshall Shortest Pairs Paths

    上傳時間: 2013-12-01

    上傳用戶:dyctj

  • 本設計是一個簡單的行編輯器。它主要能實現五個主要內容: 1、字符的按行錄入及儲存;2、文件內容的顯示;3、文件內容的查找;4、文件內容的替換5、文件的修改。 設計按數標準I/O下文件系統軟件工程

    本設計是一個簡單的行編輯器。它主要能實現五個主要內容: 1、字符的按行錄入及儲存;2、文件內容的顯示;3、文件內容的查找;4、文件內容的替換5、文件的修改。 設計按數標準I/O下文件系統軟件工程的方法進行,系統應具有良好的界面、必要的交互信息和較好的健壯性;醒目美觀的軟件封面。操作人員能快捷簡單地進行操作。

    標簽: 編輯器 字符 儲存 修改

    上傳時間: 2016-02-27

    上傳用戶:朗朗乾坤

  • The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the d

    The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the door to increasing system speed and expansion capabilities. The PCI Local bus moves high speed peripherals from the I/O bus and places them closer to the system’s processor bus, providing faster data transfers between the processor and peripherals. The PCI Local bus also addresses the industry’s need for a bus standard which is not directly dependent on the speed, size and type of system processor. It represents the first microprocessor independent bus offering performance more than adequate for the most demanding applications such as full-motion video.

    標簽: bottleneck developed the concept

    上傳時間: 2014-12-03

    上傳用戶:ikemada

  • The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the d

    The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the door to increasing system speed and expansion capabilities. The PCI Local bus moves high speed peripherals from the I/O bus and places them closer to the system’s processor bus, providing faster data transfers between the processor and peripherals. The PCI Local bus also addresses the industry’s need for a bus standard which is not directly dependent on the speed, size and type of system processor. It represents the first microprocessor independent bus offering performance more than adequate for the most demanding applications such as full-motion video. Hardware reference

    標簽: bottleneck developed the concept

    上傳時間: 2016-03-18

    上傳用戶:極客

  • The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the d

    The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the door to increasing system speed and expansion capabilities. The PCI Local bus moves high speed peripherals from the I/O bus and places them closer to the system’s processor bus, providing faster data transfers between the processor and peripherals. The PCI Local bus also addresses the industry’s need for a bus standard which is not directly dependent on the speed, size and type of system processor. It represents the first microprocessor independent bus offering performance more than adequate for the most demanding applications such as full-motion video. User Manual

    標簽: bottleneck developed the concept

    上傳時間: 2014-01-15

    上傳用戶:努力努力再努力

  • 在學習VxWorks I/O 系統功能的基礎上

    在學習VxWorks I/O 系統功能的基礎上,了解的基本I/O、緩沖I/O 及格式化I/O、文件描述符、標準輸入/輸出/錯誤設備的使用。對VxWorks I/O 系統中常用的API 有較為深入的理解。實踐者對I/O 系統的理解和使用的熟練程度將影響后續實踐環節進行順利與否。通過I/O 系統API 與應用程序交互,能方便地對所調試的系統進行監控,是實時嵌入環境軟硬件開發的主要手段之一。實現終端顯示的秒表。精確到1/10 秒。可鍵盤控制暫停/繼續計時/復位功能。

    標簽: VxWorks

    上傳時間: 2013-12-26

    上傳用戶:haohaoxuexi

  • 實現最優二叉樹的構造;在此基礎上完成哈夫曼編碼器與譯碼器。 假設報文中只會出現如下表所示的字符: 字符 A B C D E F G H I J K L M N 頻度 186 64 13 22

    實現最優二叉樹的構造;在此基礎上完成哈夫曼編碼器與譯碼器。 假設報文中只會出現如下表所示的字符: 字符 A B C D E F G H I J K L M N 頻度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 57 字符 O P Q R S T U V W X Y Z , . 頻度 63 15 1 48 51 80 23 8 18 1 16 1 6 2 要求完成的系統應具備如下的功能: 1.初始化。從終端(文件)讀入字符集的數據信息,。建立哈夫曼樹。 2.編碼:利用已建好的哈夫曼樹對明文文件進行編碼,并存入目標文件(哈夫曼碼文件)。 3.譯碼:利用已建好的哈夫曼樹對目標文件(哈夫曼碼文件)進行編碼,并存入指定的明文文件。 4.輸出哈夫曼編碼文件:輸出每一個字符的哈夫曼編碼。

    標簽: 186 字符 13 64

    上傳時間: 2014-11-23

    上傳用戶:shanml

  • 基于LPC2210 的ZLG/CF 驅動使用. CF 卡有PC 卡I/O、MEMORY 及True IDE 等3 種模式

    基于LPC2210 的ZLG/CF 驅動使用. CF 卡有PC 卡I/O、MEMORY 及True IDE 等3 種模式,而True IDE 模式兼容IDE 硬 盤,該模式比其它的兩種模式更實用,是3 種模式中使用較多的一種。本節中描述CF 卡在 True IDE 模式下的應用。 使用LPC2210 的通用可編程I/O 口,模擬產生ATA 設備的讀寫時序,實現對CF 卡及 IDE 硬盤等ATA 設備讀寫操作。使用LPC2210 的GPIO 功能,可以非常靈活而簡單地實現 ATA 讀寫時序。

    標簽: MEMORY 2210 CF True

    上傳時間: 2016-05-18

    上傳用戶:海陸空653

  • C51實用程序(45個) I/O、定時器、中斷、看門狗、計數器、軟件AD、VB串口、93c06驅動、24c02系列驅動、7219、20045、軟件陷阱、串口中斷、碼值轉換、AVR通訊、IIC、D

    C51實用程序(45個) I/O、定時器、中斷、看門狗、計數器、軟件AD、VB串口、93c06驅動、24c02系列驅動、7219、20045、軟件陷阱、串口中斷、碼值轉換、AVR通訊、IIC、DS1302、DS1820、SPI、1602、12232、12864、T6963、1330、PC鍵、鍵盤輸入法、智能化、飛機游戲、貪吃蛇、多級菜單實例等

    標簽: 93c06 24c02 20045 7219

    上傳時間: 2016-06-17

    上傳用戶:hasan2015

主站蜘蛛池模板: 雅江县| 马山县| 舒兰市| 湖口县| 轮台县| 蛟河市| 方山县| 肇庆市| 绥中县| 忻州市| 巴东县| 乡宁县| 肥西县| 芦山县| 嘉峪关市| 太保市| 茂名市| 新龙县| 永顺县| 延川县| 江油市| 卫辉市| 樟树市| 沈阳市| 六盘水市| 镇远县| 武夷山市| 成武县| 曲阳县| 随州市| 通辽市| 襄城县| 怀宁县| 华宁县| 深圳市| 柳林县| 武功县| 彰化县| 深州市| 临夏县| 迭部县|