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
• Symbian OS basics, Memory Management, Descriptors, Application Structure, Client-Server, Active Object, Application UI Viewer, Screen Saver, File Handling, Simple 2D,3D games, Simple Banner, Scalable UI, Location Finder GPS, HTTP client API, End-End Socket HTTP API,DBMS, Messaging Application.
標簽: Client-Server Descriptors Application Management
上傳時間: 2013-12-01
上傳用戶:zhangyigenius
We propose a technique that allows a person to design a new photograph with substantially less effort. This paper presents a method that generates a composite image when a user types in nouns, such as “boat” and “sand.” The artist can optionally design an intended image by specifying other constraints. Our algorithm formulates the constraints as queries to search an automatically annotated image database. The desired photograph, not a collage, is then synthesized using graph-cut optimization, optionally allowing for further user interaction to edit or choose among alternative generated photos. An implementation of our approach, shown in the associated video, demonstrates our contributions of (1) a method for creating specific images with minimal human effort, and (2) a combined algorithm for automatically building an image library with semantic annotations from any photo collection.
標簽: substantially photograph technique propose
上傳時間: 2016-11-24
上傳用戶:三人用菜
EPSON的S1D13A05芯片在VxWorks下的WindML顯示驅動源碼以及使用說明。S1D13A05是一款使用的非常多的LCD控制及USB協議芯片。 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
掌握在uC/OS-II 操作系統下使用ZLG/GUI的基本方法。 1. 啟動 ADS 1.2,使用 ARM Executable Image for UCOSII(for lpc22xx)工程模板建立一 個工程 gui_ucos,工程存儲在 uCOS-II 目錄下。 說明:在 uCOS-II 目錄下要保存有 uCOS-II 的移植代碼和內核源代碼。 2. 建立 C 源文件 Test .c,編寫實驗程序,保存到 gui_ucos\src 目錄下,然后添加到工程 的 user組中。 3. 復制 ZLG/GUI 文件。把 ZLG_GUI 整個目錄及文件復制到 gui_ucos\SRC 目錄下。 4. 添加 ZLG/GUI 文件。在工程管理窗口中新建一個組 ZLG/GUI,然后在這個組內添 加 gui_ucos\SRC\ZLG_GUI下的所有 C 源程序文件和 GUI_CONFIG.H配置文件。 5. 新建驅動程序,在工程管理窗口中新建一個組 lcd_drive,并將驅動程序添加到工程 的 lcd_drive組中。驅動程序文件名比如:LCDDRIVE.c、LCDDRIVE.H,可以保存 在 gui_ucos\SRC 目錄下。 6. 修改 CONFIG.H,增加包含 LCDDRIVE.H 頭文件和 ZLG/GUI 的所有頭文件,如程 序清單 1.3 所示。
上傳時間: 2013-12-21
上傳用戶:wyc199288
This Application Note describes the steps that are required to install and use the Keil Monitor-51 on a user specific hardware. The Keil Monitor-51 allows you to connect your 8051 hardware to the μVision2 Debugger. You can use the powerful debugging interface to test application programs in your target hardware.
標簽: Application describes the required
上傳時間: 2013-12-03
上傳用戶:lvzhr
電子書店的源代碼。電子書店分為普通用戶訪問界面和管理員訪問界面兩部分。兩種用戶均通過login.jsp頁面進入系統,所使用的用戶名的身份不同即進入不同的訪問界面。用戶名和密碼可以在數據庫book中的user數據表中查詢。
上傳時間: 2014-01-15
上傳用戶:498732662
系統使用JSP語言和HTML標記語言編寫完成的。通訊簿管理系統的源代碼。通訊簿管理系統分為普通用戶訪問界面和管理員訪問界面兩部分。兩種用戶均通過login.htm頁面進入系統,所使用的用戶名的身份不同即進入不同的訪問界面。用戶名和密碼可以在數據庫mydb中的user數據表中查詢。
上傳時間: 2016-12-05
上傳用戶:frank1234
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
A passive optical network (PON) is a point-to-multipoint, fiber to the premises network architecture in which unpowered optical splitters are used to enable a single optical fiber to serve multiple premises, typically 32-128. A PON consists of an Optical Line Termination (OLT) at the service provider s central office and a number of Optical Network Units (ONUs) near end users. A PON configuration reduces the amount of fiber and central office equipment required compared with point to point architectures
標簽: network point-to-multipoint architecture premises
上傳時間: 2016-12-10
上傳用戶:王慶才