-
game Scroll realized, and the captions on television rolling effect is the same
游戏的滚屏实现,和电视上的字幕滚动效果是一样的-game Scroll realized, and the captions on television rolling effect is the same
- 2022-06-02 14:43:18下载
- 积分:1
-
一个类似射击游戏的源码
运行环境: jsdk 1.50 wtk 2.5(2.2以上)
开发环境: Eclipse3.1 + EclipseMe1.23...
一个类似射击游戏的源码
运行环境: jsdk 1.50 wtk 2.5(2.2以上)
开发环境: Eclipse3.1 + EclipseMe1.23 + WTK 2.5 + JDK 1.5
-A shooting game similar to the source operating environment: jsdk 1.50 wtk 2.5 (2.2 and above) development environment: Eclipse3.1+ EclipseMe1.23+ WTK 2.5+ JDK 1.5
- 2022-03-10 01:51:37下载
- 积分:1
-
java source code for modile list function
java source code for modile list function
- 2022-02-04 05:45:00下载
- 积分:1
-
j2me_control_example
说明: j2me基本控件示例代码演示,不错的入门代码!代码采用Eclipse环境开发,可直接导入Eclipse中。(j2me sample code demonstrates the basic controls, a good entry-code! Code using Eclipse development environment can be directly imported in Eclipse.)
- 2010-03-23 19:06:28下载
- 积分:1
-
j2me手机应用开发大全一书的源码
从基础控件到应用示例,是入门的好...
j2me手机应用开发大全一书的源码
从基础控件到应用示例,是入门的好-j2me
- 2023-07-31 02:40:04下载
- 积分:1
-
java 为图片添加水印 示例
为图片添加水印 【核心代码】 /*** 添加水印* @param imagePath 图片绝对路径* @param watermarkPath 水印图片绝对路径* @param position 水印图片位置* @return 生成水印图片的绝对路径*/public static String addWatermark(String imagePath, String watermarkPath, String position) {logger.info("为图片({})在位置{}添加水印({})", imagePath, position, watermarkPath);if (StringUtils.isNotBlank(imagePath) && StringUtils.isNotBlank(watermarkPath)) {File image = new File(imagePath);File watermark = new File(watermarkPath);Position pos = getPostion(position);if (image.isFile() && image.exists() && watermark.isFile()) {try {BufferedImage bi = ImageIO.read(image);Builder builder = Thumbnails.of(imagePath);BufferedImage watermarkImg = ImageIO.read(watermark);File newWatermark = null;// 原图的宽或高是水印图片宽或高的2倍及以上,则直接打上水印原图;否则缩略水印图片,以原图宽或高的二分之一if (bi.getWidth() / watermarkImg.getWidth()
- 2017-10-13下载
- 积分:1
-
j2me 无线网络应用教程,非常好,大家可以
j2me 无线网络应用教程,非常好,大家可以-j2me 无线网络应用教程,非常好,大家可以看看!!!!
- 2023-05-01 19:40:04下载
- 积分:1
-
J2ME stock examples (PDF, English)
j2me股票例子(PDF,英文)-J2ME stock examples (PDF, English)
- 2022-07-10 09:50:59下载
- 积分:1
-
src01
可以把公路整条线型参数输入手机中并保存,在野外作业时查询坐标数据。(You can put the entire highway linear parameter input your phone and save the query coordinate data in field operations.)
- 2015-01-28 17:39:40下载
- 积分:1
-
这是一个用J2ME开发的计算器程序,原本是为SE
这是一个用J2ME开发的计算器程序,原本是为SE-K750c手机使用的。-This is a calculator with J2ME development process, originally intended for SE-K750c cell phone use.
- 2022-12-08 17:15:03下载
- 积分:1