-
安卓蓝牙通信开发参考源码
资源描述基于安卓的蓝牙通信开发参考例程源码
- 2022-09-07 03:00:03下载
- 积分:1
-
Swip-master
Swip-master 完整程序源码,对java的SIP理解与学习有很大帮助。是对java初学者很有用的学习资料。
- 2022-02-07 15:26:36下载
- 积分:1
-
Sliding Puzzle Game By Java
Numeric Sliding Puzzle is a simple type of game where a user clicks on a sliding tile (containing a number)
in order to move it to another location. A tile can only be moved to another location if it is neighbour to a
blank tile. The game continues until all the tiles are in the correct order; e.g. for a 3*3 size puzzle, the correct
order of the tiles is blank tile, 1, 2, 3, 4, 5, 6, 7, 8.
- 2022-01-25 23:42:01下载
- 积分:1
-
js选择地区、选择行业、选择职位特效
js选择地区、选择行业、选择职位特效,模仿51JOB
- 2022-05-26 10:02:20下载
- 积分:1
-
图书管理系统 java
public class DBUtil {
private JdbcTemplate jt; // 声明JdbcTemplate对象引用
private List rl = null; // 声明List对象引用
private String sql = null; // 声明SQL字符串引用
private DataSource ds; // 声明DataSource引用
private DataSourceTransactionManager dtm;
private DefaultTransactionDefinition dtd;
public void setJt(JdbcTemplate jt) { // jt成员的set方法
this.jt = jt; // 设置jt属性的值
- 2022-06-30 01:59:07下载
- 积分:1
-
直方图对比
实现两个图像的直方图对比,采用四种方式计算基准图与目标图的相似性,其中最常用的就是巴氏距离,调用opencv的直方图对比类,直接实现计算,注意得到的巴氏距离的值越小,表示基准图与目标图的相似度越高,当然还有其他的三种方式,这个在代码里面修改一下名称就可以了。Histogram contrast achieve two images, the use of four ways to calculate the reference map and target map similarity, one of the most commonly used is pasteurized distance calls opencv histogram comparison class, directly implement calculations, pay attention to get Pap distance the smaller the value, the reference chart indicates the similarity with the target figure is higher, of course, there are other three ways, this change in the code inside look at the name on it.
- 2022-02-12 04:07:52下载
- 积分:1
-
列车仿真与避撞
- 2023-08-04 19:55:03下载
- 积分:1
-
高仿京东商城的app源代码
应用背景京东商城的背景挺漂亮,应用背景不知道怎么写,真的是词穷了,但我这个app的应用背景真的非常好看非常漂亮的。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。关键技术java开发 ,XML,Android技术,算法技术,界面开发还有图形图像等技术。java和安卓源代码,这个京东商城源代码是个和非常强大的源代码,和原app基本功能相同。各种你来下载牛逼技术。。。
- 2022-05-06 01:56:55下载
- 积分:1
-
JAVA小记事本
本记事本程序使用JAVA语言模仿Windows系统记事本开发,程序简单而小巧,对JAVA初学者能够提高兴趣学习。
- 2022-04-14 18:32:43下载
- 积分:1
-
WebCollector-master
应用背景WebCollector is an open source web crawler framework based on Java.It provides some simple interfaces for crawling the Web,you can setup a multi-threaded web crawler in less than 5 minutes.关键技术WebCollector致力于维护一个稳定、可扩的爬虫内核,源码中集成了Jsoup,可进行精准的网页解析;便于开发者学习并进行开发。内核具有健壮的扩展性,用户可以在此基础上开发自己想要的爬虫。
- 2022-03-04 18:18:47下载
- 积分:1