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