介绍了java概念,虚拟机结构,class文件格式,常数池解析,虚拟机指令集,编译虚拟机,线程与锁,优化等。
标签: java
上传时间: 2015-12-28
上传用户:思琦琦
This example streams input from a ADC source to a DAC. An analog signal is acquired block-by-block into SDRAM from the ADC (an AD9244 in this example). The frames are then output with a one-frame delay to the DAC (an AD9744 in this example). In this example, no processing is done on the frames. They are passed unaltered.
标签: block-by-block acquired example streams
上传时间: 2015-12-29
上传用户:bjgaofei
JAVA项目开发实践-网上范例:网上购物系统的JSP实现 第一步:将cart.jsp复制到C:\Apache Tomcat 4.0\webapps\ROOT下。 第二步:将cart目录(包含*.class文件及*.java文件)复制到C:\Apache Tomcat 4.0\common\classes目录中。 第三步:将cart.mdb复制到C:\下。 第四步:配制ODBC数据源,在系统DNS中添加cart.mdb,并命名为cart。 然后在浏览器中输入http://localhost:8080/cart.jsp测试,如果看到如图6-2所示的画面,则证明安装成功。
标签: cart webappsROOT Apache Tomcat
上传时间: 2016-01-02
上传用户:hanli8870
AVA项目开发实践-网上范例3: 运行方法: 编译好四个类之后,把生成的文件存放到一个叫作grapro的目录下,再用下面的命令来启动程序: javaw –classpath "程序的class文件存放位置" grapro.GraphProg 假如class文件都存放在D盘的PicExample\classes中,那么命令就是: javaw –classpath "D:\PicExample\classes" grapro.GraphProg
上传时间: 2016-01-02
上传用户:gdgzhym
JAVA项目开发实践-网上范例4: 1:要完成本程序,首先需要安装Java SDK,建立基本的java程序运行和编程环境; 2:安装JMF(Java Media Framework)软件;这很直观,从Sun的网站下载相应的(这里是对应于windows平台)安装文件包jmf-2_1_1c-windows-i586.exe然后直接安装即可。安装过后,确认系统变量“CLASSPATH”包含包含JMF的sound.jar、jmf.jar;当然在上一步的SDK安装中也需要确认相应的系统变量的值;这里不赘述了。 3:开始编制本实例的程序代码;作者使用了eclipse开发源程序。如同在程序中看到的,程序头包含的那些程序包是该工具自动识别加入的。实际上,读者可以采用任意一种编辑器编辑源程序即可,编辑完成存储为“ediaPlayer.java”源文件即可。 4:如上得到源文件后,开始编译源文件;命令如下: javac MediaPlayer.java 编译成功后,编译器生成两个.class文件:MediaPlayer.class,MediaPlayer$1.class。如果出现编译错误,请检查以下各项: 源代码输入是否正确无误、CLASSPATH设置是否正确。 5:运行程序;接下来就可以执行“java MediaPlayer”命令启动媒体播放器。
上传时间: 2016-01-02
上传用户:comua
JAVA项目开发实践-网上范例1: 第一,编译RMI存根(stub)和框架(skeleton)文件。 第二,编译所有的类文件,对服务器和客户端编译生成的.class文件打包。 第三,启动服务器。 第四,启动客户端
上传时间: 2016-01-02
上传用户:tianyi223
java语言开发的P2P流媒体系统,“Stream-2-Stream implements multicast+, a next generation streaming protocol. Multicast+ is more efficient and requires less bandwidth than direct streaming (e.g. shoutcast/icecast). Stream-2-Stream (abbreviated "s2s" or "S2S") stations have no user limit stations can be set up without paying a fortune for bandwidth. Stream-2-Stream saves bandwidth by passing streams from one peer to another through multicast and unicast p2p, rather than everyone getting a stream from one central server (Shoutcast/Icecast). ”更多:http://s2s.sourceforge.net/about.php
上传时间: 2016-01-09
上传用户:ikemada
最新的java反编译工具,支持目录级的反编译,也支持双击.class文件就可查看源文件,只限用于学习交流使用。
上传时间: 2014-11-29
上传用户:plsee
This forced me to write about more interesting and comprehensive sorting methods, the result of which is this one. Through this writing I have tried to give in-depth coverage of the entire sort algorithm I hope Peter wouldn t mind reading it. This article assumes that you really don t know about the iterations, looping, and so forth hence, it explains these in detail first.
标签: comprehensive interesting methods sorting
上传时间: 2016-01-10
上传用户:athjac
包中给出了关于除零异常的程序,对JAVA的异常处理机制作了诠释并且付有测试程序,朋友们可以自己在JBUILDER上面运行然后产生.CLASS文件
上传时间: 2013-12-20
上传用户:talenthn