搜索资源列表
C++程序设计语言实验一
- 实验一:C++编程入门 1. 设计一个程序,其中实现两个函数,分别要求: 1. 解一元二次方程 求解一元二次方程Ax²+Bx+C=0的根。用户输入A、B、C的值,输出方程根x1和x2。(使用引用) 2. 求三角形面积 输入三角形的三边长a、b、c(边长可以是小数),求三角形面积area,并输出。如果输入的三边构不成三角形,应给出“data error”的信息提示。注:根据“海伦”公式,area*area=p(p-a)(p-b)(p-c),其中p=(a+b+c)/2。 2. 设计一
TL16C550
- tl16c550 的通信程序,用c语言写的 ,很好,已调试过。-tl16c550 program
analyse
- sample语言的词法分析器 相当不错 可以-sample language lexical analyzer can look pretty good
Cvirus
- 此为C语言编写的病毒代码!注意,该代码并无任何危害性!只是提供给研究人员一个研究的样本!好让学生懂得病毒的运行机理,从中破坏即可抑制病毒的运行!-This is the C language code of the virus! Note that the code there is no harm! Are only available to researchers in a study sample! So that students understand the operation of
101-sample-vs2005
- Visual Studio 2005 的101个C#语言示例,这些示例介绍了Visual Studio 2005和 .NET Framework 2.0 的许多新功能,希望对大家有用!-Visual Studio 2005 the 101 C# language sample, the sample introduced Visual Studio 2005 and. NET Framework 2.0 features many new, useful for all of us hope!
ARToolKit-2.72.1-bin-win32
- ARToolKit是一套基于c语言的增强现实系统二次开发包,能够在SGI IRIX, PC Linux以及PC Windows95/98/NT12000等不同的操作系统平台上运行,其实时、精确的二维注册功能使得工程人员能够非常方便、快捷的开发增强现实应用系统。- An augmented reality (AR) system generates a composite view for the user. It is a combination of the real scene view
magic
- c语言代码,主要实现的一个有关魔方的算法,算法也不是很难懂,大家耐心看看吧-the sample for c program
Compilertheorylexicalanalysis(Samplelanguage)
- 编译原理词法分析(Sample语言) 编译原理词法分析(Sample语言)-Compiler theory lexical analysis (Sample language)
c-sample
- c语言的一些基础程序代码-some c program
C-1000-sample
- C语言经典程序100例,每个例子有详细的解释说明,是C语言的基础。-C-100 cases of classic program, a detailed explanation of each case descr iption is based on C language.
c-language-sample-program
- c语言实例程序-适用于c语言的快速入门,了解c语言的语法-c language sample program- applicable to c language quick start to learn c language syntax
100-classic-sample-C-program
- C语言经典范例100,基本涵盖所有基本范例-100 classic sample C program
Compiler
- 原创的课程设计的MFC编写的编译原理源程序,内包括sample语言的词法分析,语法分析和部分语义分析,能输出错误信息,语法采用的是递归下降分析方法。内含大量测试代码,方便学习-The compilation of the principle to write MFC source program, including sample in morphology analysis of language, grammar analysis and some semantic analysis, ca
GIS Sample Application 2
- MapWinGIS是一个不错的开源GIS项目,开发语言是VC,基于微软的COM思想编写,团队的开发人员主要来自美国爱荷华大学,开发团队中还有一位中国人。系统来讲,MapWinGIS是一套类似于AO的二次开发组件库(只是没有AO那么强大),其核心库是一个名字为MapWinGIS的ActiveX控件,开发人员可以利用这个ActiveX组件在自己的系统中添加GIS的相关功能,例如地图显示;在图层上标绘点,线,图形;计算长度,存取GIS数据等相关工作。ESRI在AO的基础之上开发了ArcGIS的桌面
Compiler
- c#编译器 sample语言 词法分析 DFA NFA LL1 LR分析-c# compiler sample language lexical analysis DFA NFA LL1 LR analysis
sample-shopping-store
- 基于c#语言的一个小型的购物商城,实现了基本的功能。包括后台管理,购物车,商品浏览等。-a sample shopping store。
c-language-sample-program
- c语言实例程序适用于c语言的快速入门,了解c语言的语法-c language sample program- applicable to c language quick start to learn c language syntax-适用于c语言的快速入门,了解c语言的语法-c language sample program- applicable to c language quick start to learn c language syntax
C-1000-sample
- C语言经典程序100例,每个例子有详细的解释说明,是C语言的基础。-C-100 cases of classic program, a detailed explanation of each case descr iption is based on C language.
语法分析
- sample语言语法分析器 编译原理实验 语法分析 Sample语言 语法分析是编译过程的核心部分,其主要工作就是指出错误(Sample language parser Compiling principle experimental grammar analysis of Sample language Syntax analysis is the core of the compilation process, and its main task is to point out er
SAMPLE编译器
- sample语言的编译器 词法分析以及语法分析功能(Sample language compiler, the completion of the lexical analysis and syntax analysis, can generate four yuan!)