-
这是一个用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
-
名字为《单身贵族》的游戏
名字为《单身贵族》的游戏--The game named "lonesome aristocrat "
- 2022-04-21 01:09:15下载
- 积分:1
-
Music
J2ME手机游戏中关于音频播放的源代码 包括多个播放以及停止等(J2ME mobile game audio playback on the source code includes a number of players and stop, etc.)
- 2009-09-11 15:12:35下载
- 积分:1
-
Mobile-Agent-Sample
移动Agent实例:使用RMI实现移动Agent(This set of files illustrates the use of a transportable object
(a mobile agent) on one computer only.)
- 2012-04-09 13:15:02下载
- 积分:1
-
tbWeather
j2me 关于天气预报的小程序,history目录是修改前的(j2me applet on the weather forecast, history directory is modified before)
- 2012-05-19 11:39:26下载
- 积分:1
-
inclined 45 degrees J2ME game engine, a total of two documents, this is the firs...
J2ME斜45度游戏引擎,一共两个文件,这是第一个。-inclined 45 degrees J2ME game engine, a total of two documents, this is the first one.
- 2022-03-13 10:40:21下载
- 积分: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
-
一个简单的手机游戏,动作经典,画面简单,一..
一款简单的手机打斗游戏, 动作经典,画面简单,但是适合初学者-A simple cell phone fighting games, action classics, and the screen is simple, it is suitable for beginners
- 2022-05-23 20:27:00下载
- 积分:1
-
手机播放铃音示例
手机播放铃音示例-example cell phones ring tones
- 2022-11-14 05:35:03下载
- 积分:1
-
是男人就撑20秒,一个小游戏,玩家控制飞机躲避子弹。
是男人就撑20秒,一个小游戏,玩家控制飞机躲避子弹。-Man on the support is 20 seconds, a small game, players control the aircraft to avoid bullets.
- 2022-02-28 12:12:11下载
- 积分:1