-
这款征途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
-
j2me游戏快乐蛇0.2(游戏源码已上载)地图编辑器源码,vc6.0+MFC...
j2me游戏快乐蛇0.2(游戏源码已上载)地图编辑器源码,vc6.0+MFC-J2ME game happy snake 0.2 (FOSS game has been uploaded) Map Editor source, vc6.0 MFC
- 2022-08-26 04:18:16下载
- 积分:1
-
J2ME 华容道
一个经典的开发智力的游戏,J2ME下源码,可以轻松移植到 ANDROID下,初学者很好的学习资料
- 2022-10-16 12:35:03下载
- 积分: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
-
frameCanvas
J2ME手机游戏的矿架程序,很有用的啊,大家快点下载吧(J2ME mobile phone games Mine F procedures, a very useful ah, we quickly download it)
- 2006-08-31 16:43:46下载
- 积分:1
-
Mine
说明: 基于Eclipse开发的一个简单经典游戏-扫雷游戏,包含了该游戏的全部代码,非常适合于首次学习Eclipse开发Java游戏的范例。(Eclipse-based development of a simple, classic games- minesweeping game, the game contains all the code, very suitable for learning Eclipse the first time an example of the development of Java games.)
- 2009-07-28 22:13:44下载
- 积分:1
-
j2me贪吃蛇游戏,上传分享一下,包括源码。
j2me贪吃蛇游戏,上传分享一下,包括源码。-Snake game
- 2022-03-22 20:28:16下载
- 积分:1
-
j2me视频播放小程序的源代码,很小但很经典
j2me视频播放小程序的源代码,很小但很经典-j2me video player applet source code, a small but very classic
- 2022-10-07 13:40:03下载
- 积分:1
-
j2me手机编程规范JSR
j2me手机编程规范JSR-75文档,个人信息管理部分-j2me mobile programming JSR-75 specification documents, personal information management component
- 2023-06-03 05:05:03下载
- 积分:1
-
j2me development of the tanks 3d source code development tools eclipse 3.1, for...
j2me开发的坦克3d源代码开发工具eclipse 3.1,提供给爱好j2me的朋友-j2me development of the tanks 3d source code development tools eclipse 3.1, for the loving friends j2me
- 2022-04-09 11:53:18下载
- 积分:1