很完整的51串口程序 包括如下: 串口中斷服務程序,僅需做簡單調用即可完成串口輸入輸出的處理 出入均設有緩沖區,大小可任意設置。 可供使用的函數名: char getbyte(void) 從接收緩沖區取一個byte,如不想等待則在調用前檢測inbufsign是否為1。 getline(char idata *line, unsigned char n) 獲取一行數據回車結束,必須定義最大輸入字符數 putbyte(char c) 放入一個字節到發送緩沖區 putbytes(unsigned char *outplace,j) 放一串數據到發送緩沖區,自定義長度 putstring(unsigned char code *puts) 發送一個定義在程序存儲區的字符串到串口 puthex(unsigned char c) 發送一個字節的hex碼,分成兩個字節發。 putchar(uchar c,uchar j) 輸出一個無符號字符數的十進制表示,必須標示小數點的位置,自動刪除前面無用的零 putint(uint ui,uchar j) 輸出一個無符號整型數的十進制表示,必須標示小數點的位置,自動刪除前面無用的零 delay(unsigned char d) 延時n x 100ns putinbuf(uchar c) 人工輸入一個字符到輸入緩沖區 CR 發送一個回車換行
上傳時間: 2016-06-13
上傳用戶:epson850
j2me手機圖書閱讀器,完整的一套ui系統等。
上傳時間: 2016-06-30
上傳用戶:笨小孩
j2me polish學習的經典代碼,包括ui的使用,build.xml文件的編寫等
上傳時間: 2013-12-28
上傳用戶:黃華強
使用的開發語言有CSharp,VB等,個人認為有較好的參考價值。 【.NET開發】使用Windows Forms生成簡單的繪圖工具 【.NET開發】為.NET應用程序實現一個類似Word的對象模型 【Office開發】.NET框架下Excel報表組件編程 【Web開發】了解和擴展ASP.NET 2.0中的站點導航系統 【工具與技巧】構建高性能的ASP.NET應用程序 【工具與技巧】使用WMI和MOM 2005檢測和監視ASP.NET應用程序 【軟件測試】底層ui測試自動化 【特別策劃】使用Visual Studio 2005速成版建立低廉的開發環境 【特別策劃】用高級安全特性將Hacker拒之門外
上傳時間: 2016-08-23
上傳用戶:tedo811
大型實驗:Unix文件管系統模擬。用內存中的一段區域模擬硬盤空間,根據unix文件管理思想和算法,采用ui界面模擬系統初使化、格式化、以及常用shell命令如:ls\mkdir\rm\cd\cd等,VC6下通過編譯
上傳時間: 2013-12-13
上傳用戶:rocwangdp
Add myaa.m to your path and enjoy anti-aliased professionally looking graphics in Matlab at any time. Myaa works with any kind of graphic (3-D, plots, scatterplots, ...) and even adds anti-aliasing to text, ui controls and grids. Myaa is ideal for complex, cluttered and saturated plots.
標簽: professionally anti-aliased graphics looking
上傳時間: 2016-09-22
上傳用戶:宋桃子
一種比較好的抗鋸齒算法 Add myaa.m to your path and enjoy anti-aliased professionally looking graphics in Matlab at any time. Myaa works with any kind of graphic (3-D, plots, scatterplots, ...) and even adds anti-aliasing to text, ui controls and grids. Myaa is ideal for complex, cluttered and saturated plots. See attached screenshot for a demonstration. More examples included in the code, just run help myaa . Curiosa: For those of you who publish your code often, an undocumented anti-aliasing option is included in the snapnow.m function in Matlab. To publish a file called test.m you can do: opts.figureSnapMethod = antialiased publish( test.m ,opts) However, you will have more control over the process using myaa, which is also the best choice when using Matlab interactively.
標簽: professionally anti-aliased graphics looking
上傳時間: 2016-09-28
上傳用戶:txfyddz
This application includes a demo server and client program. You could write your own server launcher and client application by using the SimpleScreenCaptureServer class and the SimpleRemoteScreenCaptureClient class. Usage: 1. Type the following command to launch the server program. java -jar SimpleCaptureScreenServerDemo.jar portnumber 2. Type the following command to launch the client program. It s a swing-based ui. java -jar RemoteScreenCaptureClientui.jar 3. Select Run/Connect menu. Input your server address and port number. You could just double-click on the RemoteScreenCaptureClientui.jar to launch the client program if you are using Windows. This program is written just for fun. :lol: :lol: :lol:
標簽: server application includes launcher
上傳時間: 2016-10-06
上傳用戶:kr770906
高通手機應用軟件開發平臺uione的介紹。uione是基于BREW平臺的一個應用開發平臺,在架構設計上,真正地做到了Gui/ui與應用邏輯分離,修改手機Gui/ui,只需變動xml腳本,不再需要像傳統的手機開發平臺一樣,修改繁瑣的C代碼了。
上傳時間: 2016-10-15
上傳用戶:阿四AIR
開發框架。 一.說明: 此框架的意圖是解決手機軟件開發中常遇到,并且可以通用話的問題。 旨在提高無線應用程序的開發效率 二.EasyMF 能做什么 1.簡化ui設計 2.RMS的簡化操作 3.簡單的日志框架 4.簡單的聯網框架 5.通用工具的設計 6.一些圖形相關的特效 三.EasyMF 的功能列表 1.ui 框架 2.日志框架 3.RMS框架 4.通用工具框架 5.圖形相關 6.一堆有用的DEMO 四.EasyMF 的設計原理 1.ui的設計原理 ui是所有應用程序的核心。 這些核心在PC上的變動性比較固定,而由于手機屏幕, 運算能力 等差異,會導致設計一個手機軟件大部分時間都花在ui層的設計上,業務 邏輯層往往比較少,這也就是80/20原則吧。 如果有一個可以組裝的ui的出現,將大大減少應用程序的開發時間,而EasyMF ui 層就是為了這個而設計的。 2.日志框架設計成盡量的簡單,并且有效的記錄下用戶想需要記錄的日志 3.聯網框架,簡化Http的聯網,并十分的符合中國網絡環境的東西。 4.工具集合 5.圖形圖片處理 6.RMS的簡易操作
上傳時間: 2014-01-07
上傳用戶:佳期如夢