搜索资源列表
hao123.com源代码
- c18233\AcceptJob.asp c18233\copyright.asp c18233\counter\0\0.gif c18233\counter\0\1.gif c18233\counter\0\2.gif c18233\counter\0\3.gif c18233\counter\0\4.gif c18233\counter\0\5.gif c18233\counter\0\6.gif c18233\counter\0\7.gif c18233\counter
PL0_java
- 用JAVA语句实现的PL/0编译器,内有测试程序及代码说明-Achieved using JAVA language PL/0 compiler, there are testing procedures and code descr iption
soft
- pic12f683单片机在PICC上的PWM初始化模块及应用 -pic12f683 microcontroller for PWM at the PICC and its application to initialize module
cifafenxi
- 设计、编制并调式一个词法分析程序,加深对词法分析原理的理解,对字符串型单词符号(if,then,while,do----)等等用函数int reserve(char* p)来处理,对单词符号(+,-,*,/,=-----)等等用switch()来处理。-cifafenxi
C0Compiler
- 基于c0文法写的生成p-code的编译器,有词法分析,语法分析,中间代码生成等功能-C0 Writing grammar-based generation of p-code compiler, there is lexical analysis, syntax analysis, intermediate code generation and other functions
yufafenxi
- 实验内容: 可选择LL1分析法、算符优先分析法、LR分析法之一,实现如下表达式文法的语法分析器: (1)E→E+T | E-T | T (2)T→T*F | T/F | F (3)F→P^F | P (4)P→(E) | i -Experiment: optional the LL1 analysis method, the operator precedence analysis, LR analysis, one of the following expre
sam3r14
- scsi 架构 sam-3.pdf 在t10.org上-scsi structure in the sam-3.pdf the t10.org
m-p
- 这两个程序是MATLAB的M矩阵法,P矩阵法,其它的为测试文件。-M matrix method, the P-matrix method
P0
- P/0词法分析程序,用的是C++程序语言-P/0 lexical analysis program
directlda
- Após o pré-processamento (prep), os dados sã o reduzidos pelo algoritmo SVD e calcula-se os Scores (T) e os Loadings (P). Posteriormente, plota-se T e P, na forma de gráficos biplots
HuffmanTree
- 该系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。
tvtuner
- From Pollin Electronic there was a complete TV tuner available (Sonderliste Nr. 1/2000, page 83). The tuner is programmable via I² C-Bus and provides a FBAS signal at its output. There is also the homepage of Georg Acher containing information ab
PL0
- pl0拓展文法的编译器,包含实验报告、源码和测试程序。对PL0原编译器进行了以下的扩充:1. 增加以下保留字 else(elsesym), for(forsym),to(tosym),downto(downtosym), return(returnsym),[(lmparen),](rmparen) 2. 增加了以下的运算符: +=(eplus),-=(eminus),++(dplus),--(dminus) 取址运算符&(radsym),指向运算符@(padsym) 3
the-benefits-of-the-set-p-=-NULL
- (1)在没有 p = NULL 时,指针p是指向一个内存地址的,只是这个内存地址对当前程序是非法的。对黑客来说,这可是一个机会。 每次程序崩溃时几乎都会在同一个地址(p所指的位置),这个地址会很容易到黑客手上的,然后黑客可以在指定的内存地址上事先布置好自己的代码,然后运行程序,崩溃时就会到黑客指定的代码上去,结果不堪设想啦。 (2)在有 p = NULL 时,程序同样崩溃,但崩溃的地址是0. 0地址对任何程序都是非法的,所以再牛的黑客也不能把自己的代码布置到内存地址是0的空间上。所以对这种情
lab1-GPIO_LED
- D S P 28335 G P I O设定为LED, 包括了定时器的配置,和中断的设置-DEP28335 is set as to light up the LED.
Matlab-project
- roots -Polynomial roots Syntax r = roots(c) Descr iption r = roots(c) returns a column vector whose elements are the roots of the polynomial c. Row vector c contains the coefficients of a polynomial, ordered in descending powers. If c has n
InputAndOutputOfGrammar
- 1、了解文法定义的4个部分: G(Vn, Vt, S, P) Vn 文法的非终结符号集合,在实验中用大写的英文字母表示; Vt 文法的终结符号集合,在实验中用小写的英文字母表示; S 开始符号,在实验中是Vn集合中的一个元素; P 产生式,分左部和右部,左部为非终结符号中的一个,右部为终结符号或非终结符号组成的字符串,如S->ab|c 2、根据文法各个部分的性质,设计一个合理的数据结构用来表示文法, 1)若使用C语言编写,则文法可以设计成结构体形式,结构体中应包
P=3.14
- Calculate pi by function ran2 pi=3.141216-Calculate pi by function ran2 pi=3.141216
Regression
- parameters estimated, n is the number of observations, F p , n − p , α is the upper α percent value of the F distribution with p and n – p degrees of freedom