-
< JavaME核心技术最佳实践>>的全部源代码
< JavaME核心技术最佳实践>>的全部源代码
- 2022-02-06 10:56:14下载
- 积分:1
-
TankFighting
用J2ME开发的小游戏,8位机的经典游戏,适合初学者练习(use J2ME development of the small games, eight planes of the classic games, for beginners to practice)
- 2007-05-27 22:30:39下载
- 积分:1
-
ASP实用函数库
书籍语言: 简体中文
书籍类型: 网络编程
授权方式: 免费软件
书籍大小: 55 KB...
ASP实用函数库
书籍语言: 简体中文
书籍类型: 网络编程
授权方式: 免费软件
书籍大小: 55 KB
-ASP practical library books Language : English books categories : network programming license : free software books Size : 55 KB
- 2022-01-21 18:03:23下载
- 积分:1
-
J2ME generic environmental testing procedures. Yes, recommended. We all view Loo...
J2ME通用环境测试程序。不错,推荐。大家都来看看吧-J2ME generic environmental testing procedures. Yes, recommended. We all view Look here
- 2022-03-20 03:36:37下载
- 积分:1
-
longzhiren
龙之刃源码 素材 适合J2ME游戏初学这适用(Dragon Blade of source material for J2ME game beginners This applies to)
- 2012-05-18 14:20:47下载
- 积分: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
-
物体做抛物线运动是游戏中基本运动物理模型之一! 在PC游戏中可以由重力公式 轻易模拟,但在手机游戏中 ,由于多数手机不支持浮点运算 因此不能用 sin ,cos...
物体做抛物线运动是游戏中基本运动物理模型之一! 在PC游戏中可以由重力公式 轻易模拟,但在手机游戏中 ,由于多数手机不支持浮点运算 因此不能用 sin ,cos, 来分解初速度。 所以只能用近似模拟的方法! 我所采用的是:先放大后缩小的模拟方式,并且为了更精确加入了一定的偏移量。-objects do parabolic movement is the basic game campaign physical model one! The PC game can be easily simulated gravity formula, but in mobile phone games, because most phones do not support floating-point operations can not be used sin, cos, to the early speed of decomposition. Therefore, it can only approximate simulation method! I have adopted is : Go after the first amplification of a simulated manner, and in order to more accurately by adding a certain amount of offset.
- 2022-02-12 07:24:44下载
- 积分:1
-
简单说明了一下http链接在j2me中的使用,同时还有一些高级用户接口的实现。...
简单说明了一下http链接在j2me中的使用,同时还有一些高级用户接口的实现。-Brief description of the http link you use in j2me, but also some of the advanced user interface implementation.
- 2022-03-01 22:34:41下载
- 积分:1
-
bBluuetooth__a
功能更强的一种基于J2ME的蓝牙程序源码,本程序源码说明怎样使用蓝牙 API 与可视编辑器的一组 MIDlet。(More powerful based on the J2ME Bluetooth program source code, the program source code to illustrate how a group of the MIDlet using the Bluetooth API and the Visual Editor.)
- 2012-08-13 16:45:53下载
- 积分:1
-
一个基于j2me的经典游戏,已打包,没有密码,可直接下载到手机模拟器上运行。
一个基于j2me的经典游戏,已打包,没有密码,可直接下载到手机模拟器上运行。-one of the classic games, has wrapped up, no password, can be directly downloaded to the phone simulator run.
- 2022-09-15 07:35:03下载
- 积分:1