-
apache-tomcat-7.0.57
说明: apache-tomcat-7.0.57
- 2020-06-20 19:40:02下载
- 积分:1
-
jmf 相机捕获
Java媒体框架 (JMF) 是 可以让音频视频和其他基于时间的媒体添加到 JAVA 应用程序中的 JAVA 库。这个可选的包,可以捕获,播放, 流传输 和编码多个媒体客观上,扩展了java 平台。我使用这个框架捕获网络摄像头的输出,代码是使用 netbeans IDE 开发的
- 2022-10-05 13:20:03下载
- 积分:1
-
Java JFrame实现对文本文件的增删查
Java JFrame实现对文本文件的增删查,文本文件一行记录有4个属性,用逗号分隔,适用于初学Java者。
- 2022-07-01 22:20:54下载
- 积分:1
-
based on Struts JSP technology website, need to correctly configured struts befo...
基于Struts技术的JSP网站,需要正确配置好struts库后才可以正确编译-based on Struts JSP technology website, need to correctly configured struts before they can correct the compiler
- 2022-07-28 13:52:35下载
- 积分:1
-
simulated-annealing
模拟退火程序,用MATLAB语言实现,并带有程序算法说明(simulated annealing)
- 2009-11-26 20:43:00下载
- 积分:1
-
在源代码中的许多corejava
corejava的源程序内有好多的源代码-corejava source of many within the source code
- 2022-04-26 12:04:15下载
- 积分:1
-
JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一...
JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一个对用户事件进行响应。因此我们的AudioPlay类需要实现Runable接口,以使用多线程技术。根据JDK的解释-JDK1.4.0,任何需要由线程执行的实例都应当实现Runable接口,而且由于我们只需要重写run()方法和stop()方法,并给start()方法多态化,所以我们选择实现Runable接口,这样就可以不需要继承Thread类而使用Thread类的实例来运行了。-JBuilder produced audio player, it needs attention is that when players, the interface on the various buttons can still be right for users to operate the incident response, at least two threads : a control song playback, the other to users respond to the incident. Therefore we need to achieve AudioPlay category Runable interface to the use of multi-threading. According to the interpretation of JDK- JDK1.4.0 any need for threaded implementation of the examples are to be achieved Runable interface, and because we only need to be rewritten to run () method and stop () method, and to start () method is polymorphic, so we have chosen to achieve Runable Interface so you can not inherit Thread type and category of use Thread e
- 2022-07-01 06:32:38下载
- 积分:1
-
网上购物
应用背景hjgjhgjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh ghhhhhhhhhhhhh hhhhhhhhhhhh ffffffffffffff F ; ; ; ;FFFF关键技术fgfgf FGF ghhgggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg浮栅触发器
- 2022-01-25 18:10:34下载
- 积分:1
-
几个基础的java Applet程序
几个基础的java Applet程序-several java applet based on the procedures,
- 2023-01-26 20:50:03下载
- 积分:1
-
JAVA设计模式之抽象工厂模式
抽象工厂模式是所有形态的工厂模式中最为抽象和最具一般性的一种形态。抽象工厂模式是指当有多个抽象角色时,使用的一种工厂模式。抽象工厂模式可以向客户端提供一个接口,使客户端在不必指定产品的具体的情况下,创建多个产品族中的产品对象。根据里氏替换原则,任何接受父类型的地方,都应当能够接受子类型。因此,实际上系统所需要的,仅仅是类型与这些抽象产品角色相同的一些实例,而不是这些抽象产品的实例。换言之,也就是这些抽象产品的具体子类的实例。工厂类负责创建抽象产品的具体子类的实例。
- 2023-05-20 21:15:03下载
- 积分:1