搜索资源列表
NewsPlayer
- Java内核是unicode的,就连class文件也是,但是很多媒体,包括文件/流的保存方式是使用字节流的。因此Java要对这些字节流经行转化。char是unicode的,而byte是字节。Java中byte/char互转的函数在sun.io的包中间有。其中ByteToCharConverter类是中调度,可以用来告诉你,你用的convertor。其中两个很常用的静态函数是-Java kernel is unicode,as well as class files.However,most mu
Java.Class.Dissassembler.v4.0a-Lz0
- Java.Class.Dissassembler.v4.0a-Lz0 java程序的反编译器,此版本完全支持JAVA 5。本工具具有两大特性:学习价值,研究class字节码格式能使你更深入理解java;调试的辅助工具。-Java.Class.Dissassembler.v4.0a - Lz0 ja va procedures for the anti-compiler, this version fully supports Java 5. The tool has two main cha
真爱测试
- 这是我用jbuilder9.0写的真爱测试软件,也是我个人的处女作吧!文件中既有源码,也有JAVA字节码!望各位网友给点意见-This what I used to write the love jbuilder9.0 testing software, it is also my personal maiden! Both source documents, but also Java byte code! How are you looking to the point!
MSILandTutorial
- Microsoft Intermediate Language (MSIL)微软中间语言 这是一种类似Java字节码的语言,也是为了能在不同平台移植所生成的中间代码。具体过程如下: MSIL是将.NET代码转化为机器语言的一个中间过程。它是一种介于高级语言和基于Intel的汇编语言的伪汇编语言。当用户编译一个.NET程序时,编译器将源代码翻译成一组可以有效地转换为本机代码且独立于CPU的指令。 -Microsoft Intermediate Language (MSIL), Mi
comm
- 进行串口通讯,支持16进制字节数组的发送-Serial port communication, support for 16-hex-byte array to send
Java-Scanner
- 一个JAVA编辑器,能够识别JAVA语法并输出单词字节流。C++编写-A JAVA editor, able to identify the JAVA syntax and output word byte stream. C++ write
split_words
- 分词程序,正向最大匹配法,JAVA语言。核心思想是从句子最左端开始,单字节扫描匹配,直至句末-Segmentation procedure, forward maximum matching, JAVA language. Core idea is to start from the leftmost sentence, single-byte scan match until end of the sentence
CfTranslator
- Static method that turns byte[]s containing Java classfiles into ClassDefItem instances.
TestFileIO
- Java类库中字节流由InputStream类和OutputStream类派生。由于InputStream,OutputStream是针对字节流的,所以读取文件前先要定义byte[],然后把文件流读取到byte[]里面.-Derived the InputStream class and OutputStream class byte stream in the Java class library. Thanks to InputStream, OutputStream is aimed a
FileIO
- JAVA reads and writes files into the byte array
com.yt.tools.http
- 为http的功能类,maven方式构建的,封装了文件,json,string,byte等获取方式,同时提供了多种延伸的方式,简单易用。(For the function class of HTTP, the way of Maven is built, which encapsulates the way of obtaining files, JSON, string, byte and so on. At the same time, it provides a variety of ext