代入法的啟發(fā)示搜索 我的代碼實現(xiàn)是:按照自然語言各字母出現(xiàn)頻率的大小從高到低(已經(jīng)有人作國統(tǒng)計分析了)先生成一張字母出現(xiàn)頻率統(tǒng)計表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再對密文字母計算頻率,并按頻率從高到低生成一張輸入密文字母的統(tǒng)計表(B),通過兩張表的對應(yīng)關(guān)系,不斷用A中的字母去替換B中的字母,搜索不成功時就回退,在這里回朔是一個關(guān)鍵。
上傳時間: 2015-10-24
上傳用戶:wanqunsheng
這是在地震勘探數(shù)字處理中很重要的一步處理,及反Q濾波,能夠有效補償信號高頻能量,提高地震資料分辨率。本程序包中包括反Q濾波源碼和一個實際地震資料的例子,通過例子可以很快的理解并掌握該算法的精髓
上傳時間: 2015-10-25
上傳用戶:秦莞爾w
計算器程序,對于加法和減法可以輸入任意多位,對于乘法和除法只能處理4為十進制,除法保留了8位小數(shù)。按‘c’可以重新輸入,按‘q’退出
上傳時間: 2015-11-08
上傳用戶:shawvi
運行結(jié)果后產(chǎn)生華夏字樣,在提示符后從鍵盤上輸入Q(或q)退出這個程序。,,Asm
上傳時間: 2013-12-13
上傳用戶:Amygdala
在IEEE上下載到的,EMD和盲源分離的經(jīng)典文章,對EMD的使用,和應(yīng)用也是大有裨益
標(biāo)簽: IEEE
上傳時間: 2014-01-06
上傳用戶:lizhizheng88
PHP留言本 設(shè)計流程: 1.需求分析: 留言本要是實現(xiàn)的功能是用戶留言,回復(fù)留言。顯示留言用戶的信息,顯示回復(fù)信息和回復(fù)信息的用戶信息。設(shè)計一個管理員管理留言功能。 2.?dāng)?shù)據(jù)庫設(shè)計: 在mysql下創(chuàng)建相應(yīng)的數(shù)據(jù)庫。 3.代碼編寫: 使用php語言編寫代碼。 運行環(huán)境: Windows/linux操作系統(tǒng) PHP環(huán)境 + mysql 功能概述: 1. 留言和回復(fù)留言功能 2. 顯示留言者的留言時間,email,QQ號碼 3. 可以向留言者發(fā)送email 4. 能在線編輯HTML留言(限制功能) 5. 比較可愛(Q)的界面 6. 管理員管理功能
上傳時間: 2015-11-16
上傳用戶:wanghui2438
[輸入] 圖的頂點個數(shù)N,圖中頂點之間的關(guān)系及起點A和終點B [輸出] 若A到B無路徑,則輸出“There is no path” 否則輸出A到B路徑上個頂點 [存儲結(jié)構(gòu)] 圖采用鄰接矩陣的方式存儲。 [算法的基本思想] 采用廣度優(yōu)先搜索的方法,從頂點A開始,依次訪問與A鄰接的頂點VA1,VA2,...,VAK, 訪問遍之后,若沒有訪問B,則繼續(xù)訪問與VA1鄰接的頂點VA11,VA12,...,VA1M,再訪問與VA2鄰接頂點...,如此下去,直至找到B,最先到達B點的路徑,一定是邊數(shù)最少的路徑。實現(xiàn)時采用隊列記錄被訪問過的頂點。每次訪問與隊頭頂點相鄰接的頂點,然后將隊頭頂點從隊列中刪去。若隊空,則說明到不存在通路。在訪問頂點過程中,每次把當(dāng)前頂點的序號作為與其鄰接的未訪問的頂點的前驅(qū)頂點記錄下來,以便輸出時回溯。 #include<stdio.h> int number //隊列類型 typedef struct{ int q[20]
標(biāo)簽: 輸入
上傳時間: 2015-11-16
上傳用戶:ma1301115706
為基帶系統(tǒng)測試誤碼率而寫的數(shù)字噪聲程序,包括噪聲產(chǎn)生程序和一個測試文件。可以分別產(chǎn)生兩路噪聲供I,Q兩路使用,速率80Mbps左右。
標(biāo)簽: 基帶 系統(tǒng)測試 數(shù)字 程序
上傳時間: 2015-11-19
上傳用戶:米卡
A system simulation environment in Matlab/Simulink of RFID is constructed in this paper. Special attention is emphasized on the analog/RF circuit.Negative effects are concerned in the system model,such as phase noise of the local oscillator,TX-RX coupling,reflection of the environment, AWGN noise,DC offset,I/Q mismatch,etc.Performance of the whole system can be evaluated by changing the coding method,parameters of building blocks,and operation distance.Finally,some simulation results are presented in this paper.
標(biāo)簽: environment constructed simulation Simulink
上傳時間: 2014-01-09
上傳用戶:zhangliming420
Software Testing, Second Edition provides practical insight into the world of software testing and quality assurance. Learn how to find problems in any computer program, how to plan an effective test approach and how to tell when software is ready for release. Updated from the previous edition in 2000 to include a chapter that specifically deals with testing software for security bugs, the processes and techniques used throughout the book are timeless. This book is an excellent investment if you want to better understand what your Software Test team does or you want to write better software.
標(biāo)簽: practical Software provides software
上傳時間: 2014-08-01
上傳用戶:zhaiyanzhong
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1