-
html下载网页
html下载网页,通过网址下载里面的链接网页
- 2022-03-25 08:27:38下载
- 积分:1
-
KalmanFilter
卡尔曼滤波的一个典型实例是从一组有限的,包含噪声的,对物体位置的观察序列(可能有偏差)预测出物体的位置的坐标及速度。在很多工程应用(如雷达、计算机视觉)中都可以找到它的身影。同时,卡尔曼滤波也是控制理论以及控制系统工程中的一个重要课题。(A typical example of the Kalman filter, from a limited set, containing the noise, the position of the object observed sequence (there may be deviation) to predict the coordinates of the location and speed of the object. Its presence can be found in many engineering applications (such as radar, computer vision). Meanwhile, the Kalman filter is control theory, and control is an important topic in systems engineering.)
- 2012-08-21 10:54:02下载
- 积分:1
-
test
python实现用逻辑回归识别和分类人工手写数字(Classifying MNIST digits using Logistic Regression)
- 2021-04-10 20:48:59下载
- 积分:1
-
L-system generator
L-systemgenerator for python,允许您设置种子和在每次迭代中将被替换的元素,以及将替换它们的元素。默认颜色为彩虹。享受
- 2022-10-15 04:35:02下载
- 积分:1
-
Python Neo4j医药知识图谱自动问答系统源码
说明: Python+Neo4j医药知识图谱自动问答系统源码,知识图谱构建,自动问答,基于kg的自动问答。以疾病为中心的一定规模医药领域知识图谱,并以该知识图谱完成自动问答与分析服务。(Python+Neo4j Medical Knowledge Atlas Automatic Question and Answer System source code, knowledge atlas construction, automatic question and answer, based on kg automatic question and answer. The knowledge atlas of a certain scale medical field centered on disease is used to complete the automatic question answering and analysis service.)
- 2021-03-18 16:49:20下载
- 积分:1
-
Proxy
说明: python网络编程设置代理服务器,转发及缓存机制(python proxy server for caching)
- 2019-04-03 12:53:30下载
- 积分:1
-
斜距转为地距
说明: 进行三维去高后,根据sar参数信息,将斜距转变为地距。(After performing three-dimensional height removal, the slope distance is converted to ground distance according to the sar parameter information.)
- 2021-01-29 11:58:39下载
- 积分:1
-
scalechange
进制转换,可实现2-16进制任意进制数间相互转换(Hex conversion, 2-16 hex convert any decimal number between)
- 2012-05-29 16:59:01下载
- 积分:1
-
11
说明: 本程序利用OPENCV实现了圆形以及椭圆的拟合,并输出椭圆以及圆的中心坐标。(This procedure using OPENCV achieve a circular and elliptical fitting, and outputs the ellipse and the circle center coordinates.)
- 2013-11-21 20:28:55下载
- 积分:1
-
python实现DBSCAN(基于密度的聚类方法)
说明: DBSCAN(Density-Based Spatial Clustering of Applications with Noise) 为一种基于密度的聚类算法,它不仅可以找出具有任何形状的簇,而且还可以用于检测离群值。其基本思想为数据点分布紧凑的应被划分为一类,而周围未分布有或仅有极少数点的数据点则有可能为离群值。通过python实现了该聚类方法的计算。(DBSCAN (density based spatial clustering of applications with noise) is a density based clustering algorithm. It can not only find clusters with any shape, but also detect outliers. The basic idea is that the data points with compact distribution should be divided into a class, while the data points with few or no distribution around may be outliers. This clustering method is implemented by python.)
- 2020-12-23 15:45:10下载
- 积分:1