含t h r e a d x,u c o s 的b s p
標(biāo)簽:
上傳時(shí)間: 2015-06-29
上傳用戶:xfbs821
Program main BIOS image | | /B - Program Boot Block | | /N - Program NVRAM | | /C - Destroy CMOS checksum | | /E - Program Embedded Controller Block | | /K - Program all non-critical blocks | | /Kn - Program n th non-critical block only(n=0-7) | | /Q - Silent execution | | /REBOOT - Reboot after programming | | /X - Don t Check ROM ID | | /S - Display current system s ROMID | | /Ln - Load CMOS defaults
標(biāo)簽: Program Destroy Block NVRAM
上傳時(shí)間: 2016-07-26
上傳用戶:wfl_yy
基于U S B和L a b V IE W的 E C U自動(dòng)檢測(cè)系統(tǒng)的設(shè)計(jì)
標(biāo)簽: IE 自動(dòng)檢測(cè)系統(tǒng)
上傳時(shí)間: 2014-01-26
上傳用戶:as275944189
重點(diǎn)介紹了C + + B u i l d e r集成開(kāi)發(fā)環(huán)境,以便讀者在創(chuàng)建應(yīng)用程序時(shí)能充分利用其強(qiáng)大的功能,從而達(dá)到事半功倍的效果。
標(biāo)簽: 集成開(kāi)發(fā)環(huán)境
上傳時(shí)間: 2013-12-25
上傳用戶:zsjzc
本書提供用J B u i l d e r開(kāi)發(fā)數(shù)據(jù)庫(kù)應(yīng)用程序、創(chuàng)建分布式應(yīng)用程序以及編寫J a v a B e a n 組件的高級(jí)資料。它包括下列幾個(gè)部分: • 第一部分是“開(kāi)發(fā)數(shù)據(jù)庫(kù)應(yīng)用程序”,它提供關(guān)于使用J b u i l d e r的D a t a E x p r e s s數(shù)據(jù) 庫(kù)體系結(jié)構(gòu)的信息,并解釋原始數(shù)據(jù)組件和類之間的相互關(guān)系,以及怎樣使用它 們來(lái)創(chuàng)建你的數(shù)據(jù)庫(kù)應(yīng)用程序。它還解釋怎樣使用Data Modeler(數(shù)據(jù)模型器)和 Application Generator(應(yīng)用程序生成器)創(chuàng)建數(shù)據(jù)驅(qū)動(dòng)的客戶機(jī)/服務(wù)器應(yīng)用程 序。 • 第二部分是“開(kāi)發(fā)分布式應(yīng)用程序”,它提供關(guān)于使用ORB Explorer、用J B u i l d e r 創(chuàng)建多級(jí)的分布應(yīng)用程序、調(diào)試分布式應(yīng)用程序、用J a v a定義C O R B A接口以及 使用s e r v l e t等的信息。 • 第三部分是“創(chuàng)建J a v a B e a n”,它解釋怎樣開(kāi)發(fā)新的J a v a B e a n組件,描述在組件 開(kāi)發(fā)中涉及的任務(wù), 怎樣使用B e a n s E x p r e s s創(chuàng)建新的J a v a B e a n,以及關(guān)于屬性、 事件、B e a nIn f o類和其他方面的詳細(xì)情況。
標(biāo)簽: 8226 數(shù)據(jù)庫(kù) 應(yīng)用程序 分
上傳時(shí)間: 2014-01-03
上傳用戶:wpt
介紹一個(gè)基于U S B 2 . 0 接口和D S P 的高速數(shù)據(jù)采集處理系統(tǒng)的工作原理設(shè)計(jì)及實(shí)現(xiàn)該高速數(shù)據(jù) 采集處理系統(tǒng)采用TI 公司的TMS320C6000 數(shù)字信號(hào)處理器和Cypress 公司的USB2.0 接口芯片可 以實(shí)現(xiàn)高速采集和實(shí)時(shí)處理有著廣泛的應(yīng)用前景
標(biāo)簽: Cypress C6000 320C 6000
上傳時(shí)間: 2013-11-27
上傳用戶:koulian
%直接型到并聯(lián)型的轉(zhuǎn)換 % %[C,B,A]=dir2par(b,a) %C為當(dāng)b的長(zhǎng)度大于a時(shí)的多項(xiàng)式部分 %B為包含各bk的K乘2維實(shí)系數(shù)矩陣 %A為包含各ak的K乘3維實(shí)系數(shù)矩陣 %b為直接型分子多項(xiàng)式系數(shù) %a為直接型分母多項(xiàng)式系數(shù) %
上傳時(shí)間: 2014-01-20
上傳用戶:lizhen9880
8051單片機(jī)C語(yǔ)言控制與應(yīng)用nand flash啟動(dòng)u-boot源碼
標(biāo)簽: u-boot flash 8051 nand
上傳時(shí)間: 2014-01-19
上傳用戶:dsgkjgkjg
About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases. Release focus: Major feature enhancements Changes: This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download. Author: cruppstahl
標(biāo)簽: C. hamsterdb structure database
上傳時(shí)間: 2013-12-11
上傳用戶:LouieWu
c語(yǔ)言編寫的B+樹,可實(shí)現(xiàn)樹的構(gòu)造和記錄查找。
上傳時(shí)間: 2016-03-27
上傳用戶:朗朗乾坤
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1