XMODEM 是一種適合在兩個(gè)計(jì)算機(jī)之間進(jìn)行文件傳輸?shù)暮?jiǎn)單協(xié)議。嵌入式系統(tǒng)調(diào)試環(huán)境經(jīng)常利用此協(xié)議或其變體,通過(guò)UART 端口進(jìn)行image 的下載。實(shí)踐者通過(guò)此實(shí)驗(yàn)環(huán)節(jié)可對(duì)通信協(xié)議的基本要素有較深入的了解,同時(shí)對(duì)通信協(xié)議在實(shí)時(shí)操作系統(tǒng)環(huán)境下的實(shí)現(xiàn)方式有初步了解。
標(biāo)簽: XMODEM 協(xié)議 計(jì)算機(jī) 文件傳輸
上傳時(shí)間: 2013-12-23
上傳用戶(hù):baiom
--- --^_^-------------- 廣師公寓中心 1.請(qǐng)裝上j2sdk和Tomcat。 2.然后在把此文件解壓到到Tomcat的安裝目錄的webapps目錄下,如:webapps/gongyu。 3.請(qǐng)注意,用記事本打開(kāi)image.htm,把 <base > 中的“218.192.81.53:8081”你的ip地址跟Tomcat端口!如:ip:端口! 一定要改!!! 4.啟動(dòng)Tomcat,然后在ie里輸入http://ip:端口/gongyu/gongyu.jsp 5.可以看到頁(yè)面就成功了! ----by 龍軍一--- -----^_^
標(biāo)簽: Tomcat webapps j2sdk 目錄
上傳時(shí)間: 2014-01-04
上傳用戶(hù):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
標(biāo)簽: demo PUMA algorithms for
上傳時(shí)間: 2016-04-23
上傳用戶(hù):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.
標(biāo)簽: Components and purely Based
上傳時(shí)間: 2013-12-10
上傳用戶(hù):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.
標(biāo)簽: component ATViewer Builder various
上傳時(shí)間: 2013-12-24
上傳用戶(hù):小鵬
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.
標(biāo)簽: decompress algorithm compress Huffman
上傳時(shí)間: 2016-05-16
上傳用戶(hù):aysyzxzm
染色體分割算法的經(jīng)典文獻(xiàn),關(guān)鍵詞:Image segmentation, chromosome analysis,overlapping chromosomes, computational geometry
標(biāo)簽: 分割算法
上傳時(shí)間: 2013-12-16
上傳用戶(hù):liglechongchong
稀飯伊人相冊(cè)系統(tǒng)繼承了新天堂多用戶(hù)相冊(cè)系統(tǒng)的功能,并且增加了當(dāng)前比較流行的相冊(cè)的功能。使用MYSQL數(shù)據(jù)庫(kù)使得可以承受更多的數(shù)據(jù)量和更好的系統(tǒng)性能。在WEB頁(yè)面上我們致力于W3C的標(biāo)準(zhǔn),使其能在IE,F(xiàn)F等瀏覽器下正常瀏覽(推薦使用FF) 1:多用戶(hù)上傳,各自獨(dú)立空間 2:對(duì)圖片自定義標(biāo)簽(TAG) 3:相冊(cè)和圖片的添加,上傳,修改 4:縮略圖功能(需IMAGE::MAGICK支持) 5:用戶(hù)搜索,方便查找用戶(hù)(稍后添加) 6:相冊(cè)排名(稍后添加) 7:相冊(cè)加密功能 8:RSS訂閱(稍后添加) 9:使用模板技術(shù),能更快的制作出屬于你自己風(fēng)格的站點(diǎn)和對(duì)應(yīng)的語(yǔ)言 10:整合lightbox2.0,創(chuàng)造更好的視覺(jué)效果
標(biāo)簽: 多用
上傳時(shí)間: 2016-05-29
上傳用戶(hù):極客
復(fù)數(shù)運(yùn)算#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 }
標(biāo)簽: Complex double iostream include
上傳時(shí)間: 2016-06-30
上傳用戶(hù):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
標(biāo)簽: restoration evolution algorithm distorted
上傳時(shí)間: 2013-12-21
上傳用戶(hù):yy541071797
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1