-
《J2ME图形应用基础》中的例子,综合各种图形应用的完整例子。...
《J2ME图形应用基础》中的例子,综合各种图形应用的完整例子。-"J2ME graphical application foundation" for the example, the integration of a complete graphics application examples.
- 2022-04-22 06:00:59下载
- 积分:1
-
Password_Based_Encryption
Password Based
Encryption in J2ME
- 2011-10-03 03:43:46下载
- 积分:1
-
The source code for this package is located in src/gov/nist/sip/proxy. The proxy...
The source code for this package is located in src/gov/nist/sip/proxy. The proxy
is a pure JAIN-SIP application: it does not need proprietary nist-sip
classes in addition of those defined in JAIN-SIP 1.1, you can substitute
the NIST-SIP stack by another JAIN-SIP-1.1 compliant stack and it should
interoperate.
he proxy can act as presence server and be able to process NOTIFY and
SUBSCRIBE requests. If this parameter is disabled, the proxy will simply
forward those kind of requests following the appropriate routing decision.
- 2023-08-07 05:25:04下载
- 积分:1
-
冒泡排序、折中排序,实现排序最快化,达到优化功能
冒泡排序、折中排序,实现排序最快化,达到优化功能-Bubble Sort, compromise, in order to achieve the fastest order, optimize functions
- 2022-03-20 20:57:48下载
- 积分: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
-
手机游戏例子,手机邮件
手机游戏例子,手机邮件-mobile phone games example, the phone mail
- 2022-02-02 11:19:01下载
- 积分:1
-
calculator for calculating interest rate in a mobile phone
calculator for calculating interest rate in a mobile phone
- 2023-03-17 12:05:04下载
- 积分:1
-
Untitled2
asask da;dja;lsa dmasnasm.s
- 2017-07-15 09:41:39下载
- 积分: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
-
JAVA手机的电子书编辑器以及阅读器
JAVA手机的电子书编辑器以及阅读器,它包括一个使用java编写的手机电子书生成器,以及J2ME写的手机电子书阅读器。阅读器允许修改字符的前景色/背景色。目前已在k700C上测试通过。平台要求:J2ME,J2SDK。
- 2023-03-15 04:15:03下载
- 积分:1