这是一个三次样条插值的.m程序 输入的是一个二维数组A(Nx2) 插值方法为: S(x) = A(J) + B(J)*( x - x(J) ) + C(J)*( x - x(J) )**2 +D(J) * ( x - x(J) )**3 for x(J) <= x < x(J + 1)
上传时间: 2013-12-14
上传用户:gengxiaochao
This book is designed to be used for the purpose to describe the structure of an optimizing compiler so that a reader can implement it or a variation (compiler writers always modify a design).
标签: optimizing the structure designed
上传时间: 2013-12-17
上传用户:CHINA526
The compiler for MATLAB6.5
上传时间: 2016-09-02
上传用户:wxhwjf
移位乘法器的输入为两个4位操作数a和b,启动乘法器由stb控制,clk信号提供系统定时。乘法器的结果为8位信号result,乘法结束后置信号done为1. 乘法算法采用原码移位乘法,即对两个操作数进行逐位的移位相加,迭代4次后输出结果。具体算法: 1. 被乘数和乘数的高位补0,扩展成8位。 2. 乘法依次向右移位,并检查其最低位,如果为1,则将被乘数和部分和相加,然后将被乘数向左移位;如果为0,则仅仅将被乘数向左移位。移位时,被乘数的低端和乘数的高端均移入0. 3. 当乘数变成全0后,乘法结束。
上传时间: 2014-01-03
上传用户:星仔
一个电子产品开发时的部分c代码B!绝对能用!
上传时间: 2013-12-20
上传用户:许小华
一个电子产品开发时的部分c代码B!绝对能用!
上传时间: 2016-09-05
上传用户:515414293
自己的51开发板源代码B,里面包含有LCD1602实验,lcd12864实验,ps2 lcd1602,串口通讯,红外遥控,计算器,继电器控制,矩阵键盘等实验程序,内容丰富
上传时间: 2016-09-06
上传用户:wab1981
basic c compiler 类似于basic语法的脚本
上传时间: 2016-09-16
上传用户:yy541071797
W.B.Gragg改进的解微分方程组的解法,为改进中点法,并给出解一个方程组得例子。
上传时间: 2016-09-20
上传用户:wangdean1101
This the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there are some issues involved with porting from MSDOS that have to be resolved for example the size of LONG on unix machines is so big some of the code generated gets messed up.
标签: generation generates compiler source
上传时间: 2013-12-18
上传用户:海陆空653