CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - java A

搜索资源列表

  1. base_On_J2EE_net_edu

    0下载:
  2. 基于J2EE的网络教学系统研究与设计 这是一篇答辩通过的论文 没有作品-Network Teaching System Based on J2EE Research and Design This is a reply does not work through the paper
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:1222130
    • 提供者:
  1. a

    0下载:
  2. 通过在线学习系统,消除了地域和时间上的限制,使学生的学习更加快捷,方便。-Online learning system, eliminating the geographical and time constraints, so that students learn faster and more convenient.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-25
    • 文件大小:8571812
    • 提供者:侯晓媛
  1. banker

    0下载:
  2. 共享资源分配与银行家算法 [问题描述] 本题主要内容是模拟实现资源分配。银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。 通过对这个算法的设计,让学生能够对书本知识有更深的理解,在操作和其它方面有更高的提升。 -Share resource allocation algorithm with bankers [Problem Descr iption] T
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-25
    • 文件大小:11294
    • 提供者:yuebo
  1. signnature-DSA

    0下载:
  2. 单向加密通常用于消息摘要,具体算法可以阅读java.security.*的源代码获得。经过封装之后可以使用简单的静态方法来实现,-One-way encryption is commonly used message digest, the specific algorithm can read java.security .* source code access. Through the package can then be used to implement a simple stati
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-21
    • 文件大小:10043
    • 提供者:
  1. a

    0下载:
  2. 网络编程技术及应用的源代码,关于packetdriver的还有关于java,wincap winsock-packetdriver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-19
    • 文件大小:5312708
    • 提供者:kayin
  1. classes

    0下载:
  2. 一个很不错的远程桌面源码,大家可以根据需要修改-a open source for remote desktop
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:119211
    • 提供者:王一帆
  1. rsa

    0下载:
  2. 用JAVA编写的一个加解密程序,可自动生成公钥、私钥-Prepared using JAVA encryption and decryption of a program that automatically generates a public key, private key
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:56376
    • 提供者:ren
  1. DES

    0下载:
  2. 对数据进行加密传输能有效地保证数据的机密性,DES是一个保证数据机密性的经典算法,本实验拟在VC/ C/C++/Java环境中实现DES算法。-Encrypt the data transfer can effectively guarantee the confidentiality of data, DES is a guarantee of data confidentiality classical algorithm, this study intends to VC/C/C++/Ja
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:29033
    • 提供者:nannan
  1. AES

    0下载:
  2. 这是一个AES加密的JAVA源代码,能完成加密和解密功能。-AES encryption This is a JAVA source code, to complete the encryption and decryption functions.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:9908
    • 提供者:陈燕燕
  1. 3DES_java

    0下载:
  2. 一个完整的3DES加解密方法。代码简单、易懂,适合学习用。-A complete 3DES encryption and decryption methods. Code is simple, easy to understand, for learning purposes.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:7812
    • 提供者:hanhan
  1. Vernam

    0下载:
  2. 一次一密加密算法加解密实(26个英文字符,限长) -A secret encryption and decryption of a solid (26 English characters, limited to long)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:1318
    • 提供者:亚伊
  1. kyotocabinet-java-1.14.tar

    0下载:
  2. 这是 kyoko cabinet C 代码有关 Java 的绑定接口。 kyoko cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表和b树组织。 -Kyoto Cabinet is a library of routines for managing a database. The database is a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:105445
    • 提供者:Jim Abuma
  1. BASE64Java

    0下载:
  2. 本篇内容简要介绍BASE64、MD5、SHA、HMAC几种加密算法。 BASE64编码算法不算是真正的加密算法。 MD5、SHA、HMAC这三种加密算法,可谓是非可逆加密,就是不可解密的加密方法,我们称之为单向加密算法。我们通常只把他们作为加密的基础。单纯的以上三种的加密并不可靠。 -This brief introduction to the contents of BASE64, MD5, SHA, HMAC several encryption algorithms. BA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:60548
    • 提供者:whalestudio
  1. crc-code

    0下载:
  2. 纠错算法功能包,实现简单的crc算法计算-Feature Pack correction algorithm to achieve a simple algorithm to calculate the crc
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:8877
    • 提供者:罗海强
  1. Myaes

    0下载:
  2. AES加密解密 文件加密 字符串加密 有加密过程-AES encryption and decryption a string encryption file encryption encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-19
    • 文件大小:5326049
    • 提供者:寒舍夜话
  1. Java-FileEncrpter

    0下载:
  2. 实现文本加密,内含源码,DES加密算法详细步骤及代码实现-To achieve a text encryption, includes source code, DES encryption algorithm and code detailed steps
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1221599
    • 提供者:xiongniantao
  1. mycipher.java

    0下载:
  2. 用java编写的用于加密和解密的代码,所用加解密算法为simple DES算法。-Prepared with the java code for encryption and decryption, used as a simple DES encryption and decryption algorithm algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:3383
    • 提供者:fd
  1. Java-encryption

    0下载:
  2. 实践篇 这篇主要对现今流行的所有加密算法进行了全面阐述和深入剖析,并配合相关测试用例演 示算法实现。在阅读这篇前,请阅读本书第2章相关理论知识,并了解第3~4章相关的API内容。 -This article mainly about the current practice of all popular encryption algorithm describes a comprehensive and in-depth analysis, and in line with the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:356423
    • 提供者:sy3658
  1. java-mima

    0下载:
  2. 这是一个用JAVA来写的一个进行给文件加密和解密的程序,对于初学JAVA的,很实用.-This is a used one for JAVA to write to the file encryption and decryption procedures, JAVA for beginners, very practical.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:2393
    • 提供者:she
  1. RESsecure

    0下载:
  2. 通过j2se编程实现1024位RSA加密算法,内部含有明文密文再到明文的检测测试可以快速生成密钥对-Pass the j2se plait distance realization 1024 RSA to encrypt calculate way, inner part imply a clear statement secret content again arrive clear statement of examination test can fast born and airtigh
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:5308
    • 提供者:刘伟
« 1 2 3 4 56 7 8 9 10 ... 25 »
搜珍网 www.dssz.com