-
J2ME开发实例代码! 内含有可执行的代码!
J2ME开发实例代码! 内含有可执行的代码!-example code! Contain executable code!
- 2022-09-29 17:35:02下载
- 积分:1
-
J2ME的游戏原代码!希望能帮助有需要帮助的师兄弟们!
J2ME的游戏原代码!希望能帮助有需要帮助的师兄弟们!-J2ME game source code! Want to help those in need of help师兄弟们!
- 2022-04-23 10:32:15下载
- 积分:1
-
SMSSender
可以根据联系人类型进行选择,比如是SIM卡里的,还是OUTLOOK里的。(Can choose the type of contact, for example, is the SIM card, or OUTLOOK inside.)
- 2008-12-16 16:28:04下载
- 积分: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
-
tbWeather
j2me 关于天气预报的小程序,history目录是修改前的(j2me applet on the weather forecast, history directory is modified before)
- 2012-05-19 11:39:26下载
- 积分:1
-
《J2ME图形显示基础》中第一章,说明如何在手机模拟器上显示各种变量的值...
《J2ME图形显示基础》中第一章,说明如何在手机模拟器上显示各种变量的值-"J2ME graphics foundation," the first chapter on how the phone simulator showed the value of variables
- 2022-02-06 03:09:52下载
- 积分:1
-
sendPhoto
用JavaME开发,在手机上传图片到服务器,高保真的生成一个png图片(With Java ME development, at cell phone picture upload to the server, high-fidelity to generate a png picture)
- 2009-03-21 23:22:59下载
- 积分:1
-
Midp1.0 easy to use implementation of the collision and Scroll mobile players. V...
用midp1.0简单的实现了玩家移动碰撞和滚屏。十分适合初学者-Midp1.0 easy to use implementation of the collision and Scroll mobile players. Very suitable for beginners
- 2022-03-10 05:33:27下载
- 积分:1
-
J2ME MIDP 1.0 Excel
J2ME MIDP 1.0 Excel-like simple calculations program. Tested with Samsung SGH X100.
- 2023-04-11 02:35:04下载
- 积分:1
-
冒泡排序、折中排序,实现排序最快化,达到优化功能
冒泡排序、折中排序,实现排序最快化,达到优化功能-Bubble Sort, compromise, in order to achieve the fastest order, optimize functions
- 2022-03-20 20:57:48下载
- 积分:1