登录
首页 » Java » AutoDictionary

AutoDictionary

于 2013-10-23 发布 文件大小:3KB
0 223
下载积分: 1 下载次数: 11

代码说明:

  Stores new words temporarily until they are promoted to the user dictionary for longevity for Andriod.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 优先队列
    /**
    2022-06-30 11:16:09下载
    积分:1
  • 简单的登录系统
    本次作业是对前面学过的JavaBean、Servlet、JSP、JDBC编程原理知识的回顾和综合实践练习,通过本次作业达到下面目的:1.Servlet的重定向和请求转发的应用2.熟悉DAO设计模式的应用3.掌握访问数据库的方法4.熟悉JSP+Servlet+JavaBean的开发模式
    2022-07-13 22:10:48下载
    积分:1
  • 84564
    Android的传感器系统,精选android项目书籍,很好有参考资料。(The sensor system Android, select Android project books, very good reference material.)
    2013-12-04 08:49:42下载
    积分:1
  • Android_2.2_API
    android2.2API的中文说明,给英文不太好的开发者阅读~~(the Chinese description of android2.2API, English is not very good developers read ~ ~)
    2013-03-13 16:58:54下载
    积分: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
  • 哈夫曼树
    应用背景本节提供在使用列表结构和数据的实践操作集和树的抽象。该应用程序是表示数据的方法,作为序列的一个和零关键技术频率值--------- -----1 52 73 104 155 206 45创建哈夫曼树是简单的。按频率排序此列表把这两者的最低元素变成叶子,创建一个父节点用一个频率,这是两个较低的元素的频率总和:12:*/ 5:1 7:2这2个元素从列表中移除,新的父节点,与频率12,被插入到列表中的频率。所以现在按频率排序,是:10:312:*15:420:545:6然后再重复循环,将两者结合起来。这在:22:*/ 12:* 3/ 5:1 7:2现在的列表:15:420:522:*45:6你重复,直到只有一个元素在列表中留下。35:*/ 15:4 20:522:*35:*45:657:*___ / ___/ 22:* 35:*/ 12:3×15:4 20:5/ 5:1 7:245:657:*102:*__________________ / __/ 57:* 45:6___ / ___/ 22:* 35:*/ 12:3×15:4 20:5/ 5:1 7:2现在这个列表只包含一个元素,其中包含102个:*,你是。
    2023-05-30 00:10:03下载
    积分:1
  • B+树,实现简单算法,可创建树,删除叶子结点,增加关键字等
    B+树实现简单算法,可创建树,删除叶子结点,增加关键字等。创建树,使用文件数据库模拟;删除叶子结点:使用借用或者合并的方式模拟;增加:使用分裂的方式来模拟。
    2022-03-05 09:45:37下载
    积分:1
  • activity
    Android activity美轮美奂的切换效果,令你的ui与众不同(Android activity beautiful transition effects, and make your ui distinctive)
    2014-05-19 13:36:10下载
    积分:1
  • android source
    Copyright (C) 2008 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.   --> -
    2022-02-07 20:48:23下载
    积分:1
  • 网上商城源码(基于知识的推荐)
    资源描述 网上商城系统源码,结合基于知识的推荐产生推荐列表。系统分前后台,前台购物,后台管理。 前台登陆~/main/main.jsp,后台登陆~/admin/login.jsp 具体的后台登陆名在test.sql中有,前台会员登陆可以注册或者看已经注册好的(在test.sql文件中)。
    2022-02-10 04:09:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载