码迷,mamicode.com
首页 >  
搜索关键字:series    ( 1758个结果
UVa--Rotating Sentences
Rotating Sentences  In ``Rotating Sentences,'' you are asked to rotate a series of input sentences 90 degrees clockwise. So instead of displaying the input sentences from left to right and top to b...
分类:其他好文   时间:2014-06-08 04:51:34    阅读次数:236
series compensator 串联校正 自动控制原理实验
series compensator 最好看过 Introduction to lead/leg compensator 再看这个串联校正的笔记blog 通过波特图校正系统: 校正系统就会有对系统的期望要求。图中对系统的期望是斜坡输入的稳态误差ess       第一步是系统的定型(确定好系统的阶次),阶...
分类:其他好文   时间:2014-06-05 03:38:00    阅读次数:263
对python生成器特性使用的好例子
1.对序列进行分组的函数(摘自web.py源码utils.py文件中) 1 def group(seq, size): 2 """ 3 Returns an iterator over a series of lists of length size from iterable. ...
分类:编程语言   时间:2014-05-28 04:21:00    阅读次数:365
medium and fine crushing
we series hydraulic cone crusher machine designed by our company is a new type of cone crusher machine with international advanced level which brings ...
分类:其他好文   时间:2014-05-27 17:00:26    阅读次数:271
Iron ore crushers plant
we provide crusher equipment for sale In the process of the clients buying the products, we will through a series of rigorous service style to provide...
分类:其他好文   时间:2014-05-26 08:41:42    阅读次数:246
LightOJ-1032 - Fast Bit Calculations
A bit is a binary digit, taking a logical value of either 1 or 0 (also referred to as "true" or "false" respectively). And every decimal number has a binary representation which is actually a series o...
分类:其他好文   时间:2014-05-24 17:19:41    阅读次数:335
uva 10253 - Series-Parallel Networks
题目链接:uva 10253 - Series-Parallel Networks 题目大意:就是有n条线,通过并联或者是串联,形成一个整体,问说有n条线,可以组成多少种。 解题思路:大白书上的例题,解法还真是高端.dp[i][j]表示说每个树德叶子节点不大于i,一共有j个叶子。f[i]=dp[i-1][i],注意n为1的时候。 #include #include typede...
分类:Web程序   时间:2014-05-22 11:03:40    阅读次数:402
highchats与php结合生成动态统计图
series: [{ type: 'pie', name: 'Browser share', data: [ ['Firefox', 45.0], ['IE', 26.8], { ...
分类:Web程序   时间:2014-05-21 14:55:02    阅读次数:348
DevExpress ChartControl大数据加载时有哪些性能优化方法
DevExpress ChartControl加载大数据量数据时的性能优化方法有哪些?关于图表优化,可从以下几个方面解决:1.关闭不需要的可视化的元素(如LineMarkers, Labels等): Series.View.LineMarkerOptions.Visible =false.2. 关闭...
分类:其他好文   时间:2014-05-19 14:43:57    阅读次数:281
Series Determination
Series Determination                                                                       题目描述 Boudreaux and Thibodeaux aren't very good at math, so they need you to write a program that can de...
分类:其他好文   时间:2014-05-15 01:28:56    阅读次数:313
1758条   上一页 1 ... 173 174 175 176 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!