码迷,mamicode.com
首页 >  
搜索关键字:lines    ( 2570个结果
R语言对苏州天气的分析及预测 温度篇
温度篇     前面已经讲了苏州的天气特点,还是用相同的数据,做接下来的苏州气温特点的分析预测,是的预测在这里!          首先看下2011年到2015年苏州整体的温度表现是什么样的。 plot(suzhou$highestTemp,type="l",col="red",main="苏州2011-2015年气温图",xlab="时间轴",ylab="温度℃") lines(suz...
分类:编程语言   时间:2015-04-10 22:33:05    阅读次数:827
extjs中treepanel属性和方法
1、Ext.tree.TreePanel主要配置项:root:树的根节点。rootVisible:是否显示根节点,默认为true。useArrows:是否在树中使用Vista样式箭头,默认为false。lines:是否显示树线,默认为true。loader:树节点的加载器,默认为Ext.tree.T...
分类:Web程序   时间:2015-04-10 17:49:37    阅读次数:138
我的vim配置文件
syntax on "高亮 "colo torte "配色 set guifont=Microsoft_YaHei_Mono:h11 "字体 set lines=26 columns=93 "gvim窗口大小 "set nu "行号开关 set history=1...
分类:系统相关   时间:2015-04-10 13:36:30    阅读次数:158
Eclipse配置问题:Error :- java runtime environment JRE or java development kit must be available in order to run eclipse
Let eclipse use your java vm directly!Put these lines at the end of eclipse.ini (located in the directory where eclipse.exe is present):-vm/bin/javaw....
分类:编程语言   时间:2015-04-09 21:34:27    阅读次数:138
Love every movie by Shirley Temple
She is the curest thing ever existed-of the whole universe.As a 6 years' she can both sing and dance. She remenbers all the lines in the show, andexpr...
分类:其他好文   时间:2015-04-09 07:41:03    阅读次数:122
uva 1471 Defense Lines (降低复杂度)
题意: 给一个长度为n(n 思路: 设f[i] 和g[i] 分别表示 以i为开始 和 以i为结束 的最长连续递增序列长度 首先可以想到枚举i和j,然后计算max_len = f[i] + g[i]; 但是这种枚举方法的时间复杂度是O(n^2),这是在加上预处理f[i] 和g[i] 的前提下 所以需要想一个更加优化的方法,避免那么多枚举: 所以想到 只枚举f[i], 通过某种方法快速...
分类:其他好文   时间:2015-04-08 23:27:34    阅读次数:158
leetcode-11 Container With Most Water
?? 问题描述:Given n non-negative integers a1, a2, ..., an, where each represents a pointat coordinate (i, ai). n vertical lines aredrawn such that the two endpoints of line i is at (i, ai) and (...
分类:其他好文   时间:2015-04-07 11:59:19    阅读次数:129
思考 ”前端开发人员都在关注的 GitHub 资源“
原文:资源免费的计算机编程类中文书籍免费编程书籍计算机科学论文codeparksharePython初学者书籍、视频、资料、社区推荐Python资料汇总app应用推荐码农周刊整理500 Lines or Less一些不错的代码前端node.js中文资料导航了不起的NodejsNodejs的各种资源A...
分类:其他好文   时间:2015-04-06 20:10:04    阅读次数:186
Container With Most Water--LeetCode
题目: Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line i is at (i, ai) and (i, ...
分类:其他好文   时间:2015-04-06 17:17:36    阅读次数:142
组队赛#1 解题总结 ZOJ 3803 YY's Minions (DFS搜索+模拟)
YY's Minions Time Limit: 2 Seconds      Memory Limit: 65536 KB Despite YY's so much homework, she would like to take some time to play with her minions first. YY lines her minions up to an...
分类:其他好文   时间:2015-04-05 22:00:47    阅读次数:262
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!