-
zlib 算法在j2me 中的应用,是用于,解压png 图像文件
zlib 算法在j2me 中的应用,是用于,解压png 图像文件-J2ME zlib algorithm in the application is used, unpacked png image files
- 2022-03-11 04:38:54下载
- 积分:1
-
Through the J2ME implementation ssl server can start the server on a PC via cell...
通过J2ME实现的ssl server 可在PC上启动该server 通过手机连接,并交换数据-Through the J2ME implementation ssl server can start the server on a PC via cell phone connection, and exchange data
- 2022-11-29 00:50:03下载
- 积分:1
-
j2me图像显示程序,其中有详细的注释,可以帮助初学者学习
j2me图像显示程序,其中有详细的注释,可以帮助初学者学习-j2me image display program, which has detailed notes that can help beginners learn
- 2022-02-14 09:49:32下载
- 积分:1
-
java j2me complete reference manual development
java j2me 开发完全参考手册-java j2me complete reference manual development
- 2022-04-26 21:58:43下载
- 积分:1
-
GOGOGO游戏源码
GOGOGO游戏源码-GOGOGO game FOSS
- 2022-08-19 05:44:17下载
- 积分:1
-
这是一个关于
这是在网上的一个关于手机编程书籍中网络编程源代码,-This is an on-line phone books Programming Network Programming source code,
- 2022-03-01 01:57:19下载
- 积分: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的手机游戏(反编译就可得到源码),非常好玩,可直接下载到手机模拟器上运行,没有密码。
一个基于j2me的手机游戏(反编译就可得到源码),非常好玩,可直接下载到手机模拟器上运行,没有密码。-a J2ME-based mobile phone games (Anti-source compiler may be), very fun, can be directly downloaded to the phone simulator run, no password.
- 2022-02-07 13:22:08下载
- 积分:1
-
是男人就撑20秒,一个小游戏,玩家控制飞机躲避子弹。
是男人就撑20秒,一个小游戏,玩家控制飞机躲避子弹。-Man on the support is 20 seconds, a small game, players control the aircraft to avoid bullets.
- 2022-02-28 12:12:11下载
- 积分:1
-
J2ME series of the snake swallowed,
j2me编的吞吃蛇,-J2ME series of the snake swallowed,
- 2022-10-26 10:55:02下载
- 积分:1