如何使用圖形對象(如Form,Image等)的畫布(canvas)在C++Builder應用程序中繪制圖形
上傳時間: 2013-12-18
上傳用戶:zgu489
j2me程序開發模板,包括一個midlet和一個 canvas,是一個j2me程序的基礎框架,很適合初學者
上傳時間: 2015-08-10
上傳用戶:kr770906
Windows API Tutorials, Windows API編程最好的手冊.文檔格式專門制作成為各個章節相互關聯的html格式,大家可以像查閱msdn一樣方便使用.各個章節的內容如下: Winnie Generic Controls Dialog-based App Generic Dialog canvas Pens and Brushes Threads Folder Watcher Shell API OLE Smart OLE OLE Automation Splitter Bar
標簽: Windows API Tutorials html
上傳時間: 2015-09-28
上傳用戶:ls530720646
作者是Ajaxian.com的創始人,JavaOne、TheServerSide等諸多高級別會議的演講者。本書作為Pragmatic系列之一,從實踐出發,通過實例展示Ajax的諸多特性,手把手教你實現Google Map的絢麗效果。不僅教會你Ajax的技術細節,同時還帶你了解各種功能強大的主流Ajax工具包(Dojo、Prototype、Script.aculo.us、DWR、Backbase、SmartClient、Ajax.NET、SAJAX、JSON-RPC),掌握Ajax實時查看源代碼的方法以及進行代碼調試的相應方法,學習Ajax的開發模式和框架。本書后半部分共用了五個章節,從服務器端編程的角度,詳細講述了Ajax同PHP、Ruby On Rails、Java和.NET等語言的融合,最后還介紹了與Ajax相類似的其他RIA技術以及Ajax的精彩未來(E4X, canvas, SVG,的相關應用)。本書的全部代碼下載地址:http://media.pragprog.com/titles/ajax/code/ajax-code.zip 本書秉承了《程序員修煉之道》的特點—— “從小工到專家”,各個層次的web開發人員都能從本書中獲益匪淺。
上傳時間: 2014-01-14
上傳用戶:270189020
圖形顯示技巧,這是其中一段代碼 procedure TForm1.Button1Click(Sender: TObject) var newbmp:TBitmap i,bmpheight,bmpwidth:integer //推拉 begin newbmp:=TBitmap.Create newbmp.Width:=image1.Width newbmp.Height:=image1.Height bmpheight:=image1.Height bmpwidth:=image1.Width for i:=0 to bmpheight do begin newbmp.canvas.CopyRect(Rect(0,bmpheight-i,bmpwidth,bmpheight),image1.canvas,Rect(0,0,bmpwidth,i)) form1.canvas.Draw(120,100,newbmp) end newbmp.free end
標簽: procedure TBitmap TObject Button
上傳時間: 2016-01-18
上傳用戶:comua
本教程是關于J2ME 3D技術的文章。讀者最好有一定的JAVA基礎,特別是J2ME基礎,對MIDLET和canvas有詳細的認識,如果有3D基礎更加。
上傳時間: 2013-12-12
上傳用戶:CSUSheep
j2me中,利用canvas類來顯示一張圖片,圖片為png格式,請注意
標簽: j2me
上傳時間: 2013-12-11
上傳用戶:電子世界
java的一個源代碼,、 public class ThunderBoltAct extends canvas implements Runnable { private int TIMEOUT = 0 private final static int NUMERIC = 10000 //總分 private final static int INERRGAL = 60 //頻率 private final static int MAXBATTLE = 3 //最大飛機數 private final static int MAXBALLNUM = 30 //最多飛機子彈數 private final static int MAXCOPTERNUM = 16 //最大敵機數 private final static int MAXCOPTERBALLNUM = 16 //最多敵機子彈數 private final static int STEP = 1 private final static int MINCOPTER = 2 //最小敵機數
上傳時間: 2016-04-26
上傳用戶:jichenxi0730
This Java Chat, is purely AWT Based, No Swing Components used and still it has great look and feel. For this Application, I have developed own Tab Control and Image canvas.
標簽: Components and purely Based
上傳時間: 2013-12-10
上傳用戶:talenthn
You can create various shapes, and you will see, if you do, that those shapes are drawn on screen (in a window that we call the "canvas").
上傳時間: 2016-06-20
上傳用戶:zhangjinzj