資源簡(jiǎn)介
用C#實(shí)現(xiàn)LSB算法,可以在BMP圖片里隱寫(xiě)信息,提取信息,并計(jì)算出嵌入率

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
namespace?LSB算法CS實(shí)現(xiàn)
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????LSB_embed?f?=?new?LSB_embed(this);
????????????f.Show();
????????}
????????private?void?button2_Click(object?sender?EventArgs?e)
????????{
????????????LSB_Extraction?f?=?new?LSB_Extraction(this);
????????????f.Show();
????????}
????????private?void?button3_Click(object?sender?EventArgs?e)
????????{
????????????this.Close();
????????}
???????
????????
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-11-03?11:14??LSB隱寫(xiě)術(shù)\
?????目錄???????????0??2017-10-12?19:31??LSB隱寫(xiě)術(shù)\Backup\
?????目錄???????????0??2017-10-12?19:31??LSB隱寫(xiě)術(shù)\Backup\LSB算法CS實(shí)現(xiàn)\
?????文件?????????940??2009-06-01?21:26??LSB隱寫(xiě)術(shù)\Backup\LSB算法CS實(shí)現(xiàn).sln
?????文件???????24064??2009-07-14?09:51??LSB隱寫(xiě)術(shù)\Backup\LSB算法CS實(shí)現(xiàn).v12.suo
?????文件?????????811??2009-06-03?14:05??LSB隱寫(xiě)術(shù)\Backup\LSB算法CS實(shí)現(xiàn)\Form1.cs
?????文件????????4284??2009-06-03?14:05??LSB隱寫(xiě)術(shù)\Backup\LSB算法CS實(shí)現(xiàn)\Form1.Designer.cs
?????文件??????113065??2009-06-03?14:05??LSB隱寫(xiě)術(shù)\Backup\LSB算法CS實(shí)現(xiàn)\Form1.resx
?????文件????????5122??2009-07-09?22:02??LSB隱寫(xiě)術(shù)\Backup\LSB算法CS實(shí)現(xiàn)\LSB_em
?????文件????????6791??2009-06-03?14:01??LSB隱寫(xiě)術(shù)\Backup\LSB算法CS實(shí)現(xiàn)\LSB_em
?????文件???????62834??2009-06-03?14:01??LSB隱寫(xiě)術(shù)\Backup\LSB算法CS實(shí)現(xiàn)\LSB_em
?????文件????????2781??2009-07-09?20:19??LSB隱寫(xiě)術(shù)\Backup\LSB算法CS實(shí)現(xiàn)\LSB_Extraction.cs
?????文件????????7191??2009-06-03?14:01??LSB隱寫(xiě)術(shù)\Backup\LSB算法CS實(shí)現(xiàn)\LSB_Extraction.Designer.cs
?????文件??????135602??2009-06-03?14:01??LSB隱寫(xiě)術(shù)\Backup\LSB算法CS實(shí)現(xiàn)\LSB_Extraction.resx
?????文件????????3984??2009-06-02?00:33??LSB隱寫(xiě)術(shù)\Backup\LSB算法CS實(shí)現(xiàn)\LSB算法CS實(shí)現(xiàn).csproj
?????文件?????????476??2009-06-01?21:26??LSB隱寫(xiě)術(shù)\Backup\LSB算法CS實(shí)現(xiàn)\Program.cs
?????目錄???????????0??2017-10-12?19:31??LSB隱寫(xiě)術(shù)\Backup\LSB算法CS實(shí)現(xiàn)\Properties\
?????文件????????1230??2009-06-01?21:26??LSB隱寫(xiě)術(shù)\Backup\LSB算法CS實(shí)現(xiàn)\Properties\AssemblyInfo.cs
?????文件????????2889??2009-06-01?21:26??LSB隱寫(xiě)術(shù)\Backup\LSB算法CS實(shí)現(xiàn)\Properties\Resources.Designer.cs
?????文件????????5612??2009-06-01?21:26??LSB隱寫(xiě)術(shù)\Backup\LSB算法CS實(shí)現(xiàn)\Properties\Resources.resx
?????文件????????1101??2009-06-01?21:26??LSB隱寫(xiě)術(shù)\Backup\LSB算法CS實(shí)現(xiàn)\Properties\Settings.Designer.cs
?????文件?????????249??2009-06-01?21:26??LSB隱寫(xiě)術(shù)\Backup\LSB算法CS實(shí)現(xiàn)\Properties\Settings.settings
?????目錄???????????0??2017-10-31?08:54??LSB隱寫(xiě)術(shù)\LSB算法CS實(shí)現(xiàn)\
?????文件????????1020??2017-10-12?19:31??LSB隱寫(xiě)術(shù)\LSB算法CS實(shí)現(xiàn).sln
?????文件???????24064??2009-07-14?09:51??LSB隱寫(xiě)術(shù)\LSB算法CS實(shí)現(xiàn).suo
?????文件???????50688??2017-10-31?21:19??LSB隱寫(xiě)術(shù)\LSB算法CS實(shí)現(xiàn).v12.suo
?????目錄???????????0??2009-06-01?21:26??LSB隱寫(xiě)術(shù)\LSB算法CS實(shí)現(xiàn)\bin\
?????目錄???????????0??2017-10-12?19:31??LSB隱寫(xiě)術(shù)\LSB算法CS實(shí)現(xiàn)\bin\Debug\
?????文件??????214016??2017-10-31?09:00??LSB隱寫(xiě)術(shù)\LSB算法CS實(shí)現(xiàn)\bin\Debug\LSB算法CS實(shí)現(xiàn).exe
?????文件???????54784??2017-10-31?09:00??LSB隱寫(xiě)術(shù)\LSB算法CS實(shí)現(xiàn)\bin\Debug\LSB算法CS實(shí)現(xiàn).pdb
?????文件???????21656??2017-10-31?21:19??LSB隱寫(xiě)術(shù)\LSB算法CS實(shí)現(xiàn)\bin\Debug\LSB算法CS實(shí)現(xiàn).vshost.exe
............此處省略34個(gè)文件信息
評(píng)論
共有 條評(píng)論