-
QR CODE AUTHENTICATION
在现在
- 2022-03-12 14:35:41下载
- 积分:1
-
编程词典用户管理系统
本程序需要添加JTDS类库.这是一款专门用来做毕业设计的论文数据库具有简洁轻便和易于使用的优点.本程序使Sql Server数据库开发,导入项目以后需要再对数据库进行配置,配置完数据库运行项目启动文件src/com/zzk/frame/LoginFrame.java就可以运行程序了。
- 2022-07-15 00:27:51下载
- 积分:1
-
sqlite的增删改查
package com.fenghuo.service;import java.util.ArrayList;import java.util.List;import android.content.Context;import android.database.Cursor;import android.database.SQLException;import android.database.sqlite.SQLiteDatabase;import com.fenghuo.db.DBHelper;import com.fenghuuo.pojo.Product;public class ProductService {private DBHelper helper;public ProductService(Context context){helper =new DBHelper(context);}//查询商品 按价格升序排序 升序price asc 降序:price descpublic ListfindAll(){List list=new ArrayList();SQLiteDatabase db=helper.getReadableDatabase();Cursor c=db.rawQuery("select id ,name,price,address from product order by pric
- 2022-03-25 01:25:14下载
- 积分:1
-
边界填充算法
边界填充算法从任意点启动和油漆向外,直到到达边界用于交互式图形软件包,用户可以选择一种颜色从调色板中,选择填充基元和选择一个区域用鼠标内部点。
- 2022-05-08 01:18:09下载
- 积分:1
-
基于Struts的网上党支部网站的设计与实现
基于Struts的网上党支部网站的设计与实现源码及数据库脚本,有实现系统的源代码,包括首页,后台页面,链接页面,有五个大模块可供参考.
- 2022-10-12 12:35:06下载
- 积分:1
-
Java 音乐播放器
是一款Java音乐播放器,在Eclipse下运行,产生播放界面进而播放音乐,是一个很简单的Java音乐播放器
- 2022-06-21 11:39:55下载
- 积分:1
-
java jstl 页面开发包
资源描述/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. The end-user documentation included wit
- 2023-03-28 00:35:04下载
- 积分:1
-
高校管理信息系统
如果您需要任何您想要开发的项目请联系上面的 url 为最佳创意等。
内容太短。注意请: 代码没有很好的描述将被删除,你不会得到任何点。请描述一下更好地获得更多积分。
提示: 您将赚取积分 (0-20) 基于您的源代码和说明的质量。质量低、 重复的代码或穷人所述将被删除。
- 2022-02-05 15:33:35下载
- 积分:1
-
基于android的 gps demo
android平台apk开发 软件通过locationmanager 服务检测gps是否开启 获取gps信息 并且将内容显示到界面之中
- 2022-02-14 11:27:02下载
- 积分:1
-
Mahout 源代码
Apache Mahout 是为分布式/非分布式编程提供了足够的框架实用开放源码机器学习图书馆。它具有可扩展性,并可以处理大量的数据相比,其他机器学习框架。Apache Mahout 是 Apache Hadoop 项目之一。Mahout 包含三种类型的算法: 推荐系统 (专门协同过滤)、 聚类和分类。推荐系统的实现可进一步分为非分布式方法和分布式的方法。推荐系统的分布式实现之一使用 MapReduce,这是可扩展性,适用于处理大规模、 分布式的数据集。其可伸缩性和专注于真实世界的应用程序做出 Mahout 越来越受欢迎的选择为组织设法利用大型机器 Learning.The Apache Mahout 体系结构提供了一套丰富的组件,从中我们可以构建一个自定义的推荐系统选择的算法。Mahout 设计为企业准备用于性能、 可扩展性和灵活性。顶层的包定义了 Apache Mahout 接口,对这些关键的抽象,[] 是: · DataModel· UserSimilarity· ItemSimilarity· UserNeighborhood· 推荐
- 2022-08-05 12:06:52下载
- 积分:1