虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

动<b>控制</b>

  • About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses

    About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases. Release focus: Major feature enhancements Changes: This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download. Author: cruppstahl

    标签: C. hamsterdb structure database

    上传时间: 2013-12-11

    上传用户:LouieWu

  • 文法如下: (1)S->aAcBe (2)A->b (3)A->Ab (4)B->d 關於lr0的語法分析

    文法如下: (1)S->aAcBe (2)A->b (3)A->Ab (4)B->d 關於lr0的語法分析

    标签: gt aAcBe lr0 Ab

    上传时间: 2015-11-22

    上传用户:thinode

  • 用全选主元高斯消去法求解N复系数阶线性方程组AX=B

    用全选主元高斯消去法求解N复系数阶线性方程组AX=B

    标签: AX 高斯 系数 方程

    上传时间: 2015-11-25

    上传用户:ggwz258

  • 一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buil

    一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。 以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。 public override double forecast(double x) 预测函数,根据模型得到预测结果 public override double computeR2() 计算相关系数(决定系数),系数越接近1,数据越满足该模型。

    标签: CubicMultinomialRegress override public double

    上传时间: 2015-11-25

    上传用户:13215175592

  • 对数回归方程 LogarithmRegress.cs 方程模型为 Y=a*LnX+b public override double[] buildFormula() 得到系数数组

    对数回归方程 LogarithmRegress.cs 方程模型为 Y=a*LnX+b public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2() 计算相关系数(决定系数),系数越接近1,数据越满足该模型。

    标签: LogarithmRegress buildFormula override public

    上传时间: 2014-01-23

    上传用户:330402686

  • 一个简单的b tree 实现代码

    一个简单的b tree 实现代码,可用于缓存数据,提高查询速度

    标签: tree 代码

    上传时间: 2015-11-27

    上传用户:it男一枚

  • b样条插值

    b样条插值,曲线逼近连续直线,任意选取

    标签: 插值

    上传时间: 2013-12-09

    上传用户:athjac

  • 三个候选人A、B、C

    三个候选人A、B、C,根据投票者在选票上对他们编号的填写顺序记分, !!!刚才传的6.rar说明写错了,我再传一次

    标签:

    上传时间: 2013-12-19

    上传用户:13160677563

  • 这是msp430 time b的例程

    这是msp430 time b的例程,请查收,接下来还有

    标签: time msp 430

    上传时间: 2015-12-04

    上传用户:bcjtao

  • 通过MP(代表其中一个P口)的高4位来控制

    通过MP(代表其中一个P口)的高4位来控制,AA`BB`-4,5,6,7脚。12细分,没行数组里面分4对,每对数第一个加到P口控制电流方向,第二个数控制通电时间。正转AA`-BB`-A`A-B`B,数组由1到12行的读取,反转B`B-A`A-BB`-AA`,数组由12到1行的读取。参数POWER表示电机启动还是不启动,DIRECT参数表示方向,SPEED表示速度等级,每项通电时间用数组中的植/SPEED。本程序没考虑要走多少步的情况,调用一次就走一步。

    标签: 控制

    上传时间: 2015-12-07

    上传用户:hopy