用vc++平台开发的双三次样条插值函数,具有很高的精度,能够完成对面上的点的插值
上传时间: 2013-12-18
上传用户:fanboynet
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
用于pcm1804调整I2S的数据,使I2S的音频同步并且在FIFO中不溢出。能够自动判断FIFO --中的状态,通过调整从FIFO中输出的数据的个数来使FIFO既不上溢也不下溢。 -- 为了达到更高的精度要求,可以通过加大采样时钟clk的频率。
上传时间: 2016-02-03
上传用户:xlcky
实现单片机对温度的控制,具有较高的精度,达到正负0.1度。
上传时间: 2014-01-10
上传用户:李彦东
应用单片机的时候,经常会遇到需要短时间延时的情况。需要的延时时间很短,一般都是几十到几百微妙(us)。有时候还需要很高的精度,比如用单片机驱动 DS18B20的时候,误差容许的范围在十几us以内,不然很容易出错。
标签: 用单片机
上传时间: 2013-12-08
上传用户:zjf3110
二分法,用于多项式求解,迭代12次能达到很高的精度
标签: 分
上传时间: 2016-03-31
上传用户:zhaiyanzhong
提出了一种通过遗传算法(GA)对单个分类器进行优化以及对多个分类器进行组合优化的方法.该方法使用叠加(stacking)的策略.经典的叠加策略分为两步,该方法将遗传算法作为叠加策略的第2步.实验结果表明,遗传算法可以较好地完成优化任务,同单个分类器比较,它可以提高分类的精度.在对分类器进行组合优化方面,它得到比单个分类器更高的精度以及使分类结果具有更好的可理解性. 关 键 词: 分类 遗传算法 优化 机器学习 数据挖掘 分类规则.
上传时间: 2014-02-13
上传用户:Altman
本文主要介绍了一个通用多目标的单片机/嵌入式系统模拟软件的研究与开发过程,该软件可以以较高的精度(时序上可精确到机器周期,信号上可精确到引脚)模拟各种类型的嵌入式硬件(包括MCU、CPU以及各种外设),从而在通用计算机系统(比如PC)上精确地模拟出一个嵌入式系统环境,嵌入式操作系统和应用软件可以不加修改地在这个环境中运行和调试,并可得到和在真实硬件上完全相同的结果。
上传时间: 2016-04-08
上传用户:ommshaggar
利用泰勒公式计算32位数的正余弦值,可以达到比较高的精度。 适用于C54X系列DSP器件
上传时间: 2016-11-29
上传用户:小眼睛LSL
汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C
标签: the animation Simulate movement
上传时间: 2017-02-11
上传用户:waizhang