登录
首页 » J2ME » J2me游戏精灵

J2me游戏精灵

于 2022-05-24 发布 文件大小:60.60 kB
0 173
下载积分: 2 下载次数: 1

代码说明:

J2me游戏精灵-J2me game genies

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • j2me 3D demo,是关于手机开发3D游戏的一个小demo,供参考
    j2me 3D demo,是关于手机开发3D游戏的一个小demo,供参考-j2me 3D demo
    2022-03-23 07:15:26下载
    积分:1
  • 出色的混淆器
    出色的混淆器- Splendid confusion
    2022-02-28 09:45:45下载
    积分: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斜45度游戏引擎,一共两个文件,这是第二个。
    J2ME斜45度游戏引擎,一共两个文件,这是第二个。-inclined 45 degrees J2ME game engine, a total of two documents, which is the second.
    2022-09-10 21:20:03下载
    积分: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
  • 物体做抛物线运动是游戏中基本运动物理模型之一! 在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
  • 非常cool的时钟程序,为你的网页增加一点趣味性,java小程序
    非常cool的时钟程序,为你的网页增加一点趣味性,java小程序-very cool clock program, add some palat for your web, java code.
    2022-03-03 23:19:25下载
    积分:1
  • mobileRPG_0.1_src
    一个老外写的一个j2me环境的rpg引擎,正在不断更新。供学习使用,请勿用作商业开发,后果自负。(a foreigner wrote a J2ME environment rpg engine, which is continually updated. For learning to use, please do not used for commercial development, responsible for any consequences.)
    2005-08-11 17:07:28下载
    积分:1
  • J2ME的游戏原代码!希望能帮助有需要帮助的师兄弟们!
    J2ME的游戏原代码!希望能帮助有需要帮助的师兄弟们!-J2ME game source code! Want to help those in need of help师兄弟们!
    2022-04-23 10:32:15下载
    积分:1
  • J2ME手机游戏引擎,mdlet1.0
    j2me手机游戏引擎,mdlet1.0-J2ME mobile gaming engine, mdlet1.0
    2022-02-03 02:30:25下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载