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

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

dB-Libray

  • 應(yīng)用程序和示例代碼是針對(duì)一個(gè)環(huán)境

    應(yīng)用程序和示例代碼是針對(duì)一個(gè)環(huán)境,其中包括JBoss的4.0.x版( www.jboss.org ) , Apache的德比10.0.2.1 ( db.apache.org /德比郡)和SMTP服務(wù)器。因此您將需要這些應(yīng)用程序安裝和配置。見附錄A的配置Apache的德比為4.0.x和附錄B和第10章配置的JBoss 。

    標(biāo)簽: 應(yīng)用程序 代碼 環(huán)境

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

    上傳用戶:許小華

  • Derby database can be used to connect a database offline.These plugins can be used in Eclipse to con

    Derby database can be used to connect a database offline.These plugins can be used in Eclipse to connect DB offline

    標(biāo)簽: database used can Eclipse

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

    上傳用戶:pinksun9

  • 除了畫面檢出的數(shù)據(jù)生成Excel報(bào)表外

    除了畫面檢出的數(shù)據(jù)生成Excel報(bào)表外,還需要通過修改Excel報(bào)表上傳來更新DB的數(shù)據(jù),客戶指定要求使用POI來控制Excel

    標(biāo)簽: Excel 畫面 數(shù)據(jù) 報(bào)表

    上傳時(shí)間: 2017-06-23

    上傳用戶:frank1234

  • linux下的日程表開發(fā)

    linux下的日程表開發(fā),提供記錄,日程安排提醒等功能,主要由時(shí)間控制等相關(guān)函數(shù),需要db支持

    標(biāo)簽: linux

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

    上傳用戶:牧羊人8920

  • 這是用elipes平臺(tái)開發(fā)的java編程實(shí)例,數(shù)據(jù)庫用access .若想用elipes軟件加以開發(fā)只要連接該數(shù)據(jù)庫即可.數(shù)據(jù)庫連接步驟如下:"開始"-"設(shè)置"-"控制面板"-"管理工具"-"數(shù)據(jù)源"

    這是用elipes平臺(tái)開發(fā)的java編程實(shí)例,數(shù)據(jù)庫用access .若想用elipes軟件加以開發(fā)只要連接該數(shù)據(jù)庫即可.數(shù)據(jù)庫連接步驟如下:"開始"-"設(shè)置"-"控制面板"-"管理工具"-"數(shù)據(jù)源"-"系統(tǒng)DSN"-"添加"-"Microsoft Access Driver(*.db)"-"完成"-"選擇(s)…"-(找到此文件的數(shù)據(jù)庫放置的位置,在左框里會(huì)顯示數(shù)據(jù)庫的名字,并點(diǎn)擊該數(shù)據(jù)庫名字,"確定")-在數(shù)據(jù)源名里填寫該數(shù)據(jù)庫名字后點(diǎn)"確定"-"確定"數(shù)據(jù)庫就連接好了.數(shù)據(jù)庫就可以在elipes中操作.該工程功能較為齊全,可做為畢業(yè)java實(shí)例設(shè)計(jì).

    標(biāo)簽: elipes access java 數(shù)據(jù)庫

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

    上傳用戶:BIBI

  • 用戶管理系統(tǒng)

    用戶管理系統(tǒng),可以從文件中讀取,也可以從數(shù)組中讀取。DB的讀取方式?jīng)]寫全

    標(biāo)簽: 用戶管理系統(tǒng)

    上傳時(shí)間: 2017-07-27

    上傳用戶:kbnswdifs

  • Java Application using EJB 3.0 for renting a car - Entities : Car, User, Renting Business Logic. Ne

    Java Application using EJB 3.0 for renting a car - Entities : Car, User, Renting Business Logic. Needs Glassfish v2, mysql DB

    標(biāo)簽: Application Business Entities Renting

    上傳時(shí)間: 2017-07-27

    上傳用戶:aa17807091

  • 網(wǎng)上書店系統(tǒng)

    網(wǎng)上書店系統(tǒng),代碼全1、本系統(tǒng)在 Windows 2003 Server/Windows xp professinal sp2 VS.NET2005 SQLServer2005 環(huán)境下調(diào)試通過 2、文件夾.MyBookShop\DB\下為系統(tǒng)所需要的數(shù)據(jù)庫,請(qǐng)?jiān)赟QLServer2005下附加即可。 3、log4net文件夾為log4net源代碼。 網(wǎng)上書店管理系統(tǒng),C#源代碼,有很好的參考價(jià)值,文件夾.MyBookShop\DB\下為系統(tǒng)所需要的數(shù)據(jù)庫,請(qǐng)?jiān)赟QLServer2005下附加即可

    標(biāo)簽:

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

    上傳用戶:eclipse

  • 16進(jìn)制轉(zhuǎn)十進(jìn)制

    DATAS SEGMENT w dw 0 keybuf db 255      db 0      db 255 dup(0)      ;定義鍵盤輸入需要的緩沖區(qū) DATAS ENDS STACKS SEGMENT db 200 dup(?) STACKS ENDS CODES SEGMENT ASSUME CS:CODES,DS:DATAS,SS:STACKS START: MOV AX,DATAS MOV DS,AX mov dx,offset keybuf     ;用0a號(hào)功能,輸入一個(gè)字符串 mov ah,0ah               ;用回車結(jié)束 int 21h mov dl,0ah               ;再進(jìn)行換行,以便在下一行顯示轉(zhuǎn)換后的字符串  mov ah,2     int 21h ;  push ax ;   push dx ;      mov dl,cl ;     mov ah,02 ;     int 21h   ;   pop dx ;  pop ax mov bx,offset keybuf+1   ;取出字符串的字符個(gè)數(shù),作為循環(huán)的次數(shù) mov cl,[bx] mov ch,0     mov ax,0             again:  inc bx mov ax,[w] push bx mov bx,16 mul bx pop bx            ;是小寫字母,則轉(zhuǎn)換為大寫字母 mov [w],ax mov dl,[bx]             ;取出一個(gè)字符, cmp dl,'9' jbe lab1 cmp dl,'F' jbe lab2 sub dl,32 lab2: sub dl ,07h lab1:  sub dl,30h add [w],dx  loop again   mov ax,[w]  mov bx,-1 push bx mov bx,10 lab3 :mov dx,0 div bx  push dx cmp ax,0 jnz lab3 lab5: pop dx cmp dx,-1 jz lab4 add dl,30h mov ah,02 int 21h        jmp  lab5            ;循環(huán),處理完整個(gè)字符串 lab4:  MOV AH,4CH INT 21H CODES ENDS END START

    標(biāo)簽: 匯編

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

    上傳用戶:wcc0310

  • tas3204

    The TAS3204 is a highly-integrated audio system-on-chip (SOC) consisting of a fully-programmable, 48-bit digital audio processor, a 3:1 stereo analog input MUX, four ADCs, four DACs, and other analog functionality. The TAS3204 is programmable with the graphical PurePath Studio? suite of DSP code development software. PurePath Studio is a highly intuitive, drag-and-drop environment that minimizes software development effort while allowing the end user to utilize the power and flexibility of the TAS3204’s digital audio processing core. TAS3204 processing capability includes speaker equalization and crossover, volume/bass/treble control, signal mixing/MUXing/splitting, delay compensation, dynamic range compression, and many other basic audio functions. Audio functions such as matrix decoding, stereo widening, surround sound virtualization and psychoacoustic bass boost are also available with either third-party or TI royalty-free algorithms. The TAS3204 contains a custom-designed, fully-programmable 135-MHz, 48-bit digital audio processor. A 76-bit accumulator ensures that the high precision necessary for quality digital audio is maintained during arithmetic operations. Four differential 102 dB DNR ADCs and four differential 105 dB DNR DACs ensure that high quality audio is maintained through the whole signal chain as well as increasing robustness against noise sources such as TDMA interference. The TAS3204 is composed of eight functional blocks: Clocking System Digital Audio Interface Analog Audio Interface Power supply Clocks, digital PLL I2C control interface 8051 MCUcontroller Audio DSP – digital audio processing 特性 Digital Audio Processor Fully Programmable With the Graphical, Drag-and-Drop PurePath Studio? Software Development Environment 135-MHz Operation 48-Bit Data Path With 76-Bit Accumulator Hardware Single-Cycle Multiplier (28 × 48)

    標(biāo)簽: 3204 tas

    上傳時(shí)間: 2016-05-06

    上傳用戶:fagong

主站蜘蛛池模板: 怀柔区| 日喀则市| 平谷区| 高淳县| 威海市| 洛南县| 互助| 辽阳市| 怀集县| 敦煌市| 曲水县| 资阳市| 邵阳市| 屏边| 外汇| 南丹县| 五常市| 遂溪县| 米易县| 安宁市| 丰都县| 南木林县| 涞源县| 和硕县| 洞头县| 壤塘县| 庆阳市| 信阳市| 永胜县| 栾川县| 灵川县| 石渠县| 房产| 靖边县| 神木县| 甘洛县| 达尔| 合川市| 腾冲县| 桓台县| 保康县|