OPNET的介紹電子書,包含模組的創(chuàng)見和連結(jié)、網(wǎng)路協(xié)定的設(shè)計(jì)等介紹
標(biāo)簽: OPNET
上傳時(shí)間: 2014-01-08
上傳用戶:jcljkh
rt12864m樣例程序,管腳號(hào) 管腳名稱 電平 管腳功能描述 1 VSS 0V 電源地 2 VCC +5V 電源正 3 V0 - 對(duì)比度(亮度)調(diào)整 4 RS(CS) H/L RS="H",表示DB7--DB0為顯示數(shù)據(jù) 4 RS(CS) H/L RS="L",表示DB7--DB0為顯示指令數(shù)據(jù) 5 R/W(SID) H/L R/W="H",E="H",數(shù)據(jù)被讀到DB7--DB0 5 R/W(SID) H/L R/W="L",E="H→L", DB7--DB0的數(shù)據(jù)被寫到IR或DR 6 E(SCLK) H/L 使能信號(hào) 7 DB0 H/L 三態(tài)數(shù)據(jù)線 8 DB1 H/L 三態(tài)數(shù)據(jù)線 9 DB2 H/L 三態(tài)數(shù)據(jù)線 10 DB3 H/L 三態(tài)數(shù)據(jù)線 11 DB4 H/L 三態(tài)數(shù)據(jù)線 12 DB5 H/L 三態(tài)數(shù)據(jù)線 13 DB6 H/L 三態(tài)數(shù)據(jù)線 14 DB7 H/L 三態(tài)數(shù)據(jù)線 15 PSB H/L H:8位或4位并口方式,L:串口方式(見注釋1) 16 NC - 空腳 17 /RESET H/L 復(fù)位端,低電平有效(見注釋2) 18 VOUT - LCD驅(qū)動(dòng)電壓輸出端 19 A VDD 背光源正端(+5V)(見注釋3) 20 K VSS 背光源負(fù)端(見注釋3)
上傳時(shí)間: 2016-04-17
上傳用戶:xhz1993
java環(huán)境下基于c\s模式的 通信小程序
上傳時(shí)間: 2013-12-23
上傳用戶:ghostparker
使用硬體描述語(yǔ)言HDL 設(shè)計(jì)硬體電路,臺(tái)灣人寫的PPT講義,非常不錯(cuò)。VHDL硬件設(shè)計(jì)入門學(xué)習(xí)。VHDL基本語(yǔ)法架構(gòu),VHDL的零件庫(kù)(Library)及包裝(Package)等內(nèi)容。
標(biāo)簽: HDL
上傳時(shí)間: 2014-01-22
上傳用戶:cxl274287265
sd卡+VS1003模塊+M16組成的mp3 VS1003模塊使用www.icdev.com.cn的,sd卡直接連接,M16使用內(nèi)部RC8M。 硬件連接參照board.h,PORTB:PB0連接sd卡cs腳,PB1連接VS1003復(fù)位腳,PB2連接VS1003命令片選腳,PB5PB6PB7組成SPI接口復(fù)用連接sd卡和VS1003;PORTA:PA0連接VS1003的DREQ腳,PA1連接sd卡插入檢測(cè)腳,PA2連接VS1003數(shù)據(jù)片選腳。
上傳時(shí)間: 2016-05-28
上傳用戶:lepoke
在GIS領(lǐng)域中,目前正有一新興的架構(gòu)模式產(chǎn)生,此架構(gòu)改變了GIS處理圖資的方式,此架構(gòu)模式稱為DGIS(Distributed GIS-分散式地理資訊系統(tǒng))。DGIS將傳統(tǒng)桌上型單機(jī)作業(yè)之GIS概念延伸至網(wǎng)際網(wǎng)路(Web)之解決方案上,以能符合現(xiàn)行系統(tǒng)圖資處理之需求。而此種以分散式概念延伸至網(wǎng)際網(wǎng)路的架構(gòu)稱之為網(wǎng)際網(wǎng)路地理資訊系統(tǒng)(WebGIS或Internet GIS)。
標(biāo)簽: GIS
上傳時(shí)間: 2014-01-17
上傳用戶:dongbaobao
自主開發(fā)的文件系統(tǒng),自由協(xié)議 調(diào)用 mov ax,600 mov [7e20h],ax mov al, A mov [7f00h],al mov al,0 文件名以數(shù)字0結(jié)束 mov [7f01h,al 本例中文件數(shù)據(jù)位于內(nèi)存 0000:2000h mov ax,cs mov ds,ax mov ax,7600h jmp ax
標(biāo)簽: 文件系統(tǒng)
上傳時(shí)間: 2013-12-17
上傳用戶:qiao8960
#include intvcon 輸出電壓變量 sbitDIN=0x91 定義P2.1為串行數(shù)據(jù)口 sbitCLK=0x92;P2.2為串行時(shí)鐘端 sbitCS=0x93 P2.3為片選端 voiddac5618(intvcon)TLC5618DAC子程序,三線串行方式 { chari intsvcon svcon=vcon|0x8000 vcon最高位置1,選擇 TLC5618的A通道 CS=0 置5618的CS=0,允許片選 for(i=0 i<16 i++) { DIN=svcon&0x8000 串行方式送16位 數(shù)據(jù) svcon<<=1; CLK=0; CLK=1; } CS=1 禁止片選 return } voidmain0 { dac5618(0x7FF) }
標(biāo)簽: include intvcon sbitDIN sbitCLK
上傳時(shí)間: 2016-06-15
上傳用戶:wsf950131
利用手機(jī)或短信發(fā)射機(jī)發(fā)送短信的源碼,功能齊全。引用了mycom.cs類,并做了優(yōu)化。
標(biāo)簽: 短信 手機(jī) 發(fā)射機(jī) 發(fā)送
上傳時(shí)間: 2016-06-20
上傳用戶:gengxiaochao
Of the password is: Server: "1." Client: + for the month of the date of the machine. Such as "2005/08/05", compared with the number "85" Database: "xzxq". I made the changes: 1, stations and customer-service once every 30 seconds to exchange information (to ensure continuous line) 2, computer services-an increase of the serial number 3, client-service to send the card serial number and send IP addresses to the service side 4, the desktop client by the embargo, since the definition of the icon to start the process faster (from the window Superman Code) 5, CS-shielding some function keys, but CTRL + ALT + DEL keys can not shield the hope that a revised modify these friends 6, there are some corners of Laws (such as title, etc.). Client desktop icon in the Settings page set up first class to enter FXZWN999 open on to add, delete icon button
標(biāo)簽: the password machine Client
上傳時(shí)間: 2016-06-27
上傳用戶:xsnjzljj
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1