搜索资源列表
bison-2.0.tar
- bison 2.0 主要可以用来做语法分析用的,最基本的功能是生成表达式分析程序,做科学计算器可以省事了!-main syntax can be used to do the analysis, the basic function is to generate expression analysis procedures, scientific calculator can save!
SmartCounter
- 此程序实现了表达式求值,算法先将用户输入的中缀式转换为后缀式,再求表达式的值,并且可以自定义变量。此程序为VC6下的控制台程序,有兴趣的朋友可以为起添加一个GUI-this program evaluates the expression, the algorithm first user input which is made up of the conversion to type suffix. try the value of the expression, and can define
VerilogHDLchinapub
- Verilog HDL硬件描述语言 01简介.PDF 02HDL指南.PDF 03语言要素.PDF 04表达式.PDF 05门电平模型化.PDF 06用户定义原语.PDF 07数据流模型化.PDF 08行为建模.PDF 09结构建模.PDF 10其它论题.PDF 11验证.PDF 12建模实例.PDF 13语法参考.PDF-Verilog HDL Hardware Descr iption Language Introduction 01. P
factorial
- 一般来说,任何大于0的正整数n的阶乘等于n与(n-1)的阶乘的积,即n!=n(n-1)!。用(n-1)!的值来表示n!的值其表达式就是一种递归调用,因为一个阶乘的值是以另一个阶乘的值为基础的。 此程序是采用递归调用求正数n的阶乘的程序
pcre[1].tar
- C语言实现PERL正则表达式全部功能,库文件。 PCRE
C_ATMEL_AVR
- 欢迎进入嵌入式编程和微控制器应用的世界!使用日益流行且价格适宜的Atmel AVR嵌入式控制器作为学习平台,本书是目前可以获得的最佳—书籍之一。对于初学者,本书将会是极好的选择。随着对Atmel AVR RISC处理器的介绍,读者会立即进入嵌入式C语言教程之中。在本书中,读者将学习C语言的变量和常量、运算符和表达式、控制语句、指针和数组、存储器类型、预处理指令、实时方法等等。本书特点 强调嵌入式系统编程,包括了大量的示例,本书通过这些示例来引导读者入门,进 而学习高级嵌入式C编程技术。 本书第4
CSharpNetworkProgrammingBasic
- 《C#网络应用编程基础》 一个幻灯片讲义 第1章 概述 第2章 C#数据类型 第3章 面向对象的编程基础 第4章 面向对象的高级编程 第5章 Windows窗体界面设计 第6章 目录与文件管理 第7章 正则表达式与Internet操作 第8章 ADO.NET与SQLServer 第9章 二维图形图像处理 第10章 基于组件的开发技术 第11章 网站建设与网页制作 第12章 ASP.NET Web服务器控件 第13章 ASP.NET W
arm
- arm9,实现表达式计算器,编译环境ADT
BiaoDashiJisuan
- ARM 下的表达式计算的不错的代码,包含头文件和 .c文件-ARM calculated under the true expression of the code, including header files and. C file
BEIHANGVerilogjiaocheng
- 北航Verilog教程. Verilog HDL基本结构 数据类型及常量、变量 运算符及表达式 语句 赋值语句和块语句 条件语句 ... -BUAA Verilog Tutorial. Verilog HDL data types and the basic structure of constants, variables and expression operator assignment statements and conditional stat
4
- 《嵌入式Linux C语言应用程序设计》第4章 嵌入式Linux C语言基础—数据、表达式-" Embedded Linux C Application Programming Language" Chapter 4 based on embedded Linux C language- data, expression
kaiguanyuju
- (1) switch后面括弧内的“表达式”, ANSI标准允许它为任何类型。 (2) 当表达式的值与某一个case后面的常量表达式的值相等时,就执行此case后面的语句,若所有的case中的常量表达式的值都没有与表达式的值匹配的,就执行default后面的语句。 (3) 每一个case的常量表达式的值必须互不相同,否则就会出现互相矛盾的现象(对表达式的同一个值,有两种或多种执行方案-(1) switch in brackets after the " expression&
VerilogHDLbiaodashi
- Verilog HDL的表达式,教会你如何使用Verilog HDL的各种表达式。-Verilog HDL
VHDL
- VHDL语法入门 1.1 VHDL程序构件 1.2 文法规则 1.3 数据对象及类型 1.4 运算符与表达式 1.5 VHDL语句 1.6 进程与子程序 1.7 资源库与程序包-Introduction to VHDL syntax 1.2 Component 1.1 VHDL procedures grammar rules and type of data object 1.3 Operators 1.4 and 1.6 Expression 1.5 VHDL p
FPGArealiztionofdigitalsignalprocessing
- 数字信号处理FPGA实现 实用程序和文件,有sine.exe ---输入宽度。输出对应的正弦波表 mif文件 csd.exe --- 寻找整数和分数的标准有符号数字量(canonical signed digit ,CSD)表达式程序 fpinv.exe --- 倒数计算浮点数表的程序 dagen.exe ---分布式算法文件生成HDL" onclick="tagshow(event)" class="t_tag">VHD
seven
- 基于VHDL实现输入控制7段数码管的代码,分别用逻辑表达式法和真值表法实现。-VHDL-based implementation of digital control input control 7-segment code, respectively, a logical expression method and truth table method to achieve.
embededC
- 讲述了嵌入式编程的流程及规范,嵌入式处理器的寻址定时中断等,嵌入式C中的数据类型,修饰符,控制表达式,函数库,混合编程等-Describes the process and the norms embedded programming, embedded processors addressing timer interrupt, etc., embedded C, data type, modifier, control the expression, function libraries,
7SEG-VHDL
- 7段数码管的设计与实现 用真值表法和逻辑表达式两种-7 Design and implementation of digital control and logic expressions with a truth table of two
SCM_c_language_operators_and_expressions_tutorial.
- 单片机c语言之运算符和表达式教程SCM c language operators and expressions tutorial-SCM c language operators and expressions tutorial SCM c language operators and expressions tutorial
33
- matlab中求解函数一些具体说明和应用。解决一般不能解决的函数或表达式。-matlab function in solving some specific instructions and applications. Solve the general function or expression can not be resolved.