XMODEM 是一種適合在兩個計算機之間進行文件傳輸的簡單協議。嵌入式系統調試環境經常利用此協議或其變體,通過UART 端口進行image 的下載。實踐者通過此實驗環節可對通信協議的基本要素有較深入的了解,同時對通信協議在實時操作系統環境下的實現方式有初步了解。
上傳時間: 2013-12-23
上傳用戶:baiom
--- --^_^-------------- 廣師公寓中心 1.請裝上j2sdk和Tomcat。 2.然后在把此文件解壓到到Tomcat的安裝目錄的webapps目錄下,如:webapps/gongyu。 3.請注意,用記事本打開image.htm,把 <base > 中的“218.192.81.53:8081”你的ip地址跟Tomcat端口!如:ip:端口! 一定要改!!! 4.啟動Tomcat,然后在ie里輸入http://ip:端口/gongyu/gongyu.jsp 5.可以看到頁面就成功了! ----by 龍軍一--- -----^_^
上傳時間: 2014-01-04
上傳用戶:haohaoxuexi
%%% Demos for PUMA algorithms %%% We present four matlab demos for PUMA. demo1, demo2, demo3, and demo4 illustrate PUMA working with different parameters and with four different images. All you need to do is to run each of the demos. Please be sure that all the files are put on an accessible path for matlab. Notice that this code is intended for research purposes only. For further reference see "Phase Unwrapping via Graph Cuts, IEEE Transactions on Image Processing, 2007
標簽: demo PUMA algorithms for
上傳時間: 2016-04-23
上傳用戶:fhzm5658
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
ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is no edit possibility, just quick view - so it s useful to implement "View file" feature in your Delphi/C++Builder application. The following view modes are implemented: Text, Binary, Hex, Unicode: all files, of unlimited size. Plain file dump is shown. Used ATBinHex component: only visible part of file is loaded into memory. Modes are suitable for huge files and files of unknown type. RTF/UTF-8: RTF and UTF-8 encoded texts. File is shown using RichEdit control. Image: all general image formats: BMP JPG ICO GIF PNG... File is shown using ATImageBox component. Multimedia: all file types supported by MS Windows Media Player: AVI MPEG WMV MP3... File is shown using WMP ActiveX control. Internet: all file types supported by MS Internet Explorer: HTML XML DOC XLS... File is shown using MSIE ActiveX control. Plugins: all files supported by Total Commander Lister plugins.
標簽: component ATViewer Builder various
上傳時間: 2013-12-24
上傳用戶:小鵬
I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total number of occurence in that file s1(1000), s2(200), s3(30) so the total length of file is 1000+200+30=1230 bytes, it will be encoded assigning one bit to s1 and 2 bits to s2, s3 so the encoded length will be 1*1000+2*(200+30)=1460 bits=182 bytes). In the best case the file consisted of just one symbol will be encoded with compression ratio as 1:8. Huffman coding is used in image compression, however in JPEG2000 arithmetic codec is imployed.
標簽: decompress algorithm compress Huffman
上傳時間: 2016-05-16
上傳用戶:aysyzxzm
染色體分割算法的經典文獻,關鍵詞:Image segmentation, chromosome analysis,overlapping chromosomes, computational geometry
標簽: 分割算法
上傳時間: 2013-12-16
上傳用戶:liglechongchong
稀飯伊人相冊系統繼承了新天堂多用戶相冊系統的功能,并且增加了當前比較流行的相冊的功能。使用MYSQL數據庫使得可以承受更多的數據量和更好的系統性能。在WEB頁面上我們致力于W3C的標準,使其能在IE,FF等瀏覽器下正常瀏覽(推薦使用FF) 1:多用戶上傳,各自獨立空間 2:對圖片自定義標簽(TAG) 3:相冊和圖片的添加,上傳,修改 4:縮略圖功能(需IMAGE::MAGICK支持) 5:用戶搜索,方便查找用戶(稍后添加) 6:相冊排名(稍后添加) 7:相冊加密功能 8:RSS訂閱(稍后添加) 9:使用模板技術,能更快的制作出屬于你自己風格的站點和對應的語言 10:整合lightbox2.0,創造更好的視覺效果
標簽: 多用
上傳時間: 2016-05-29
上傳用戶:極客
復數運算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real = a Image = 0 } void print() const friend Complex operator+ ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c ) private: double Real, Image }
標簽: Complex double iostream include
上傳時間: 2016-06-30
上傳用戶:wang5829
An optimal neuron evolution algorithm for the restoration of linearly distorted images is presented in this paper. The proposed algorithm is motivated by the symmetric positive-definite quadratic programming structure inherent in restoration. Theoretical analysis and experimental results show that the algorithm not only significantly increases the convergence rate of processing, hut also produces good restoration results. In addition, the algorithm provides a genuine parallel processing structure which ensures computationally feasible spatial domain image restoration
標簽: restoration evolution algorithm distorted
上傳時間: 2013-12-21
上傳用戶:yy541071797