码迷,mamicode.com
首页 >  
搜索关键字:series    ( 1758个结果
Delphi 中Teechart 光标移动到series上高亮显示
Teechart 光标移动到series上高亮显示做项目用到Teechart,刚刚了解Teechart,需要完成一幅图中多条曲线,并且鼠标光标移动到哪条曲线上哪条曲线就高亮变粗。其实这个功能很简单,只要分别找到Teechart中的各个series,在series的事件中有OnMouseEnter和OnMouseLeft两个事件。分别在两个事件中对series.color进行幅值,线条变粗也是相同的道...
分类:移动开发   时间:2015-05-21 09:12:32    阅读次数:190
R(2)时间序列分析及应用之TSA安装(R语言)
1,关于时间序列时间序列分析(Time series analysis)是一种动态数据处理的统计方法。该方法基于随机过程理论和数理统计学方法,研究随机数据序列所遵从的统计规律,以用于解决实际问题。关于R环境搭建参考我之前写的文章...
分类:编程语言   时间:2015-05-19 00:51:22    阅读次数:2170
Vim ide for shell development
Source : This article is part of the ongoing Vi / Vim Tips and Tricks Series. As a Linux sysadmin or programmer, you may do following repetitive tasks...
分类:系统相关   时间:2015-05-18 18:45:33    阅读次数:271
Sqlite3文件数据库与内存数据库的性能差异
这不是一个有说服力的测试,算是我的体验吧通过pandas.read_csv函数将总共1.44GB的164个csv文件依次(转为dataframe对象,并新增2条series,再将该dataframe通过pandas.to_sql函数写成1.23GB的sqlite数据库文件,从导入第四个文件后,就越来...
分类:数据库   时间:2015-05-16 01:25:24    阅读次数:658
Tip: only show tooltip when hovering directly on point
When bind ajax to tooltip, we wantonly show tooltip when cursor is hovering directly on the data pointApply below settingplotOptions: { series: { ...
分类:其他好文   时间:2015-05-15 15:22:45    阅读次数:157
Centos6.6 64位安装LTIB i.MX6Q BSP开发环境
Introduction The SABRE Board for Smart Devices Based on the i.MX 6 Series is an evalutaion board featuring the i.MX6 Quad Core Cortex-A9 processor. Freescale ported the Linux Operating System (as o...
分类:其他好文   时间:2015-05-12 17:18:20    阅读次数:377
新机上岗 Core i7-4790 @ 3.60GHz 四核 / 16 GB ( 金士顿 DDR3 1866MHz ) / GeForce GTX 970 ( 4 GB / 七彩虹 )
新机上岗==============================电脑型号华硕 All Series 台式电脑操作系统Windows 7 旗舰版 64位 SP1 ( DirectX 11 )处理器英特尔 Core i7-4790 @ 3.60GHz 四核主板华硕 B85M-F PLUS ( 英特尔...
分类:其他好文   时间:2015-05-09 01:17:12    阅读次数:209
Series 1 java秒组合数
Series 1举几个例子发现, 系数中间对称,很容易想到组合数 c(n,m)==c[n,n-m).此题就是高精度求组合数,java秒之。time:1825ms ,接近时限,如果n还稍微大一点就超时。 1 import java.math.*; 2 i...
分类:编程语言   时间:2015-05-07 12:08:20    阅读次数:153
LeetCode-Repeated DNA Sequences (位图算法减少内存)
Repeated DNA SequencesAll DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for example: "ACGAATTCCG". When studying DNA, it i...
分类:编程语言   时间:2015-05-06 22:51:37    阅读次数:348
POJ2411——状态压缩+DFS——Mondriaan's Dream
DescriptionSquares and rectangles fascinated the famous Dutch painter Piet Mondriaan. One night, after producing the drawings in his 'toilet series' (...
分类:其他好文   时间:2015-05-06 19:39:15    阅读次数:248
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!