源代码\用动态规划算法计算序列关系个数 用关系"<"和"="将3个数a,b,c依次序排列时,有13种不同的序列关系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要将n个数依序列,设计一个动态规划算法,计算出有多少种不同的序列关系, 要求算法只占用O(n),只耗时O(n*n).
上传时间: 2013-12-26
上传用户:siguazgb
c语言版的多项式曲线拟合。 用最小二乘法进行曲线拟合. 用p-1 次多项式进行拟合,p<= 10 x,y 的第0个域x[0],y[0],没有用,有效数据从x[1],y[1] 开始 nNodeNum,有效数据节点的个数。 b,为输出的多项式系数,b[i] 为b[i-1]次项。b[0],没有用。 b,有10个元素ok。
上传时间: 2014-01-12
上传用户:变形金刚
课题九 交流电桥的研究 本课题主要研究交流电桥的基本特性及用途,要求设计电容电桥和麦克斯韦电桥测电容器的电容量、交流电阻、损耗因子及电感器的电感量,交流电阻,品质因子,还要研究交流电桥的部分应用,学会其不确定度的评定方法。
上传时间: 2013-12-06
上传用户:梧桐
TI芯片DAC8501驱动程序,DAC8501是TI公司的高精度16位,高速率DA(数模)转换器 MAXIM公司12位高精度AD(模数)转换器MAX189驱动
上传时间: 2013-11-26
上传用户:dapangxie
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
用89C52制作太阳电池数显充放电控制器原程序.说明:70H内存单元存放采样值,78H-7AH存放显示的BCD码数据;自然就依次为个位、十位和百位,模数转换器是ADC0809
上传时间: 2014-09-04
上传用户:zaizaibang
计算电压基准的温度系数(tempco)和初始精度:摘要:电压基准(VREF)的主要目标是设立系统精度。例如,模/数转换器(ADC)根据基准电压设置其满量程输入电平。下文讨论了如何在初始精度和温度系数(tempco)之间进行折中,在保证满足系统精度的前提下拓宽电压基准的选择范围。下面介绍的计算方法可根据给定的初始精度确定温度系数,反之亦然。
上传时间: 2013-12-11
上传用户:bruce5996
本程序主要是关于单片机的一个应用,与模数转换器MAX1240结合,做个简单的数字电压表,内含仿真文件。
上传时间: 2013-12-30
上传用户:kristycreasy
词法分析器 对输入一个函数,并对其分析main() { int a,b a = 10 b = a + 20 }
上传时间: 2013-12-20
上传用户:hfmm633
基因算法,用VC++或MATLAB,java等工具设计一程序计算任一个随机产生的DNA基因表达式的有效长度和值 设随机产生的基因表达式为: + Q - / b * b a Q b a a b a a b b a a a b
上传时间: 2014-01-09
上传用户:aa54