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

搜索资源列表

  1. javabase64-1.3.1

    0下载:
  2. Java Base64编码库使您的Java应用程序进行编码和解码的Base64字符串和流。-The Java Base64 library enables your Java application to encode and decode base64 strings and streams.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:64.1kb
    • 提供者:menghongbing
  1. SMSDecoder

    0下载:
  2. 一个sms格式的PPC端短信备份的还原工具。原备份软件BkGenuis包含在rar文件内。 PPC上有个绿色的单独的短信备份还原工具,备份的格式是sms,但是还原是直接还原至手机短信中,在PC端不可以直接阅读。故编写了这个java程序来实现sms格式的解码。输入是input.sms。输出是txt文本格式。-this tool can decode the sms format of message backup file on PPC. The backup software called
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:43.25kb
    • 提供者:slice
  1. rtfreader

    0下载:
  2. java实现读取RTF文本,对采用RTF加密的文本可做解码参考-java achieve read RTF text using RTF can decode the encrypted text reference
  3. 所属分类:Applet

    • 发布日期:2017-04-04
    • 文件大小:10.45kb
    • 提供者:zzy
  1. encode

    0下载:
  2. 用Java编写的线性密码加小解密工具,可以供学习Java和加解密的同志学习。-a encode/decode tool programmed in java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:12.88kb
    • 提供者:witfox
  1. Codificador

    0下载:
  2. My Code and Decode version on java, tutorial include
  3. 所属分类:Java Develop

    • 发布日期:2017-05-01
    • 文件大小:803.56kb
    • 提供者:ipalmor
  1. Decode_the_data_encoded_Java_implementation

    0下载:
  2. 数据编码_解码的Java实现Decode the data encoded _ Java implementation-Decode the data encoded _ Java implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2.65mb
    • 提供者:uo
  1. Monitoring

    0下载:
  2. 一个java的抓包程序,过滤出IP数据包,加了界面,不过没有解码数据,可以参考一下。-The packet capture of a java program to filter out the IP data packets, the interface, but did not decode the data for reference.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:8.28kb
    • 提供者:济公
  1. vigenere.java

    0下载:
  2. vigenere encode and decode a plain text
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:3.1kb
    • 提供者:vigenere
  1. decode-program

    0下载:
  2. 使用网络编码后线性随机解码程序,java 语言-decode program when using network coding
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:125.47kb
    • 提供者:晨阳
  1. BarcodeFonction

    0下载:
  2. This java class is used to code and decode a barcode into QRcode or otherwise CodeEAN13,codeEAN128,EAN 8. useful for J2ME developers
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:2.53kb
    • 提供者:Kort Riadh
  1. NetUtil

    0下载:
  2. 网络工具,使用Java程序向制定URL地址提交表单或发送数据包并取得返回的数据包 以POST方式向指定地址发送数据包请求,并取得返回的数据包 以POST方式向指定地址提交表单 url解码 url编码-Network tool, developed using the Java program to submit the form or URL address to send data packets and the packets get back The POST meth
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1.76kb
    • 提供者:曲欣亮
  1. KeyGeneratorExample

    0下载:
  2. Java生成密钥、保存密钥的实例源码,通过本源码可以了解到Java如何产生单钥加密的密钥(myKey)、产生双钥的密钥对(keyPair)、如何保存公钥的字节数组、保存私钥到文件privateKey.dat、如何用Java对象序列化保存私钥,通常应对私钥加密后再保存、如何从文件中得到公钥编码的字节数组、如何从字节数组解码公钥-Java to generate a key instance of the source to save the key can learn Java through t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3.31kb
    • 提供者:燕姿
  1. demoEncode

    0下载:
  2. 解决乱码问题,页面提交进行转码,服务器接收后java进行解码-To solve the garbage problem, the page is submitted for transcoding server receives java decode
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-02
    • 文件大小:15.13kb
    • 提供者:
  1. Erweima

    0下载:
  2. 实现二维码图片生成和解析,使用netbeans编程,java语言-encode and decode of 2-dimensional bar code
  3. 所属分类:Java Develop

    • 发布日期:2017-11-01
    • 文件大小:45kb
    • 提供者:娄歌
  1. Caesar.java.zip

    0下载:
  2. ceaser cipher java program used to decode the ceaser cipher. made for cs assignment in uni,ceaser cipher java program used to decode the ceaser cipher. made for cs assignment in uni
  3. 所属分类:JavaScript

    • 发布日期:2017-11-12
    • 文件大小:831byte
    • 提供者:emp
  1. wj

    0下载:
  2. 对一个string的crc16封装和解码 其中用到了Java的udp通信-it can encode the string after transfering into byte[] by CRC16,and also can decode the message you received by CRC16 via UDP conmmunication.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:35.94kb
    • 提供者:王佑磊
  1. zxing

    0下载:
  2. 二维码,ZXing是一个开放源码的,用Java实现的多种格式的1D/2D条码图像处理库,它包含了联系到其他语言的端口。(QR code ZXing Decoder Online Decode a 1D or 2D barcode from an image on the web. Supported formats include: UPC-A and UPC-E EAN-8 and EAN-13 Code)
  3. 所属分类:Java编程

    • 发布日期:2017-12-18
    • 文件大小:365kb
    • 提供者:green9694
搜珍网 www.dssz.com