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