登录
首页 » J2ME » inclined 45 degrees J2ME game engine, a total of two documents, this is the firs...

inclined 45 degrees J2ME game engine, a total of two documents, this is the firs...

于 2022-03-13 发布 文件大小:39.23 kB
0 195
下载积分: 2 下载次数: 1

代码说明:

J2ME斜45度游戏引擎,一共两个文件,这是第一个。-inclined 45 degrees J2ME game engine, a total of two documents, this is the first one.

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

发表评论

0 个回复

  • 迪斯尼出品的赛车游戏,完整的素材和代码,是学习手机编程的优质参考。...
    迪斯尼出品的赛车游戏,完整的素材和代码,是学习手机编程的优质参考。-Disney Chupin racing game, complete material and code quality of learning mobile phone programming reference.
    2022-07-22 19:33:14下载
    积分:1
  • plant
    用j2me编写的手机游戏,飞机游戏,完整源代码,用eclipseme编译工程。。(Prepared with the j2me mobile phone games, aircraft games, complete source code, compile the project with eclipseme. .)
    2010-10-26 20:54:06下载
    积分:1
  • UNIJA开发环境下的俄罗斯方块,适用于X859等机型.是初学者的参考范例...
    UNIJA开发环境下的俄罗斯方块,适用于X859等机型.是初学者的参考范例-handset development environment of the Russian squares apply to E350 717. Yes beginners reference models
    2022-02-04 08:09:54下载
    积分:1
  • Classic FC Game super Planet War, the J2ME version! ! Function basically achie...
    经典FC游戏《超惑星战记》的J2ME版本!!功能基本上都实现了-Classic FC Game super Planet War, the J2ME version! ! Function basically achieve a
    2023-07-19 04:00:03下载
    积分:1
  • 针对moto sdk的经典源代码
    针对moto sdk的经典源代码-against the classic source code
    2022-03-24 03:22:30下载
    积分: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
  • MatrixRiccati
    说明:  可以计算转子系统的固有频率、振型、不平衡响应(Natural frequency, mode shape and unbalanced response of rotor system can be calculated.)
    2021-03-20 19:09:18下载
    积分:1
  • 这是为参加软件大赛而写的一个手机游戏,是基于J2ME编程语言开发,目前在wtk2.1的自带模拟器上运行通过。目前随着无线网络的发展,手机游戏的开发成为了热点,而...
    这是为参加软件大赛而写的一个手机游戏,是基于J2ME编程语言开发,目前在wtk2.1的自带模拟器上运行通过。目前随着无线网络的发展,手机游戏的开发成为了热点,而目前的手机游戏开发为了使之跨各种手机平台,所以大都基于J2ME语言,本游戏的开发也是采用了目前流行的J2ME。本游戏名称为:长空激战 ,目前的版本定为1.0。-This is the software for participation in the writing contest and a cell phone game is based on the J2ME programming language development, in the onboard simulator wtk2.1 run through. Now with the development of wireless networks, the development of mobile phone games as a hot, and the current mobile gaming development in order to make it across a variety of mobile platforms, mostly based on the J2ME language, the game is also used to develop the current popular J2ME. The name of the game : the sky battle, the current versions of 1.0.
    2022-03-26 15:25:05下载
    积分:1
  • j2me图像显示程序,其中有详细的注释,可以帮助初学者学习
    j2me图像显示程序,其中有详细的注释,可以帮助初学者学习-j2me image display program, which has detailed notes that can help beginners learn
    2022-02-14 09:49:32下载
    积分:1
  • offline implementation of banking operations (offline banking) Java version of I...
    脱机执行银行业务操作(offline banking) Java版 由于互联网的不安全性,为了防止在线电子转账时可能发生的电子偷窃行为,本题需要建立一个脱机的银行业务操作程序。 题目要求: -本题要求在计算机上模拟一些基本的银行业务,界面要显示以下功能: 建立一个新的账户(包括两种:转帐帐户和存款账户,转帐帐户可以负债,存款帐户不能负债,但是具有相对较高的利息)。所以客户在建立一个新帐户时,需要进行选择。 向其他户头转账 存取现金 察看账户现金状况 -每个用户资料包括姓名,密码,账号,要存储在每个客户自己得数据库中,并且以后也将从这个数据库中调出。 -当用户在程序中给出不同的指令时,计算机要执行相应的操作,比如:扣除每月的房租,每年的利息,工资进帐等等。 -每个客户的每次交易(包括存,取,转账)都要存储下来,以便客户查询资金状况。 -在每次转账和提取现金的时候都要有密码询问,并且输入密码。当进行转账操作的时候,要输入相应的资料,比如:姓名,转账目的,金额,汇款人,接受人。-offline implementation of banking operations (offline banking) Java version of Internet insecurity, in order to prevent online electronic transfers may occur when the electronic theft, and that the need to establish an off-line banking procedures. Topics requirements :- that the requirements on the computer simulation of some basic banking services, interface to show that the following functions : create a new account (including two categories : the transfer of accounts and deposit accounts, transfer accoun
    2022-03-06 20:56:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载