-
手机VNC程式, 利用手机远端桌面的源码, 使用J2ME编程
手机VNC程式, 利用手机远端桌面的源码, 使用J2ME编程-phone VNC programs, the use of mobile remote desktop source code, the use J2ME programming
- 2022-03-05 15:31:54下载
- 积分:1
-
手机程序在线投票的例子
手机程序在线投票的例子-Phone-line voting procedures examples
- 2022-04-08 21:58:56下载
- 积分:1
-
QuickLocationMainActivity
实现类似手机通讯录的快捷链接,右侧有A-Z 26个英文字母,点击后调到指定的内容(To realize the quick links to similar mobile phone mail list.)
- 2014-11-11 11:28: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
-
MatrixRiccati
说明: 可以计算转子系统的固有频率、振型、不平衡响应(Natural frequency, mode shape and unbalanced response of rotor system can be calculated.)
- 2021-03-20 19:09:18下载
- 积分:1
-
J2ME通过UDP服务器的实现
通过J2ME实现的UDP server,可用于TCK server端接收udp 连接-J2ME achieved through the UDP server
- 2023-07-31 18:00:02下载
- 积分:1
-
J2ME是基于j2mepolish,移动应用客户端和服务器。菜单样本
j2me is based on j2mepolish, client & server for mobile application. menu sample
- 2022-07-24 21:50:52下载
- 积分:1
-
手机播放铃音示例
手机播放铃音示例-example cell phones ring tones
- 2022-11-14 05:35:03下载
- 积分:1
-
alumni. this is useful for alumni of a college.....
very useful to every one
alumni. this is useful for alumni of a college.....
very useful to every one
- 2022-01-27 18:44:29下载
- 积分:1
-
J2ME Game Programming的隋书源代码
J2ME Game Programming的隋书源代码-J2ME Game Programming on the source code SUI
- 2022-07-06 12:40:20下载
- 积分:1