《C8051F系列单片机开发与C语言编程》一书的光盘。 1.1例 程 “例程”文件夹中为各章节的程序代码,均在作者的目标板上(自行开发)调试通过,以确保程序正确。 1.2 原理图及pcb封装
上传时间: 2015-11-22
上传用户:偷心的海盗
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
一、 一元三次回归方程 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
CRC32的校验程序的C语言代码,开发环境为LINUX
上传时间: 2013-12-25
上传用户:天诚24
基于DS1302芯片的数字时钟的c语言代码. 已经经过调试,运行正常
上传时间: 2015-11-27
上传用户:海陆空653
用c语言编写的Dijkstra算法的源代码。代码短小精炼有注释
上传时间: 2014-01-12
上传用户:hebmuljb
Mpeg4视频处理编解码算法代码 适用于windows平台和unix平台 c语言编写
上传时间: 2015-11-29
上传用户:ywqaxiwang
三个候选人A、B、C,根据投票者在选票上对他们编号的填写顺序记分, !!!刚才传的6.rar说明写错了,我再传一次
标签:
上传时间: 2013-12-19
上传用户:13160677563
文中给出了cPLD与单片机的串行通信的C语言代码与VHDL代码有一定的使用价值
上传时间: 2014-12-20
上传用户:siguazgb
用C++语言简单的实现数据结构中数据的冒泡排序算法的程序代码
上传时间: 2013-12-09
上传用户:invtnewer