-
仿微信APP完整实例源码
通过对本实例源码的深入学习研究,了解和掌握一个完整的安卓APP是如何制作出来的,源码内附详细注释。
- 2017-08-04下载
- 积分:1
-
android 百度地图定位 实例源码
android 百度地图定位 实例源码
- 2014-06-12下载
- 积分:1
-
Java多播
这是用于在Java中作出分配方案的一个项目。它使得通过客户机与服务器的通信,并可以与一个大量客户端共享。要开心
- 2022-05-16 20:13:32下载
- 积分:1
-
Applied-Markov-Decision-Processes
本书从简单的例子开始 ,介绍了马尔可夫决策过程的基本概念、决策过程以及一些常用 的基本理论 .还介绍了多种最优准则 , 包括有限阶段准则、折扣准则、平均准则、权重报酬准 则、概率准则等 .从模型角度考虑了有限状态空间、可数状态空间和一般 Borel 状态空间 从 决策时间上来说 , 考虑了离散时间、连续时间和半马氏决策时刻问题 .本文还介绍了大量的应 用实例以及建模方法 .本书可作为高年级大学生和研究生教材 , 也可作为运筹学、管理科学、 信息科学、系统科学以及计算机科学和工程领域的学者和技术人员的参考书 .
(From the simple example of this book introduces the basic concepts of Markov decision processes, and decision-making process as well as some common basic theory also describes the various optimal criteria, including criteria for limited stage, discounted, average criteria weights remuneration The guidelines, such as the probability criterion from the point of view of the finite state model space countable state space and general Borel state space from the decision-making time, consider a discrete-time, continuous-time and half-time Markov decision problem this article describes. a large number of application examples and modeling methods. book can serve as senior undergraduate and graduate teaching, but also as research, reference management science, information science, system science, and academics and technical staff in computer science and engineering fields.)
- 2014-08-15 15:45:07下载
- 积分:1
-
华源拍卖行(源码)
资源描述华源拍卖行软件系统源码,包含说明,调试可用。
- 2022-04-07 14:55:04下载
- 积分:1
-
sshDemo
Spring+struts+hibernate
- 2020-06-17 12:20:02下载
- 积分:1
-
A
说明: 仿照唱吧的UI项目,仅仅是实现了布局方面的一些东西,没有实现实际的功能。(Modeled on the UI project, just to achieve some aspects of the layout, did not achieve the actual function.
)
- 2017-02-06 14:54:36下载
- 积分: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
-
车辆管理系统
应用背景这个这个任务的目标是创建一个基于功能的爪哇二手车管理系统。该任务的目的是展示了在爪哇系统开发中的关键阶段有分析、设计和实现。每个的发展部分,将展示其使用的关键特点,在分析阶段,系统的学生是在他们的团队讨论,并与功能系统要求。在设计部分,概念系统的设计工具,如UML用例图和类图将使用创建整个系统的抽象视图。随后为实施阶段,将使用爪哇语言开发系统。这个系统可以通过图形用户界面,也许部署在桌面上的爪哇准备环境。并;关键技术二手汽车管理系统将有 4 的主要功能,系统的用户可能无法使用。系统的用户将能够添加车记录到数据库中基于文本,编辑车记录,删除车记录,查看数据库中的所有的汽车和最终能够搜索的一辆车。
- 2022-03-19 02:57:35下载
- 积分:1
-
网络爬虫代码
资源描述
该代码是对图片中信息的捕获
Python写个爬虫把22mm.cc上的美女图片爬下来,我们把这个爬虫项目命名为:mm_crawler。
需满足:
1. 不要把非相关的图片也爬了;
2. 你总该考虑多线程吧?或者协程;
3. 命令行-h可以查看程序运行帮助,-n可以指定并发线程数(默认10个),-o可以指定图片存储在哪个目录(默认当前运行目录的pics目录下),-l可以限制爬多少图片就结束(默认不限制);
4. 思考个问题,如果下次我要爬其他的美女网站,你这个程序如何尽可能利于复用;
5. 把你的实现思路清晰记录在该爬虫项目的目录下:readme.txt;
6. 你可以用Python内置模块与第三方模块来加速你这个任务;
- 2022-11-21 22:10:03下载
- 积分:1