-
J2ME 实现收发短信,一个不错的j2me实例
J2ME 实现收发短信,一个不错的j2me实例-J2ME achieve TX text messaging, a good example j2me
- 2022-02-15 05:01:29下载
- 积分:1
-
MobileApplication1
BMI calculator using J2ME
- 2010-05-31 13:17:24下载
- 积分:1
-
用JAVA写的, 很不错的 对于初学者很有帮助,可以用作学习和研究之用,其中的有些处理值得借鉴...
用JAVA写的, 很不错的 对于初学者很有帮助,可以用作学习和研究之用,其中的有些处理值得借鉴-written with Java, and very good for beginners helpful, can be used for learning and research purposes, which should draw on some handling
- 2022-02-12 02:07:18下载
- 积分:1
-
蓝牙手机控制器,通过蓝牙由手机的J2me程序搜索服务端,PC负责接受信号,并对鼠标键盘进行操作,实现手机作为PC遥控器的目的...
蓝牙手机控制器,通过蓝牙由手机的J2me程序搜索服务端,PC负责接受信号,并对鼠标键盘进行操作,实现手机作为PC遥控器的目的-Bluetooth mobile phone controller, using Bluetooth on the client side(phone) to search services. PC is responsible for receiving signals, controlling the mouse and keyboard so as to create a remote controller on a mobile phone.
- 2022-07-07 11:42:46下载
- 积分:1
-
我参与的一个J2ME项目的部分代码,主要是在手机上实现的数据存储...
我参与的一个J2ME项目的部分代码,主要是在手机上实现的数据存储-I participated in a project of J2ME code, primarily in the realization of the mobile phone data storage
- 2022-08-17 07:41:48下载
- 积分: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
-
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围棋程序
应该是最简单的了。目前只有交叉落子功能。
源代码 + 手机上的可执行程序。
呃。。。要用触摸屏手机。
-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
-
是个很不错的游戏,不过忘记是什么了,自己下了玩玩就知道了...
是个很不错的游戏,不过忘记是什么了,自己下了玩玩就知道了-was a very good game, but forget what it is that he had to play on the know
- 2022-05-16 17:06:56下载
- 积分:1
-
毕业论文:J2ME在移动设备上的应用
毕业论文:J2ME在移动设备上的应用-thesis : J2ME mobile equipment applications
- 2022-02-28 23:41:20下载
- 积分:1