登录
首页 » J2ME » zhadan超人。还是从 别的论坛上转过来的谢谢啊

zhadan超人。还是从 别的论坛上转过来的谢谢啊

于 2023-06-29 发布 文件大小:49.45 kB
0 140
下载积分: 2 下载次数: 1

代码说明:

zhadan超人。还是从 别的论坛上转过来的谢谢啊-zhadan Superman. Or from the other forums turn thanks ah

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

发表评论

0 个回复

  • ee397c181e585
    实现了最基本的冲突检测,也就是j2me中最基本的问题,应为坦克运动时,会碰壁,而这个程序中较好的做到了这一点。而且,其中也实现了积分的操作,数据库读写。(Achieve a basic conflict detection, which is the basic problem in j2me, for tank movement will run into a wall, and this program do it better. Furthermore, which also achieve the integral operation, the database to read and write.)
    2012-10-22 08:52:11下载
    积分:1
  • 功夫小子手机j2me打斗游戏,里面包含源码和音频,头像等资源...
    功夫小子手机j2me打斗游戏,里面包含源码和音频,头像等资源-phone j2me fighting game, which contains source and audio, and other resources portrait
    2023-05-21 08:05:04下载
    积分:1
  • java 仓库管理系统源码(含sql server数据库)
    Java,sql编写的仓库管理系统,附加数据库后 ,登录账号:wyt 密码:001 系统介绍三只松鼠超市管理系统是一款辅助超市管理员管理超市的实用性项目,根据超市的日常管理需要,超市管理系统应包括基本档案管理、采购订货管理、仓库入库管理、仓库出库管理、人员管理、部门管理6大功能。其中基本档案管理又分为供货商管理、销售商管理、货品档案管理、仓库管理,为管理员提供日常基本信息的功能,采购订货管理模块,用来对日常的采购订货信息进行管理,仓库入库管理,管理各种商品入库的信息,仓库出库管理,管理商品出库记录,人员管理,实现对员工的管理,部门管理实现对超市的各个独立部门进行管理。 操作流程(1)进入主窗体可通过主窗体中的功能导航菜单进入“基本档案”管理子模块,在基本档案管理模块中又包含“供货商管理”、“销售商管理”、“货品档案管理”、“仓库管理”功能。(2)当用户单击主窗体中功能导航菜单中的“采购订货”按钮,可进入采购订货子模块。(3)主窗体的功能导航菜单中还包含有“仓库入库”、“仓库出库”、“人员管理”、“部门管理”内容。(4)每一个模块都实现了其添加、删除、修改功能。便于进行管理。
    2018-01-05下载
    积分: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
  • 这是双子座的游戏健康栏显示在屏幕顶部右边…
    This is the Gemini game A health bar is displayed on top right side of the screen which will indicate your health condition. Hitting other cars causes health reduce. You can increase it by driving over the health symbol (+) on the road. There is a speed miter available on the bottom of the screen, which will show your car speed. Go buddy Go
    2022-02-01 11:50:50下载
    积分:1
  • J2ME socket通信示例代码,适合入门者参考。
    J2ME socket通信示例代码,适合入门者参考。-J2ME socket communication sample code, suitable for beginners reference.
    2022-02-03 11:56:34下载
    积分:1
  • j2me的基于http协议的断点续传。支持多线程的断点续传。
    j2me的基于http协议的断点续传。支持多线程的断点续传。-j2me based on the http protocol HTTP. Multithreading support of HTTP.
    2023-03-04 21:00:03下载
    积分:1
  • 一个类似射击游戏的源码 运行环境: jsdk 1.50 wtk 2.5(2.2以上) 开发环境: Eclipse3.1 + EclipseMe1.23...
    一个类似射击游戏的源码 运行环境: jsdk 1.50 wtk 2.5(2.2以上) 开发环境: Eclipse3.1 + EclipseMe1.23 + WTK 2.5 + JDK 1.5 -A shooting game similar to the source operating environment: jsdk 1.50 wtk 2.5 (2.2 and above) development environment: Eclipse3.1+ EclipseMe1.23+ WTK 2.5+ JDK 1.5
    2022-03-10 01:51:37下载
    积分:1
  • 一款动作类J2ME手机游戏,代码未混淆。可以直接下载到S/E K700进行游戏。也可以分析源代码达到学习的目的。基本实现了动作类游戏的基本元素...
    一款动作类J2ME手机游戏,代码未混淆。可以直接下载到S/E K700进行游戏。也可以分析源代码达到学习的目的。基本实现了动作类游戏的基本元素 -an action category J2ME mobile games, code no confusion. Can be downloaded directly to the S/E K700 game. May also analyze the source code to achieve the purpose of study. The basic realization of the action games of the basic elements
    2022-01-24 12:55:04下载
    积分:1
  • 这是我做的基于UDP的手机对战游戏
    这是我做的基于UDP的手机对战游戏--象棋-This is what I do UDP-based mobile phone Battle Game- Chess
    2023-01-16 23:45:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载