资源简介
这是我自己的毕业设计,希望对后面的同学有帮助。
用Java实现,源程序详细,且注释清晰。
毕业设计题目:DES密码系统的安全分析和程序设计
包括:开题报告、毕业论文、源程序、可运行程序、指导记录、外文翻译等。
代码片段和文件信息
/*
* To change this template choose Tools | Templates
* and open the template in the editor.
*/
/*
* HomePanel.java
*
* Created on 2011-5-28 14:24:29
*/
package desapp;
import desapp.core.DesUtil;
import java.awt.Cursor;
import javax.swing.JOptionPane;
/**
*
* @author Administrator
*/
public class CommonDesEncryptPanel extends javax.swing.JPanel {
/** Creates new form HomePanel */
public CommonDesEncryptPanel() {
initComponents();
}
public CommonDesEncryptPanel(Mainframe mainframe) {
this.mainframe = mainframe;
initComponents();
}
/** This method is called from within the constructor to
* initialize the form.
* WARNING: Do NOT modify this code. The content of this method is
* always regenerated by the Form Editor.
*/
@SuppressWarnings(“unchecked“)
// //GEN-BEGIN:initComponents
private void initComponents() {
jLabel1 = new javax.swing.JLabel();
jTextField1 = new javax.swing.JTextField();
jLabel2 = new javax.swing.JLabel();
jLabel3 = new javax.swing.JLabel();
jLabel4 = new javax.swing.JLabel();
jScrollPane1 = new javax.swing.JScrollPane();
jTextPane1 = new javax.swing.JTextPane();
jScrollPane2 = new javax.swing.JScrollPane();
jTextPane2 = new javax.swing.JTextPane();
jScrollPane3 = new javax.swing.JScrollPane();
jTextPane3 = new javax.swing.JTextPane();
jScrollPane4 = new javax.swing.JScrollPane();
jTextPane4 = new javax.swing.JTextPane();
jLabel5 = new javax.swing.JLabel();
jLabel6 = new javax.swing.JLabel();
jLabel7 = new javax.swing.JLabel();
jLabel8 = new javax.swing.JLabel();
setBorder(javax.swing.BorderFactory.createtitledBorder(null “普通DES加/解密“ javax.swing.border.titledBorder.CENTER javax.swing.border.titledBorder.DEFAULT_POSITION new java.awt.Font(“宋体“ 0 12) new java.awt.Color(153 153 153))); // NOI18N
setMaximumSize(new java.awt.Dimension(400 270));
setMinimumSize(new java.awt.Dimension(400 270));
setPreferredSize(new java.awt.Dimension(400 270));
jLabel1.setFont(new java.awt.Font(“宋体“ 1 12));
jLabel1.setForeground(new java.awt.Color(255 0 0));
jLabel1.setIcon(new javax.swing.ImageIcon(getClass().getResource(“/desapp/resource/home_1.png“))); // NOI18N
jLabel1.setText(“返回“);
jLabel1.setName(“jLabel1“); // NOI18N
jLabel1.addMouseListener(new java.awt.event.MouseAdapter() {
public void mouseEntered(java.awt.event.MouseEvent evt) {
jLabel1MouseEntered(evt);
}
public void mouseExited(java.awt.event.MouseEvent evt) {
jLabel1MouseExited(evt);
}
public void mouseReleased(java.awt.event.MouseEvent evt) {
jLabel1MouseReleased(evt);
}
});
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2193374 2011-06-07 13:54 王浩毕业设计\DesApp.exe
文件 2193374 2011-06-07 13:54 王浩毕业设计\可运行程序\DesApp.exe
文件 134435 2011-06-07 13:51 王浩毕业设计\可运行程序\DesApp.jar
文件 264192 2011-06-07 13:51 王浩毕业设计\可运行程序\lib\appfr
文件 1850291 2011-06-07 13:51 王浩毕业设计\可运行程序\lib\substance.jar
文件 11007 2011-06-07 13:51 王浩毕业设计\可运行程序\lib\swing-worker-1.1.jar
文件 105601 2011-06-07 13:51 王浩毕业设计\可运行程序\lib\trident.jar
文件 1445 2011-06-07 13:51 王浩毕业设计\可运行程序\README.TXT
文件 48128 2011-06-13 14:07 王浩毕业设计\开题报告.doc
文件 125952 2011-06-13 14:08 王浩毕业设计\文献翻译.doc
文件 45056 2011-06-13 12:39 王浩毕业设计\本科毕业设计指导过程记录.doc
文件 61440 2011-06-08 12:47 王浩毕业设计\毕业设计任务书、答辩提问录、成绩评定、评阅人评语、指导教师评语.doc
文件 1339904 2011-06-08 13:32 王浩毕业设计\毕业设计答辩演示文稿.ppt
文件 68 2011-06-07 13:51 王浩毕业设计\源程序\DesApp\build\built-jar.properties
文件 1019 2011-06-07 13:51 王浩毕业设计\源程序\DesApp\build\classes\desapp\CommonDesEncryptPanel$1.class
文件 1019 2011-06-07 13:51 王浩毕业设计\源程序\DesApp\build\classes\desapp\CommonDesEncryptPanel$2.class
文件 1019 2011-06-07 13:51 王浩毕业设计\源程序\DesApp\build\classes\desapp\CommonDesEncryptPanel$3.class
文件 9947 2011-06-07 13:51 王浩毕业设计\源程序\DesApp\build\classes\desapp\CommonDesEncryptPanel.class
文件 10917 2011-06-07 13:51 王浩毕业设计\源程序\DesApp\build\classes\desapp\core\DES.class
文件 6384 2011-06-07 13:51 王浩毕业设计\源程序\DesApp\build\classes\desapp\core\DesUtil.class
文件 3979 2011-06-07 13:51 王浩毕业设计\源程序\DesApp\build\classes\desapp\core\SystemDesUtil.class
文件 977 2011-06-07 13:51 王浩毕业设计\源程序\DesApp\build\classes\desapp\DesBugTestPanel$1.class
文件 977 2011-06-07 13:51 王浩毕业设计\源程序\DesApp\build\classes\desapp\DesBugTestPanel$2.class
文件 977 2011-06-07 13:51 王浩毕业设计\源程序\DesApp\build\classes\desapp\DesBugTestPanel$3.class
文件 9809 2011-06-07 13:51 王浩毕业设计\源程序\DesApp\build\classes\desapp\DesBugTestPanel.class
文件 1005 2011-06-07 13:51 王浩毕业设计\源程序\DesApp\build\classes\desapp\FileDesEncryptPanel$1.class
文件 772 2011-06-07 13:51 王浩毕业设计\源程序\DesApp\build\classes\desapp\FileDesEncryptPanel$2.class
文件 772 2011-06-07 13:51 王浩毕业设计\源程序\DesApp\build\classes\desapp\FileDesEncryptPanel$3.class
文件 1005 2011-06-07 13:51 王浩毕业设计\源程序\DesApp\build\classes\desapp\FileDesEncryptPanel$4.class
文件 1006 2011-06-07 13:51 王浩毕业设计\源程序\DesApp\build\classes\desapp\FileDesEncryptPanel$5.class
............此处省略91个文件信息
评论
共有 条评论