The Small C compiler translates a subset of the C language into assembly language. It runs under PC/MS-DOS 2.1 and later. Small C is compatible with the Microsoft and Small Mac assemblers. Small C takes full advantage of the ability of these assemblers to generate relocatable object code, to maintain libraries of relocatable modules, and to link separately compiled program modules. It supports a small memory model with one code and one data/stack segment.
标签: language translates compiler assembly
上传时间: 2015-04-08
上传用户:Avoid98
用Burg算法估计AR模型参数,进而实现功率谱估计. 形参说明: x——双精度实型一维数组,长度为n,存放随机序列。 n--整型变量,随机序列的长度。 p--整型变量,AR模型的阶数。 a--双精度实型一维数组,长度为(p十1)。存放AR模型的系数a(0),a(1),...,a(p)。 v--双精度实型指针,它指向预测误差功率,即AR模型激励白噪声的方差。
上传时间: 2013-12-21
上传用户:330402686
现代谱估计用莱文森-德宾(Levinson-Durbin)算法求解尤利-沃克(Yule-Walker)方程。 形参说明: r:双精度实型一维数组,存放Yule-Walker方程的元素r(0),r(1),...r(p)。 p:AR模型阶数。 a:AR模型系数a(0),a(1),...a(p)。 v:预测误差功率
标签: Levinson-Durbin Yule-Walker 谱估计 算法
上传时间: 2014-01-26
上传用户:ippler8
m序列的生成,包括在有限域GF(p)中的基于不同p取值,不同级数条件下的本原多项式多种选择条件下的m序列生成。
标签: 序列
上传时间: 2013-12-12
上传用户:miaochun888
1、为了界面的美观性考虑,建议您添加了作为分类的版面(或者有下属论坛的版面)后,到该版面的高级设置中设置该版面不允许发贴,当然你也可以设置他可以发贴:) 2、一个分类或者有下属论坛的版面,可以设置版主,如果其下级论坛设置了可继承上级版主权限,那么上级论坛就可以管理下级论坛,如果不继承,则不可管理下属版面 其他就没什么好注意的了,大家尽情享受新版带来的乐趣吧:) 目前新版加入功能: 前台: 1、无限分类,采用版主继承制度(可选,如可以不继承上级版主权限或者继承) 2、用户文件管理(面向用户的),制作中,完成进度80% 3、总固顶和提升帖子 4、帖子操作加上不对用户进行分值操作的快捷选项(可选),操作帖子后发短信给用户(可选) 5、用户组状态 6、审核帖子,有单独的批量审核页面,版主、管理员、有权限的用户可以不经过审核直接发贴 7、背景音乐(很古老的功能:P) 8、论坛展区和自选风格 9、估计还有我想不起来的,想起来再加,总的来说前台调整不大:)
标签:
上传时间: 2015-04-12
上传用户:daoxiang126
The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine the dynamic equations of motion for the system, and lin earize about the pendulum s angle, theta = Pi (in other words, assume that p endulum does not move more than a few degrees away from the vertical, chosen to be at an angle of Pi). Find a controller to satisfy all of the design re quirements given below.
标签: F. with Determine inverted
上传时间: 2014-01-17
上传用户:miaochun888
MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数文件等。MATLAB 6.5 使用的编译器包括了MATLAB 的C\C++数学库函数以及图形库。动态链接库(dll)是编写软件中常用的一种技术,MATLAB提供了将M文件编制成dll文件的方法,本文就介绍如何在MATLAB6.5中将m文件z转化成dll文件,然后在VC中调用该dll文件。
上传时间: 2013-12-05
上传用户:qq21508895
this is a trade sale system realized by java. It can run some easy functions and has a good design pattern CVS. A good project to learn CVS.
标签: functions realized design system
上传时间: 2015-04-17
上传用户:sz_hjbf
本代码实现了操作系统中的司机和售票员同步问题,应用了VC中的信号灯,是我学完P、V操作后写的,希望于大家分享。
上传时间: 2013-12-24
上传用户:hxy200501
prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the query: ?- path2(a,h,P,T). will succeed and may produce the bindings: P = [a,depot,b,d,e,f,h] T = 155 Part 4 - Generating a path below a cost threshold As an example, the query: ?- path_below_cost(a,[a,b,c,d,e,f,g,h],RS,300). returns: RS = [a,b,depot,c,d,e,g,f,h] ? RS = [a,c,depot,b,d,e,g,f,h] ? no ==================================
标签: Part connections example prolog
上传时间: 2015-04-24
上传用户:ljt101007