-
在移动中使用J2ME游戏图的源代码
source code using J2ME for game graph in mobile
- 2022-08-02 11:06:25下载
- 积分:1
-
MatrixRiccati
说明: 可以计算转子系统的固有频率、振型、不平衡响应(Natural frequency, mode shape and unbalanced response of rotor system can be calculated.)
- 2021-03-20 19:09:18下载
- 积分:1
-
GetImageSize
it s j2me code to view image in mobile.
- 2009-05-02 23:50:04下载
- 积分:1
-
Java手机程式设计入门
Java手机程式设计入门-phone Java programming portal
- 2022-04-24 09:22:21下载
- 积分:1
-
一组 MIDlet,实现单音调生成、使用各种源(如 JAR 文件和 HTTP)的音调排序以及一个应用程序中的混音、WAV 和音调排序变化。
需要:MIDP...
一组 MIDlet,实现单音调生成、使用各种源(如 JAR 文件和 HTTP)的音调排序以及一个应用程序中的混音、WAV 和音调排序变化。
需要:MIDP 2.0-a group MIDlet achieve buttoning transfer generation, the use of various sources (such as JAR files and HTTP), and a pitch ranking procedures for the application of sound mixing, WAV and scheduling changes tone. Need : MIDP 2.0
- 2022-03-12 19:53:52下载
- 积分:1
-
基于j2me的俄罗斯方块源代码,里面有各种功能注释 适合于初学者...
基于j2me的俄罗斯方块源代码,里面有各种功能注释 适合于初学者-Tetris on the j2me source code, which has a variety of annotation suitable for beginners
- 2022-08-06 20:40:49下载
- 积分: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
-
developed a Tetris game, which pay source, there still is a certain source of th...
基于J2ME 开发的一个俄罗斯方块游戏,内付源码,源码中还有一定的注释-developed a Tetris game, which pay source, there still is a certain source of the Notes
- 2022-09-14 17:20:03下载
- 积分:1
-
J2ME做摄影MMAPI程序用来在这方面需要做的
j2me做的照相程序使用mmapi给有需要做这方面需要的人-j2me done photographic mmapi procedures used to be done in this regard need of
- 2023-04-28 08:45:04下载
- 积分:1
-
GOGOGO游戏源码
GOGOGO游戏源码-GOGOGO game FOSS
- 2022-08-19 05:44:17下载
- 积分:1