采用ATMEL公司的AT89C51單片機為核心,實現對交通燈的控制。并擴展了紅綠燈的倒計時功能,具有實用性。文中詳細描述了程序設計原理及過程,首先進行程序的編寫,通過達愛思集團的DAIS-596H高級組合仿真開發系統并連接國防科大實驗板,多次調試運行得到滿意結果后,用啟東市英賽特計算機廠的RP-3000通用編程器將程序固化到AT89C51芯片上,由其完成控制功能。
上傳時間: 2017-08-12
上傳用戶:dapangxie
JBoss Drools規則引擎,參考了網上的一個例子,自己寫的股票業務小程序,有待進一步提高!詳細比網上的那個例子好理解多了。
上傳時間: 2017-08-13
上傳用戶:yyyyyyyyyy
> 該系統包括伯樂股市系統主程序/服務器端程序/系統數據庫支持引擎/GTK > 可在單進程的模式下實現基于TCP/IP的網絡數據傳輸 > 支持分時線顯示 > 支持股票明細數據,分筆成交數據顯示 > 支持數據庫MYSQL > 內含指標函數庫,能完成一般指標的編寫 > 內含配置庫讀寫函數,完成對系統參數的讀寫
上傳時間: 2017-08-13
上傳用戶:daguda
實現了簡單的MFC界面,體現了在股票市場中,要把整個形勢用圖形描畫出來,更形象、生動。
標簽: MFC
上傳時間: 2013-12-22
上傳用戶:tfyt
This manual describes SAMSUNG s S3C2410X 16/32-bit RISC microprocessor. This product is designed to provide hand-held devices and general applications with cost-effective, low-power, and high-performance microcontroller solution in small die size. To reduce total system cost, the S3C2410X includes the following components separate 16KB Instruction and 16KB Data Cache, MMU to handle virtual memory management, LCD Controller (STN & TFT), NAND Flash Boot Loader, System Manager (chip select logic and SDRAM Controller), 3-ch UART, 4-ch DMA, 4-ch Timers with PWM, I/O Ports, RTC, 8-ch 10-bit ADC and Touch Screen Interface, IIC-BUS Interface, IIS-BUS Interface, USB Host, USB Device, SD Host & Multi-Media Card Interface, 2-ch SPI and PLL for clock generation.
標簽: This microprocessor describes S3C2410X
上傳時間: 2014-01-11
上傳用戶:shizhanincc
51單片機程序下載器的原理圖,市場上的ISP下載線很貴,可以的話,可以自己動手自己做一個。
上傳時間: 2017-09-20
上傳用戶:1159797854
DATAS SEGMENT w dw 0 keybuf db 255 db 0 db 255 dup(0) ;定義鍵盤輸入需要的緩沖區 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號功能,輸入一個字符串 mov ah,0ah ;用回車結束 int 21h mov dl,0ah ;再進行換行,以便在下一行顯示轉換后的字符串 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 ;取出字符串的字符個數,作為循環的次數 mov cl,[bx] mov ch,0 mov ax,0 again: inc bx mov ax,[w] push bx mov bx,16 mul bx pop bx ;是小寫字母,則轉換為大寫字母 mov [w],ax mov dl,[bx] ;取出一個字符, 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 ;循環,處理完整個字符串 lab4: MOV AH,4CH INT 21H CODES ENDS END START
標簽: 匯編
上傳時間: 2015-04-02
上傳用戶:wcc0310
斯坦福大學機器學習英文講義,Andrew ng 大神所寫。
標簽: 機器學習
上傳時間: 2015-11-23
上傳用戶:384670111
公開的國內地方省份、區、縣、市邊界線
上傳時間: 2016-07-06
上傳用戶:soleczm
msp430The LDC1312 and LDC1314 are 2- and 4-channel, 1? Easy-to-use – minimal configuration required 12-bit inductance to digital converters (LDCs) for ? Measure up to 4 sensors with one IC inductive sensing solutions. With multiple channels ? Multiple channels support environmental and and support for remote sensing, the LDC1312 and aging compensation LDC1314 enable the performance and reliability benefits of inductive sensing to be realized at minimal? Multi-channel remote sensing provides lowest cost and power. The products are easy to use, onlysystem cost requiring that the sensor frequency be within 1 kHz ? Pin-compatible medium and high-resolution and 10 MHz to begin sensing. The wide 1 kHz to 10 options MHz sensor frequency range also enables use of very small PCB coils, further reducing sensing– LDC1312/4: 2/4-ch 12-bit LDC solution cost and size.– LDC1612/4: 2/4-ch 28
上傳時間: 2016-07-22
上傳用戶:tongmoonsky