登录
首页 » J2ME » 手机游戏例子,这是一个客户端

手机游戏例子,这是一个客户端

于 2022-05-21 发布 文件大小:866.81 kB
0 161
下载积分: 2 下载次数: 1

代码说明:

手机游戏例子,这是一个客户端-example of a cell phone game, this is a client

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

发表评论

0 个回复

  • ynoa
    说明:  办公自动化(OA: OFFICE AUTOMATION)就是采用Internet/Intranet技术,基于工作流概念,使企业内部人员方便快捷地共享信息,高效协同工作;改变过去复杂、低效的手工办公方式。(Office Automation (OA: OFFICE AUTOMATION) is based on the Internet/Intranet technology. Based on the workflow concept, the internal staff can share information conveniently and quickly, and work together efficiently; changing the complex and inefficient manual office methods in the past.)
    2020-06-16 14:20:02下载
    积分: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
  • MoMEUnit是一个单元测试的J2ME的应用程序xUnit架构实例。这是来自JUnit框架,CLDC 1.1兼容。测试的结果以进度条,统计显示,并为每个测试列...
    MoMEUnit是一个单元测试的J2ME的应用程序xUnit架构实例。这是来自JUnit框架,CLDC 1.1兼容。测试的结果以进度条,统计显示,并为每个测试列出的失败或错误的详细信息。-MoMEUnit is an instance of the xUnit architecture for unit testing of J2ME applications. It is derived from the JUnit framework. It is only CLDC 1.1 compliant. It overcomes the lack of a reflection API in the J2ME MIDP API and supports main features of the JUnit framework such as ease of development and running of tests, sharing of fixtures among different tests, the ability to perform simultaneous test runs, and much more. The results of tests are displayed with a progress bar, statistics, and lists of failures or errors with detailed messages for each test.
    2022-03-22 07:13:35下载
    积分:1
  • JAVA手机电子书籍,很好看的,可以下载到NOKIA6610手机上看!
    JAVA手机电子书籍,很好看的,可以下载到NOKIA6610手机上看!-JAVA mobile e-books, very good, can be downloaded to NOKIA6610 mobiles!
    2023-03-08 09:45:03下载
    积分:1
  • j2me贪吃蛇游戏,上传分享一下,包括源码。
    j2me贪吃蛇游戏,上传分享一下,包括源码。-Snake game
    2022-03-22 20:28:16下载
    积分:1
  • 收集到的一些J2ME资料。。 包括图片的角度翻转。。A*算法和一些其他文章...
    收集到的一些J2ME资料。。 包括图片的角度翻转。。A*算法和一些其他文章-Some of the information J2ME. . Photo perspective overturned. . A* algorithm and some other articles
    2022-02-01 20:53:27下载
    积分:1
  • 这是我第一次开始尝试J2ME平台的程序编写,希望对初学者有用!...
    这是我第一次开始尝试J2ME平台的程序编写,希望对初学者有用!-This is the first time I started trying to J2ME platform for programmers, and I hope to beginners useful!
    2022-03-07 18:13:57下载
    积分:1
  • 飞机游戏源码实例
    飞机游戏源码实例-aircraft source examples game
    2022-02-13 14:29:58下载
    积分:1
  • snake4
    j2me开发的程序,对基本的j2me开发流程有一定的帮助(j2me development procedures, the basic j2me development process will help)
    2007-05-17 17:41:41下载
    积分:1
  • SyncML手册及其编程,希望对大家有帮助;
    SyncML手册及其编程,希望对大家有帮助;-SyncML manual and programming, we want to help;
    2022-11-13 20:15:04下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载