资源列表
leach
- implamentation leach aghoritm (for wsn)
fuhaobiao
- 实现了符号表的功能-Realize the function of the symbol table. . . . . . . . . . . . . . . . . . . . . .
a
- 输入:输入是一个文本文件,里面的内容是符合某个语言语法、词法要求的源代码(输入文件为C++或者Java源程序,词语、语法定义参考C++、Java即可;C++、Java大家只需要选择一种自己熟悉的语言就可以),例如“position = initial + rate * 60 ”; 输出:设计并实现对输入文件的处理(禁用正则表达式),以获得如下输出,输出是一个文本文件,对前面例子,里面内容是: (标识符,position) (赋值运算符,=) (标识符,initial) (加法
CHS
- 用初等相似变换将一般实矩阵化为上H矩阵。Hessenberg矩阵-With elementary similarity transformation will be on general matrix into H matrix.Hessenberg matrix
GramAnlis
- 本节主要分析程序的代码结构和代码工程文件的划分。(程序由两个类组成: Scanner类和Parser类,分别为词法分析和语法分析类。-The division of this section of program code structure and code engineering documents. (Program consists of two classes: the Scanner class and Parser class, lexical analysis and parsi
A_MAC_Energy
- This is source code for AMAC research article
pointers
- Pointer use in C for pic microcontroller 16F877A CCS compiler/MPLAB/PROTEUS
HOSPITAL
- hospital management in c programming language
cifa
- 是将输入的源程序进行划分,给出基本符号(token)的序列,并掠过注解和空格等分隔符号。基本符号是与输入的语言定义的词法所规定的终结符。 本实验要求学生编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续进行 -Is the input source program division, and gives the basic
1
- 编写语义分析程序,实现对算术表达式的类型检查和求值。要求所分析的算术表达式由如下文法产生: E->E+T | E-T | T T->T*F | T/F | F F-> id | (E) | num -Write semantic analysis procedures, to achieve the type checking and arithmetic expressions are evaluated. Requirements analysis a
jaccard_coefficient
- function [jaccardIdx,jaccardDist] = jaccard_coefficient(img_Orig,img_Seg) Jaccard index and distance co-efficient of segmemted and ground truth- function [jaccardIdx,jaccardDist] = jaccard_coefficient(img_Orig,img_Seg) Jaccard index and dist
easyfriedman
- Easy Friedman Test. This is a useful function for comparing algorithms or treatments.