当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: 这个小程序,算不上什么.为了节省时间.请看代码! using
 

 

    摘要: 基于嵌入式系统的入侵检测及权限管理系统 http://91mail.51.net 摘要:本文介绍了基于嵌入式系统的入侵检测及权限管理系统的主要功能及其实现的原理,并且详细列出了其软硬件配置,比较了这套系统与其他产品相比所具有的优点。 关键词:嵌入式系统,入侵检测,权限管理,人工智能 当前入侵检测和权限管理是网络安全领域的两个热点,但是大部分这方面的产品都是软件形式的,运行时的性能依赖于其附属的操......
    摘要: xprobe v2.0 精确的active操作系统指纹识别的“模糊”的方法。 版权。copyright ? 2002, fyodor yarochkin & ofir arkin ofir arkin fyodor yarochkin founder ofir@sys-security.com fygrave@tigerteam.net the sys-security group ......


C#-对称加密的一个例子

这个小程序,算不上什么.为了节省时间.请看代码!

  【程序编程相关:将模式对话框的返回值回送(PostBac

【推荐阅读:类注释文档编写方法

namespace 对称加密应用{ ///  /// form1 的摘要说明. ///  public class form1 : system.windows.forms.form {  private system.windows.forms.textbox textbox1;  private system.windows.forms.textbox textbox2;  private system.windows.forms.button button1;  private system.windows.forms.button button2;  ///   /// 必需的设计器变量.    private system.windows.forms.textbox textbox3;  private system.windows.forms.openfiledialog openfile;  private system.windows.forms.button button3;  private system.windows.forms.savefiledialog savefile;  private system.windows.forms.button button4;  private system.windows.forms.label label1;  private system.windows.forms.label label2;  private system.windows.forms.checkbox checkbox1; 【扩展信息:破除java神话之(二):参数是传址的

using system;using system.drawing;using system.collections;using system.componentmodel;using system.windows.forms;using system.data;using system.security.cryptography;using system.io;

  //创建实例  rijndaelmanaged rij = new rijndaelmanaged();//  //全局变量,标记文件的扩展名  private static string ext=null;  //标记加密成功与否  private static bool enresult = false;  //标记解密成功与否的标记  private static bool deresult = false;    ///   private system.componentmodel.container components = null;

  public form1()  {   //   // windows 窗体设计器支持所必需的   //   initializecomponent();

   //   // todo: 在 initializecomponent 调用后添加任何构造函数代码   //  }


...   下一页
    摘要:functional programming functional programming 不是一个新鲜的概念了,例如 c++ 虽然不是一门 functional programming 语言,但对它也有变通的支持——通过使用模板,函数对象(function objects)和运算符重载等手段,stl、boost 等库提供了巧妙无比的、高性能的算法和功能。长久以来似乎 c++ 能实现的这些特性对于......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE