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
This file contains a test program for showing how to use the joystick and the LCD display. The display will show the joystick position. Joystick.c
標簽: the contains joystick display
上傳時間: 2016-07-01
上傳用戶:fxf126@126.com
TCP/IP VOL3 TEST 測試代碼,使用是C語言
上傳時間: 2014-11-23
上傳用戶:zsjinju
eeprom test of life by avr I2C 的控制和注意事項,帶源碼,please copy it and save as c
上傳時間: 2016-08-25
上傳用戶:hewenzhi
The sample software includes, common library, peripheral APIs, and test modules for the APIs. The common library include startup file, standard definition and header files, processor specific setup module, generic interrupt related APIs, timer routine, and scatter loading file. The peripheral directories include, GPIO, PWM, Real-time clock, timer, SPI, I2C, Watchdog timer, UART, external interrupt, etc.
標簽: APIs peripheral The includes
上傳時間: 2014-01-15
上傳用戶:zl5712176
本代碼提供讀取Segy格式地震數據的SegyReader類(C++) 在segy.h文件中有segy卷頭/道頭的每一個字段的中文詳細說明,方便大家查詢使用. 另外, 使用QT3.x制作的GUI界面程序, 可以選擇一個segy文件, 使用SegyReader類讀取并顯示相關信息在界面上. ===sr.exe的執行需要QT3.3.4的dll文件(因文件較大故未加入,需要者安裝QT3.3.4或與本人聯系),在主界面上執行菜單 File -> Open,選擇提供的test.sgy文件即可
標簽: segy SegyReader Segy QT
上傳時間: 2014-07-02
上傳用戶:hj_18
The files in this directory comprise ANSI-C language reference implementations of the CCITT (International Telegraph and Telephone Consultative Committee) G.711, G.721 and G.723 voice compressions. They have been tested on Sun SPARCstations and passed 82 out of 84 test vectors published by CCITT (Dec. 20, 1988) for G.721 and G.723. [The two remaining test vectors, which the G.721 decoder implementation for u-law samples did not pass, may be in error because they are identical to two other vectors for G.723_40.]
標簽: implementations directory reference comprise
上傳時間: 2014-01-22
上傳用戶:Breathe0125
開發平臺:ADS 1.2 功能:ARM下JPG文件轉成BMP文件 1、在C盤根目錄下放一個JPG文件,改名叫test.jpg 2、在ads1.2的AXD下選ARMULATE仿真。 3、運行完畢,在C盤根目錄下會產生一個test.bmp文件 注意:有的JPG文件格式可能不兼容,最好先用WINDOWS XP自帶的畫圖程序打開并 保存一下。 Seloo luo seloo@tom.com 2008-10-10
上傳時間: 2016-11-09
上傳用戶:ynzfm
made by: kangkai data:2008.11.23 this one is used to test arm7 str71x. use a led to test GPIO. a---------P0.0 b---------P0.1 c---------P0.2 d---------P0.3 e---------P0.4 f---------P0.5 g---------P0.6 just run it and you will see the led to show 0-9 all the time.
上傳時間: 2016-12-16
上傳用戶:moerwang
This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM, and simulate in Modelsim. SDCC is the compiler. Example compilation: cd compile sdcc --iram-size 0x80 --xram-size 0x800 t8051.c REM sdcc --iram-size 0x80 t8051.c packihx t8051.ihx > t8051.hex ..\test\mkrom.exe ..\compile\t8051.hex
標簽: binary compiles converts chain
上傳時間: 2017-01-07
上傳用戶:wyc199288