http://delphi.org/2013/10/delphi-xe5-android-uses-permissions/ The permissions required by a Delphi XE5 Android application are defined through the Uses Permissions dialog. It is found under Project -> Options… [Shift+Ctrl+F11]. If you select other T
https://stackoverflow.com/questions/2604727/how-can-i-connect-to-android-with-adb-over-tcp?page=2&tab=votes#tab-top http://delphi.org/2013/10/wireless-android-debugging-with-delphi-xe5/ Previously I blogged about how to connect to an emulator on a re
为了便于可视化,样本数据为随机生成的二维样本点. from matplotlib import pyplot as plt import numpy as np import random def kmeans(a, k): def randomChoose(a, k): # 从数组a中随机选取k个元素,返回一个list args = np.arange(len(a)) # 元素下标 for i in range(k): x = np.random.randint(i, len(a)) args
转载自 Taylor Guo g2o: A general framework for graph optimization 原文发表于IEEE InternationalConference on Robotics and Automation (ICRA), Shanghai, China,May 2011 http://www.cnblogs.com/gaoxiang12/p/5244828.html 深入理解图优化与g2o:图优化篇 http://blog.csdn.NET/h
说明 本文参考了这里 由于数据是连续的,因此使用了高斯隐马尔科夫模型:gaussianHMM 一.stock代码 import tushare as ts import pandas as pd import numpy as np from hmmlearn.hmm import GaussianHMM from matplotlib import cm, pyplot as plt import seaborn as sns sns.set_style('white') ''' 假定隐藏状态