搜索资源列表
Game.java
- 俄罗斯方块游戏3人版 此游戏可同时支持3人同时玩耍-Tetris game three games this version can simultaneously support three people while playing
java-mp3
- - MP3 streaming support for Shoutcast/Icecast added. - Ogg Vorbis support added. - Playlist implementation and M3U support added. - JavaLayer 0.1.1 included to improve MP3 support. - WinAmp Skins 2.0 support improved. - Seek bar added (for
javaftp 多线程、支持断点续传的java源码
- 一个多线程、支持断点续传的java源码,More than one thread in support of the java source HTTP
java-SSH-src-jta26-src.zip
- java 的SSH 通信工具,能够支持客户端通过ssh访问目标系统资源,改造后大有用处,java in SSH communications tools, to support client access to the target system through ssh resources useful modified
报表Java
- 用Java写的报表.功能如下: 0.内建网络打印,网络预览功能! 1.文件操作。包括url 指定的文件。 2.全功能打印支持。包括打印预览。 3.Undo 和 redo。 4.合并单元格。 5.Cell selection using the mouse or keyboards(快捷键支持)。 6.单元格高宽调整 。 7.丰富的前景刷支持,前景可以是单色,双色渐变,JPG,PNG,GIF图形 。 8.背景刷支持,前景可以是单色,双色渐变,JPG,PNG,GIF图形 。 9.每个单元格支持空心字
svm-java
- JAVA版本的支持向量机(SVM)处理器。可配置参数。-JAVA version of the Support Vector Machine (SVM) processors. Configurable parameters.
Java
- 一个手机JAVA测试的环境,支持大部分JAVA软件-A cell phone JAVA test environment to support most of JAVA software
smsgw_src
- java支持的短信平台,可以跨平台使用。企业级的短信管理中间件。-java support the SMS platform, can be cross-platform use. The management of enterprise-class messaging middleware.
fckeditor-java-2.4-src
- FCKeditor.Java 2.4 源代码 这个开源的HTML文本编辑器可以让Web程序拥有如MS Word这样强大的编辑功能. FCKeditor支持当前流行的浏览器如IE,Firefox,Netscape,Opera等.-FCKeditor.Java 2.4 source code of the open-source HTML text editor can have a Web program such as MS Word so powerful editing fun
ZoomImageDemo
- 上传裁减图片java做的图像处理 支持局部放大和整体放大 还有灰度和对比度调整-From the reduction of the picture image processing java support to do zoom and the overall amplification of local gray-scale and contrast also adjust
Servlets.and.JavaServer.Pages.The.J2EE.Technology
- Servlets and JavaServer Pages is the first complete guide to building dynamic Java-based Web applications using the new JavaServer Pages 2.0 and Servlets 2.4. Servlets and JavaServer Pages (JSP) provide a robust solution to developing large, complex
Java
- 该课题的目标是解决企业的沟通及协同的问题,提高工作效率。企业或单位的员工可以利用该通讯系统随时随地发送文字消息、进行多人群聊,消息群发、传送文件、音频视频对话等。系统包括客户端程序和服务器程序,支持局域网和Internet。员工之间可以在企业内部任何地点、任何时间进行即时交流,真正实现企业内部协同工作-The goal is to resolve the issue of communication between enterprises and the problem of coordinat
Java-read-bmp-pgm-ppm-picture
- java支持的图片格式有jpg、png、gif。本代码提供了bmp、pgm、ppm图像文件的读入,是《数字图像处理-java编程与实验》书上代码,仅供参考,允许非商业的借鉴。-Java support image formats have JPG, PNG, GIF. This code provides BMP, PGM, PPM image file to read, it is the digital image processing- Java programming and exper
java游戏
- 聊天,游戏,很好玩聊天,java编写,有各种玩,阔以支撑百万并发(Chat, games, chat, java write, there are all kinds of play, wide to support millions of concurrent)
Parallel Java
- Parallel Java是基于Java提供的并行编程API,其目标是(1)在一套API中同时支持基于线程/共享内存的并行编程和基于消息/集群的并行编程;(2)提供与OpenMP和MPI相同的功能,但采用面向对象的Java API;和(3)很容易部署在异构计算环境中,包括单核CPU、多核CPU及集群。本文介绍了Parallel Java的特点和体系结构,并与其他基于Java的并行开发中间件进行了对比。(Parallel Java is a API parallel programming bas
a1232lipay-sdk-JAVA-20171027120336
- JAVA 开发 一个使explorer 7 支持Html5的canvas的js包 微信支付(JAVA develops a WeChat payment for JS packages that enable Explorer 7 to support Html5 canvas)
java爬虫工具_jsoup-1.7.3-my
- 这是一个java的爬虫工具包jsoup的jar包,有自己修改过的代码,可以支持传输字符编码,原来的jar包在抓包时,传输字符编码是写死的(This is a Java crawler kit jsoup jar package, have their own modified code, can support the transmission of character encoding, the original jar packet in packet capture, transmissi
libsvm-java
- 支持向量回归机的Java代码 可以进行预测(It is the Java code of the support vector regression machine .It can predict unknown data.)
java反编译工具
- java反编译工具、支持class文件反编译Java文件(Java decompile tool.Support class files to decompile Java files)
Java中抽象类和接口的区别
- 在Java语言中,abstract class和interface 是支持抽象类定义的两种机制。正是由于这两种机制的存在,才赋予了Java强大的面向对象能力。abstract class和interface之间在对于抽象类定义的支持方面具有很大的相似性,甚至可以相互替换,因此很多开发者在进 行抽象类定义时对于abstract class和interface的选择显得比较随意。其实,两者之间还是有很大的区别的,对于它们的选择甚至反映出对于问题领域本质的理解、对于设计意图的理解是否正确、合理。本文将