-
手机J2ME象棋游戏的设计,供手机游戏学习参考!
手机J2ME象棋游戏的设计,供手机游戏学习参考!-mobile chinese chess design by J2ME, help for mobile games coding
- 2022-03-14 00:46:18下载
- 积分:1
-
手机游戏例子,这是一个客户端
手机游戏例子,这是一个客户端-example of a cell phone game, this is a client
- 2022-05-15 02:17:50下载
- 积分:1
-
MMAPI操作摄像头演示,其功能是通过这个程序实现手机摄像头的一些基本设置。...
MMAPI操作摄像头演示,其功能是通过这个程序实现手机摄像头的一些基本设置。-MMAPI camera operation demonstration, and its function is to realize through this process cell phone cameras some of the basic settings.
- 2022-04-29 09:17:52下载
- 积分:1
-
Password_Based_Encryption
Password Based
Encryption in J2ME
- 2011-10-03 03:43:46下载
- 积分:1
-
on the J2ME 3D courseware! ! Interested under
关于j2me 3D方面的课件!!
有兴趣的下-on the J2ME 3D courseware! ! Interested under
- 2022-02-09 11:52:25下载
- 积分: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开发的,大家看看。-a very fun and games, with the development of J2ME, see.
- 2023-02-01 04:05:04下载
- 积分:1
-
一款可以运行在模拟器上的j2me的飞机游戏代码,可以在此原型上能够自由开发自己的代码....
一款可以运行在模拟器上的j2me的飞机游戏代码,可以在此原型上能够自由开发自己的代码.-A simulator can run in the aircraft j2me game code, In this prototype can be able to freely develop their own code.
- 2023-01-28 09:30:04下载
- 积分:1
-
Java手机程式设计入门
Java手机程式设计入门-phone Java programming portal
- 2022-04-24 09:22:21下载
- 积分:1
-
Control the use of mobile phone cameras j2me example. The need for phone support...
手机上使用j2me控制相机的例子。需要手机支持jp7-Control the use of mobile phone cameras j2me example. The need for phone support jp7
- 2023-01-19 07:20:03下载
- 积分:1