輔助說明: 代碼交流 QQ59771230 email:choudaxian@163.com 注意事項: 1) LCD 指令中的TEXT GRAPHIC AREA SET效果是什么樣的 2) LCD 指令中的MODE SET中的OR AND XOR 有圖層的味道 3) DJNZ+指令C0H(DATA AND WRITE)與相同的數據時就會出錯 4) CHAR ADN PIC分別清除 5) 幾何圖形繪制與實現圖形 6) 菜單優化設計,結構體:上,下,上一組,下一組,指向函數的指針 顯示的內容: 16*16漢字:歡迎使用福萊特電氣有限公司產品 12*12漢字:進入主界面并且可以反顯 8*8字符:FULL-RIGHT 并對所顯示的漢字進行卷屏顯示 關鍵是如何方便在屏上確定的位置上顯示確定的漢字 要使占用ROM,RAM小的前提下
標簽: choudaxian 59771230 GRAPHIC email
上傳時間: 2016-12-28
上傳用戶:xauthu
It s a Linux disassemble, can set break point, disassemble ELF file.
標簽: disassemble Linux break point
上傳時間: 2016-12-29
上傳用戶:daoxiang126
This set of files show some of the principles of Monte Carlo simulations, applied in the financila industry. this si the content of the web seminar called "Simulations de Monte Carlo en MATLAB".
標簽: simulations principles financila the
上傳時間: 2013-12-18
上傳用戶:xiaoyunyun
The W3C DOM Core interfaces defines a minimal set of: A. interfaces for accessing and manipulating document objects B. Java object implementations for use with XML parsers. C. Conventions and processes for creating live HTML pages. D. Mutable document
標簽: interfaces A. manipulating accessing
上傳時間: 2017-01-24
上傳用戶:edisonfather
在PC機上運行cadence需要先運行命令:source filename,此處filename指.cshrc,或其他具有該文件內容但名字不同的文件,該文件必須有set DISPLAY 本機IP:0.0 語句,同時應將其他雷同設置封住.可以先從工作站上下載.cshrc文件,然后用notepad修改顯示設置相,不可用其他編輯器,否則文本文件格式會不一樣.記住,必須將顯示器設置為256色.
標簽: filename DISPLAY cadence source
上傳時間: 2014-09-07
上傳用戶:dsgkjgkjg
Core Java 2中awt高級特性圖像處理中顯示Mandebrot Set的小例子
上傳時間: 2014-01-06
上傳用戶:chenjjer
一個delphi下使用的壓縮組件 TCompress Component Set V8
標簽: TCompress Component delphi Set
上傳時間: 2017-02-13
上傳用戶:大融融rr
A set of C++ and Matlab routines implementing the surfacelet transform surfacelet的一個非常好用的工具箱
標簽: surfacelet implementing transform routines
上傳時間: 2014-01-24
上傳用戶:tyler
for binder and can be set as any mode
上傳時間: 2013-12-09
上傳用戶:JIUSHICHEN
Input : A set S of planar points Output : A convex hull for S Step 1: If S contains no more than five points, use exhaustive searching to find the convex hull and return. Step 2: Find a median line perpendicular to the X-axis which divides S into SL and SR SL lies to the left of SR . Step 3: Recursively construct convex hulls for SL and SR. Denote these convex hulls by Hull(SL) and Hull(SR) respectively. Step 4: Apply the merging procedure to merge Hull(SL) and Hull(SR) together to form a convex hull. Time complexity: T(n) = 2T(n/2) + O(n) = O(n log n)
標簽: contains Output convex planar
上傳時間: 2017-02-19
上傳用戶:wyc199288