-
shoujikonghaoguolvyuanma
空号过滤程序,手机空号过滤软件介绍说明,专业过滤程序工程源码,手机空号过滤 功能简介:最多可支持200个手机端口,支持导入手机号码段、批量导入号码文件,软件自动检测、保存可用与不可用号码。软件操作简单、方便!(Empty filter program, mobile phone spacing filtering software introduces, indicating that the professional filtration engineering source program, the mobile phone spacing filtering function introduction: up to 200 phone port support, support into the phone number of segments, batch import document number, the software automatically detects, save available and unavailable number. Software operation is simple and convenient!)
- 2015-12-08 09:28:44下载
- 积分:1
-
J2ME手机游戏一个赛车躲避障碍的小实例,看一下吧,相信你会有不错的收获...
J2ME手机游戏一个赛车躲避障碍的小实例,看一下吧,相信你会有不错的收获
- 2022-03-19 16:35:17下载
- 积分:1
-
a pretty hefty almanac program can access all of the above can also leave a reco...
一个比较漂亮的万年历的程序 可以查阅各个年的 也可以在上面留下记录功能(可以自己编写)-a pretty hefty almanac program can access all of the above can also leave a record of functions (can prepare themselves)
- 2022-11-29 02:25:03下载
- 积分:1
-
利用j2me所开发的一个角色扮演类游戏,遵循MIDP2.0标准,开发环境eclipse3.2。...
利用j2me所开发的一个角色扮演类游戏,遵循MIDP2.0标准,开发环境eclipse3.2。-Use j2me developed a role-playing games, follow the MIDP2.0 standard development environment eclipse3.2.
- 2022-03-10 09:42:26下载
- 积分:1
-
j2me游戏开发 源代码
j2me游戏开发 源代码-j2me game development source code
- 2022-01-31 11:51:21下载
- 积分:1
-
最简单的J2ME围棋程序
应该是最简单的了。目前只有交叉落子功能。
源代码 + 手机上的可执行程序。
呃。。。要用触摸屏手机。...
最简单的J2ME围棋程序
应该是最简单的了。目前只有交叉落子功能。
源代码 + 手机上的可执行程序。
呃。。。要用触摸屏手机。
-Go J2ME simplest procedure is the simplest. At present, only cross-functional落子. Source code+ executable programs on the phone. Uh. . . To use touch-screen phone.
- 2023-01-16 09:45: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
-
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
-
tbWeather
j2me 关于天气预报的小程序,history目录是修改前的(j2me applet on the weather forecast, history directory is modified before)
- 2012-05-19 11:39:26下载
- 积分:1
-
visual design for j2me developers
visual design for j2me developers
- 2023-07-09 07:15:03下载
- 积分:1