針對一款時鐘的源代碼程序,實現(xiàn)時鐘控制等功能,led DISPLAY c
上傳時間: 2016-11-08
上傳用戶:1427796291
public void playerUpdate(final Player p, final String event, final Object eventData) { // queue a call to updateEvent in the user interface event queue DISPLAY DISPLAY = DISPLAY.getDISPLAY(midlet) DISPLAY.callSerially(new Runnable() { public void run() { DRMPlayer.this.updateEvent(p, event, eventData) } }) }
標簽: final playerUpdate eventData public
上傳時間: 2013-12-18
上傳用戶:1109003457
MTOOLS version 2.0 Mtools is a public domain collection of programs to allow Unix systems to read, write, and manipulate files on an MSDOS filesystem (typically a diskette). The following MSDOS commands are emulated: Mtool MSDOS name equivalent Description ----- ---- ----------- mattrib ATTRIB change MSDOS file attribute flags mcd CD change MSDOS directory mcopy COPY copy MSDOS files to/from Unix mdel DEL/ERASE delete an MSDOS file mdir DIR DISPLAY an MSDOS directory mformat FORMAT add MSDOS filesystem to a low-level format mlabel LABEL make an MSDOS volume label. mmd MD/MKDIR make an MSDOS subdirectory mrd RD/RMDIR remove an MSDOS subdirectory mread COPY low level read (copy) an MSDOS file to Unix mren REN/RENAME rename an existing MSDOS file mtype TYPE DISPLAY contents of an MSDOS file mwrite COPY low level write (copy) a Unix file to MSDOS
標簽: collection programs version systems
上傳時間: 2016-11-18
上傳用戶:wlcaption
51單片機C語言多種點陣屏驅(qū)動程序(開發(fā)軟件為keil C ---8字點陣屏左移程序,64_16點陣屏驅(qū)動程序,上移顯示程序,左移顯示程序)51 monolithic integrated circuit C language many kinds of lattice screen driver (develops the software is keil C ---8 character lattice screen left shift procedure, the 64_16 lattice screen driver, uppers shift the DISPLAY sequence, the left shift DISPLAY sequence
標簽: keil 點陣屏 51單片機C語言 開發(fā)軟件
上傳時間: 2014-01-04
上傳用戶:Ants
EPSON的S1D13A05芯片在VxWorks下的WindML顯示驅(qū)動源碼以及使用說明。S1D13A05是一款使用的非常多的LCD控制及USB協(xié)議芯片。 1、S1D13A05_WindML_v2.0_DISPLAY_Driver是WindML源代碼 2、x40ae003 (S1D13A05 WindML v2.0 DISPLAY Driver User Manual Rev 1.0)是WindML源碼的說明文檔
標簽: S1D13A05 WindML_v VxWorks WindML
上傳時間: 2014-01-26
上傳用戶:jcljkh
X-scale 27x 平臺,DISPLAY driver, 從微軟提供的顯示驅(qū)動移植, 對于學習顯示驅(qū)動的人很有幫助!
上傳時間: 2016-11-28
上傳用戶:erkuizhang
EVC應(yīng)用程序,可以直接和DISPLAY DRIVER通訊,也用與X-SCALE 27X平臺。
標簽: EVC 應(yīng)用程序
上傳時間: 2016-11-28
上傳用戶:sevenbestfei
function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent for U max_iter = 100 % Max. iteration min_impro =1e-5 % Min. improvement c=3 [center, U, obj_fcn] = fcm(data, c) for i=1:max_iter if F(U)>0.98 break else w_new=eye(in_n,in_n) center1=sum(center)/c a=center1(1)./center1 deta=center-center1(ones(c,1),:) w=sqrt(sum(deta.^2)).*a for j=1:in_n w_new(j,j)=w(j) end data1=data*w_new [center, U, obj_fcn] = fcm(data1, c) center=center./w(ones(c,1),:) obj_fcn=obj_fcn/sum(w.^2) end end DISPLAY(i) result=zeros(1,data_n) U_=max(U) for i=1:data_n for j=1:c if U(j,i)==U_(i) result(i)=j continue end end end
標簽: data function Exponent obj_fcn
上傳時間: 2013-12-18
上傳用戶:ynzfm
Process a binary data stream using a communication system that consists of a baseband modulator, channel, and demodulator. Compute the system s bit error rate (BER). Also, DISPLAY the transmitted and received signals in a scatter plot.
標簽: communication modulator baseband consists
上傳時間: 2017-01-08
上傳用戶:ardager
采用VHDL語言設(shè)計一個4通道的數(shù)據(jù)采集控制模塊。系統(tǒng)的功能描述如下: 1.系統(tǒng)主時鐘為100 MHz。 2.數(shù)據(jù)為16位-數(shù)據(jù)線上連續(xù)2次00FF后數(shù)據(jù)傳輸開始。 3.系統(tǒng)內(nèi)部總線寬度為8位。 4.共有4個通道(ch1、ch2、ch3、ch4),每個通道配備100 Bytes的RAM,當存滿數(shù)據(jù)后停止數(shù)據(jù)采集并且相應(yīng)通道的狀態(tài)位產(chǎn)生報警信號。 5.數(shù)據(jù)分為8位串行輸出,輸出時鐘由外部數(shù)據(jù)讀取電路給出。 6.具備顯示模塊驅(qū)動功能。由SEL信號設(shè)置顯示的通道,DISPLAY信號啟動所選通道RAM中數(shù)值的顯示過程。數(shù)值順次顯示一遍后顯示結(jié)束,可以重新設(shè)定SEL的值選擇下一個通道。模塊數(shù)據(jù)線為8位,顯示器件為4個8段LED。 7.數(shù)據(jù)采集模式如下:單通道采集(由SEL信號選擇通道),多通道順次采集(當前通道采滿后轉(zhuǎn)入下一通道),多通道并行采集(每通道依次采集一個數(shù)據(jù))。模式由控制信號MODE選擇,采集數(shù)據(jù)的總個數(shù)由NUM_COLLECT給出。 8.數(shù)據(jù)采集過程中不能讀取,數(shù)據(jù)讀取過程中不能采集
上傳時間: 2013-12-25
上傳用戶:zycidjl
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1