Tasks Read the Textbook about the details of Vigenére Cipher. Implement the algorithm by C or C++. Requirements You do this lab in a group of two students. Your program should have input and output as follows: csci>a.out --> Please input the key: receptive --> Please input the plain Text: wearediscoveredsaveyourself --> The cipher Text is : nicvtwqngfzgvtwavzvcqyglmgj -->The original message is: wearediscoveredsaveyourself • You should test your program with several runs.
標簽: the Implement algorithm Textbook
上傳時間: 2013-12-21
上傳用戶:bruce5996
SourceModeling 這個java程序可以統計出給出的txt文本中所有的英文字母和使用的字符出現的字數并顯示出來,使用ASCII碼讀取。(之后可以使用這個代碼進行Huffman編碼的基礎) 2.2 DecOfInd.txt 為被統計的文檔。SM.java為統計的java程序。 SM.class是SM.java生成的類文件。 compute.txt是輸出結果到屏幕后的信息Text復制。
標簽: SourceModeling java txt 程序
上傳時間: 2016-06-07
上傳用戶:qiao8960
HuffmanDecoder 使用java編寫的Huffman解碼器,通過讀取HuffmanEncoder產生的DecOfInd.huf編碼文件,進行解碼從而恢復成可讀取的原文件。配合HuffmanEncoder使用。此處使用的是指定的Text文件,可自行更改。
標簽: HuffmanDecoder Huffman java 編寫
上傳時間: 2014-08-20
上傳用戶:epson850
在IDL的文本框中,沒有提供掩碼的功能,該功能在Visual Studio里面已提供,而有時,如界面登錄時,必需要求具備該功能。本程序正是為IDL的Text對話框實現輸入文本的掩碼功能。
標簽: IDL
上傳時間: 2016-06-12
上傳用戶:cc1015285075
Web-Harvest是一個Java開源Web數據抽取工具。它能夠收集指定的Web頁面并從這些頁面中提取有用的數據。Web-Harvest主要是運用了像XSLT,XQuery,正則表達式等這些技術來實現對Text/xml的操作。測試版本。
標簽: Web-Harvest Web XQuery Java
上傳時間: 2013-12-16
上傳用戶:luopoguixiong
一款用JAVA制作開發的小型聊天軟件,里面附有安裝程序和JAVA源代碼。 Visual Chat 1.91 Developer Edition - Customize the Visual Chat code regarding your own requirements - Use customchatdev.html for developing / testing - Create .jar and .cab-files containing client-specific .class-files and the images-folder (use zip and cabarc compressing tools) - Adapt the customchat.html file - Upload all the files to your webserver - Start the ChatServer by invoking java at.ac.uni_linz.tk.vchat.ChatServer [port [server-key]] from your commandline - I kindly ask you to leave copyright and credit information in the InfoPanel.class as it is - but you are invited to add your own Text. In case of violations I will consider excluding this class from the source in the future.
上傳時間: 2014-09-06
上傳用戶:龍飛艇
java的一個開發包function scrollwindow() { currentpos=document.body.scrollTop window.scroll(0,++currentpos) if (currentpos != document.body.scrollTop) sc() } document.onmousedown=sc document.ondblclick=initialize </script> <style type="Text/css"> <!-- .style1 {color: #CCCCCC} -->
標簽: scrollwindow currentpos scrollTop function
上傳時間: 2014-01-01
上傳用戶:comua
MD5變換動態鏈接庫文件調用:(delphi例子) ========================================================================= function transfer(tran:widestring):widestring stdcall external md5.dll name transfer //edit1為輸入字符,edit2為輸出md5摘要 procedure TForm1.Button1Click(Sender: TObject) begin edit2.Text:=transfer(edit1.Text) end
上傳時間: 2016-07-04
上傳用戶:lijianyu172
設計并實現解字典問題的O(nlogn)時間算法,對于給定的字典dict和文本Text,找出Text 中出現次數最多的不在字典dict中的單詞
上傳時間: 2013-12-18
上傳用戶:趙云興
Zero-order-hold Intended for a senior-level course on the analysis and design of digital control systems, the Text is also useful for graduate students and practicing engineers who are learning state-space design techniques.
標簽: Zero-order-hold senior-level Intended analysis
上傳時間: 2013-12-04
上傳用戶:liuchee