-
这是一部分我试图画在画布上的测试(J2ME)。
This is a test of a few components I tried to draw in the Canvas (J2ME).
- 2022-01-28 06:38:22下载
- 积分:1
-
MIDP2开发J2ME游戏,MIDP2开发J2ME游戏
MIDP2开发J2ME游戏,MIDP2开发J2ME游戏-MIDP2 develop J2ME games, MIDP2 develop J2ME games
- 2023-02-09 21:40:05下载
- 积分:1
-
一个3d的实例
j2me的入门必备啊
一个3d的实例
j2me的入门必备啊-Example of a 3d entry must j2me ah
- 2023-02-20 19:15:04下载
- 积分:1
-
j2me中读写文件查找的实例
j2me中读写文件查找的实例-J2ME read and write documents which identify examples
- 2022-05-12 18:36:06下载
- 积分:1
-
菜单显示效果(背景滚动和渐开)。俩工程放一起了。自己写的。...
菜单显示效果(背景滚动和渐开)。俩工程放一起了。自己写的。-menu display effect (background rolling and involute). Their conjunction with the project. Wrote it myself.
- 2023-01-23 03:30:04下载
- 积分:1
-
J2ME MIDlet播放器
j2me videoplayer midlet
- 2023-04-10 04:10: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的蓝牙五子棋游戏,带聊天功能-based on the Bluetooth j2me 331 games with chat
- 2022-05-27 11:19:11下载
- 积分:1
-
坦克大战,入门者必看,能使你掌握J2ME的开发流程,好东西啊...
坦克大战,入门者必看,能使你掌握J2ME的开发流程,好东西啊-Tankedaizhan, beginners watched every game, you can master the process of developing J2ME, good things ah!
- 2022-08-24 16:49:25下载
- 积分:1
-
这款征途PRG游戏源码对学习J2ME编程的朋友比较有用处,不但含有完整的源代码文件,还附有技术开发文档以及游戏运行的操作说明、开发环境配置等。这是软件系一位同学...
这款征途PRG游戏源码对学习J2ME编程的朋友比较有用处,不但含有完整的源代码文件,还附有技术开发文档以及游戏运行的操作说明、开发环境配置等。这是软件系一位同学的毕业设计作品。技术文档写的还算详细。
-This journey PRG source for learning J2ME game programming friend more useful, not only contains the complete source code files, but also with technology development documents and the instructions to run the game, the development environment configuration. This is a software system designed to work graduate students. Write fairly detailed technical documentation.
- 2023-09-05 22:15:04下载
- 积分:1