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

搜索资源列表

  1. javassist-3.4

    0下载:
  2. Javassist是一个开源的分析、编辑和创建Java字节码的类库。是由东京技术学院的数学和计算机科学系的 Shigeru Chiba 所创建的。它已加入了开放源代码JBoss 应用服务器项目,通过使用Javassist对字节码操作为JBoss实现动态AOP框架。 -Javassist is a revenue analysis, editing and the creation of Java byte code library. By the Tokyo Institute of Techn
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1.63mb
    • 提供者:廖年东
  1. Java读取BMP格式图片(源代码)

    0下载:
  2. A windows BMP file is a common image format that Java does not handle. While BMP images are used only on windows machines, they are reasonably common. Reading these shows how to read complex structures in Java and how to alter they byte order from th
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3.15kb
    • 提供者:潘作为
  1. jasml

    0下载:
  2. JASML is a java byte code compiler, providing yet another approach to view, write and edit java classes, even without the existence of a java source file - using the java macro instructions, those described in The Java Language Specification.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:557.71kb
    • 提供者:zhl
  1. Java聊天室程序

    1下载:
  2. 这个是服务器 import java.awt.*; import java.awt.event.*; import java.net.*; import javax.swing.*; public class UDPServerDemo extends JFrame{ int port=2345; //端口号 public UDPServerDemo(){ try{ byte[] buffer=new byte[256]; //缓冲区数组 DatagramSocket socket=new Da
  3. 所属分类:JSP源码/Java

  1. Java

    0下载:
  2. Web应用程序在浏览器中显示字符串时,由于显示长度的限制,常常需要将字符串截取后再进行显示。 本文实现用Java实现按字节长度截取字符串。-Web applications in the browser to display the string, due to length restrictions, and often need to show the string after the interception. In this paper, using Java to achieve
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:4.81kb
    • 提供者:王平
  1. IOofJava2008

    0下载:
  2. Java I/O操作,字节流InputStream和OutputStream,字符流Reader和Writer,Java I/O库的设计原则,字符集的编码,RandomAccessFile类,管道流,对象的序列化。-Java I/O operations, byte-stream InputStream and OutputStream, character stream Reader and Writer, Java I/O library design principles, charact
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:3.59kb
    • 提供者:haoyingying
  1. DesEncrypt

    0下载:
  2. * 使用DES加密与解密,可对byte[],String类型进行加密与解密 密文可使用String,byte[]存储. * * 方法: void getKey(String strKey)从strKey的字条生成一个Key * * String getEncString(String strMing)对strMing进行加密,返回String密文 String * getDesString(String strMi)对strMin进行解密,返回String明文
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1.25kb
    • 提供者:tulip
  1. GeneratePossionDistribution_codes

    0下载:
  2. Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/e)x] step3:Slove x=1/F(u) step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn step5:If the first packet was generated at time [
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:152.49kb
    • 提供者:黃文岩
  1. Java

    0下载:
  2. Java 程序编码规范 所有的程序开发手册都包含了各种规则。一些习惯自由程序人员可能对这些规则很不适应,但是在多个开发人员共同写作的情况下,这些规则是必需的。这不仅仅是为了开发效率来考虑,而且也是为了后期维护考虑。 内容: 命名惯例 、Java文件样式 、代码编写格式 、程序编写 、编程技巧 、Swing 、调试 、性能 、可移植性 1) 命名规范 定义这个规范的目的是让项目中所有的文档都看起来像一个人写的,增加可读性,减少项目组中因为换人而带来的损失。(这些规范并不是一定要绝对
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:16.12kb
    • 提供者:fyChu
  1. JavaCodes

    0下载:
  2. Java 程序编码规范 所有的程序开发手册都包含了各种规则。一些习惯自由程序人员可能对这些规则很不适应,但是在多个开发人员共同写作的情况下,这些规则是必需的。这不仅仅是为了开发效率来考虑,而且也是为了后期维护考虑。 内容: 命名惯例 、Java文件样式 、代码编写格式 、程序编写 、编程技巧 、Swing 、调试 、性能 、可移植性 1) 命名规范 定义这个规范的目的是让项目中所有的文档都看起来像一个人写的,增加可读性,减少项目组中因为换人而带来的损失。(这些规范并不是一定要绝对
  3. 所属分类:Java Develop

    • 发布日期:2017-05-22
    • 文件大小:6.74mb
    • 提供者:fyChu
  1. ByteCommunication

    0下载:
  2. A byte comunication system made in java that can be used to send messages in betweeen computers on the same network.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:7.56kb
    • 提供者:crina9
  1. 27942020javarsa

    0下载:
  2. RSA加密算法,界面操作,可以很方便的对文件的内容进行加密,而且为了能加密更长的内容,算法中采用了分段加密的手段。其算法步骤如下:1. 读取公钥e和n,作加密之用。 2. 从DecText中读取一大段明文,转化成明文字节数组Byte[]。 3. 再把Byte[]分成若干小段明文字节数组sectByt -RSA encryption algorithm, interface operation, it is easy to encrypt the contents of the documen
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:4.99kb
    • 提供者:易守望
  1. Archivos.java.tar

    0下载:
  2. Class in Java designed to return a file of the server as a byte arrangement to the JSP that calls it. It includes a resizer for images
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1.96kb
    • 提供者:Lord Lemuel
  1. javaclass

    0下载:
  2. java字节码反编译 java字节码分析工具-java decompile java byte-code byte-code analysis tools
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:113.32kb
    • 提供者:云飞
  1. DesEncrypt

    0下载:
  2. DES加密DES,使用java编译,使用DES加密与解密,可对byte[],String类型进行加密与解密 密文可使用String,byte[]存储.。-DES encryption DES, using the java compiler, using DES encryption and decryption, can byte [], String type of encryption and decrypt the ciphertext can use String, byte [] m
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1.57kb
    • 提供者:wheat
  1. JavaFiletoArrayConverter

    0下载:
  2. Convert a File to an Array for example convert a gif file Picture.gif to a Java byte array Picture.gif.j that can be used by createImage method. -Convert a File to an Array for example convert a gif file Picture.gif to a Java byte array Picture.gi
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:15.88kb
    • 提供者:Mark
  1. asm

    1下载:
  2. 深入理解JAVA CLASS文件的格式 面对class文件中的一大堆字节码 你是否束手无策 那么就看这个例子吧-In-depth understanding of JAVA CLASS file formats to face a lot of class file byte code at a loss then you look at this another example
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:2.48kb
    • 提供者:xiehui
  1. javago

    0下载:
  2. Java Bytecode Inlining Tool. JavaGO performs global optimization of Java byte code with assumption that it has information about all classes used in application. Source & Binary
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:53.79kb
    • 提供者:Jeff
  1. Java_zinengka_youhua

    0下载:
  2. 针对复杂的传统Java智能卡指令解析问题,结合Applet的部署特点,提出了指令预解析的概念 给出了转换后的Applet文件(CAP,Converted Applet file)中导入组件、常数池和导出组件的预解析优化存储结构及包注册表结构,使用定长存储结构替代原有的变长存储结构以加快查找过程,引入了导出组件辅助索引表以加快外包类的解析过程 设计了基于优化后组件的静态域、静态方法和类访问字节码指令的快速解析流程,将解析算法的时间复杂度降为常数阶 在Applet下载过程中通过预解析来生成优化后的组
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:197.66kb
    • 提供者:刘杰
  1. Java-byte-code-parse

    0下载:
  2. java 字节码解析过程资料。对于想研究java虚拟机的同学有很大帮助。-java bytecode parsing data. Be of great help for the students want to study the java virtual machine.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:576.28kb
    • 提供者:dogdog
« 12 3 4 »
搜珍网 www.dssz.com