資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Drawing;
namespace?chaos
{
????///?
????///?混沌加解密
????///?logxing版權所有,qq:56447942,msn:logxing521@hotmail.com
????///?
????public?static?class?Chaos
????{
????????//Logistic模型:X_n+1=u*Xn(1-Xn)
????????///?
????????///?基于Logistic模型的混沌加解密
????????///?
????????///?要處理的數據
????????///?應屬于[3.574]
????????///?應屬于(01)
????????///?
????????public?static?byte[]?Encrypt(byte[]?data?double?u?double?x0)
????????{
????????????byte[]?res?=?new?byte[data.Length];
????????????double?x?=?logistic(u?x0?2000);
????????????for?(int?i?=?0;?i??????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????14848??2011-02-15?14:49??chaos\chaos\bin\Debug\chaos.exe
?????文件??????32256??2011-02-15?14:49??chaos\chaos\bin\Debug\chaos.pdb
?????文件??????11608??2011-02-15?14:49??chaos\chaos\bin\Debug\chaos.vshost.exe
?????文件????????490??2010-03-17?22:39??chaos\chaos\bin\Debug\chaos.vshost.exe.manifest
?????文件???????2813??2011-02-15?14:49??chaos\chaos\Chaos.cs
?????文件???????3453??2011-02-14?15:34??chaos\chaos\chaos.csproj
?????文件????????143??2011-02-14?14:25??chaos\chaos\chaos.csproj.user
?????文件???????4530??2011-02-15?14:49??chaos\chaos\Form1.cs
?????文件??????12995??2011-02-15?14:43??chaos\chaos\Form1.Designer.cs
?????文件???????5817??2011-02-15?14:43??chaos\chaos\Form1.resx
?????文件????????906??2011-02-15?14:49??chaos\chaos\obj\x86\Debug\chaos.csproj.FileListAbsolute.txt
?????文件??????14848??2011-02-15?14:49??chaos\chaos\obj\x86\Debug\chaos.exe
?????文件????????180??2011-02-15?14:43??chaos\chaos\obj\x86\Debug\chaos.Form1.resources
?????文件??????32256??2011-02-15?14:49??chaos\chaos\obj\x86\Debug\chaos.pdb
?????文件????????180??2011-02-14?21:27??chaos\chaos\obj\x86\Debug\chaos.Properties.Resources.resources
?????文件???????5379??2011-02-15?14:50??chaos\chaos\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????768??2011-02-15?14:43??chaos\chaos\obj\x86\Debug\GenerateResource-ResGen.read.1.tlog
?????文件????????770??2011-02-15?14:43??chaos\chaos\obj\x86\Debug\GenerateResource-ResGen.write.1.tlog
?????文件????????466??2011-02-14?14:24??chaos\chaos\Program.cs
?????文件???????1342??2011-02-14?14:24??chaos\chaos\Properties\AssemblyInfo.cs
?????文件???????2858??2011-02-14?14:24??chaos\chaos\Properties\Resources.Designer.cs
?????文件???????5612??2011-02-14?14:24??chaos\chaos\Properties\Resources.resx
?????文件???????1088??2011-02-14?14:24??chaos\chaos\Properties\Settings.Designer.cs
?????文件????????249??2011-02-14?14:24??chaos\chaos\Properties\Settings.settings
?????文件????????857??2011-02-14?14:25??chaos\chaos.sln
????..A..H.?????19456??2011-02-15?14:49??chaos\chaos.suo
?????文件?????????72??2011-02-15?14:44??chaos\readme.txt
?????文件?????208307??2011-02-14?14:16??chaos\基于Logistic映射混沌加密算法的研究.pdf
?????目錄??????????0??2011-02-14?14:25??chaos\chaos\obj\x86\Debug\TempPE
?????目錄??????????0??2011-02-15?14:49??chaos\chaos\obj\x86\Debug
............此處省略12個文件信息
- 上一篇:C#(WinForm)HTML編輯器
- 下一篇:mvc 數據驗證
評論
共有 條評論