搜索资源列表
(类)设计并实现一个具有并,交差等功能的集合类
- (类)设计并实现一个具有并,交差等功能的集合类 (假设采用顺序存储结构)。编写菜单驱动的C++程序, 利用该类实现集合的并,交差等运算。 -() design and implementation, and have a, perfunctory function of the collection classes (assuming sequential storage structure). Prepare a menu-driven C procedure, and us
writeFlash_Asm8323
- 关于56F8346DSP芯片如果操作内部FLASH写入-56F8346DSP chip on if the operator into the internal FLASH
suanzi3
- 是一些平常算子如:sobel,log等等,用c++写的-is usually operator such as : segmentation, log, etc., and write c
4.rar 利用条件运算符的嵌套
- 题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。,Title: the use of nested conditional operator to complete this question: academic> = 90 points with A classmate said that 60-89 between the use of B
16wei
- 8位单片机实现十六位除法运算,例如:51单片机实现算法-8-bit MCU 16 division operator, for example: 51 Singlechip algorithm
calculater
- 这是一个仿照实体计算器功能设计,包括所有常用的计算功能并具有对一组数据的统计处理功能的,用C++语言编程的软件。可以直接在电脑上使用无需安装任何附件。本产品针对需求简单的使用者,设计出一种界面简单,使用方便且功能比较齐备的计算器。基本功能包括简单加减乘除运算,三角函数,反三角函数运算,指数对数运算,求平方及平方根等。增加了对一组数据的统计处理,如平均数,求方差,求平方和这样的运算。-This is a calculator function entity modeled on the desig
huibianjiaocheng
- 介绍了CPU及存储器、操作数寻址方式、操作符、表达式、指令、中断、宏等与汇编语言相关的知识-Introduced the CPU and memory, operand addressing mode operator, expression, instruction, interrupt, macro assembler language with relevant knowledge
WEIJI
- 微机的程序~很多~如~BCD转换成二进制~加减法运算等-Computer procedures ~ many ~ if ~ BCD ~ converted into a binary operator such as addition and subtraction
AIRbook
- 航空定票 是用于前台操作的 不提供客户操作 主要动能有: 定票 修改 查询 特色:候补函数-Air tickets for future operations do not provide customers the main kinetic energy operator are: to book tickets modify query features: alternate function
004
- 题 目: 布尔表达式的文法: B ® B and T | T T ® T or F | F F ® not F |true|false |(B)| i rop i 设计布尔表达式文法,给出该文法的属性文法,用算符优先分析法实现对布尔表达式的翻译,给出翻译的逆波兰式结果。 自己做的编译原理课程设计-Title: Boolean expression grammar: B ® B and T | T T ® T or F | F F &re
C
- 定义C语言或其子集的单词并给出编号,根据给定的语言子集构造词法分析器,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常量、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值(遇到错误时可显示“Error”,然后跳过错误部分继续显示),要求输出以文件形式存放的Token串。-The definition of C language or a subset of the word and give numbers, according to a subset
operatortest21
- 有关运算符的重载,对于初学者是一个非常不错参考例子-operator
operatorDef
- 有关运算符的重载,对于初学者是一个非常不错参考例子-operator
cvSobel
- 用opencv library來實現Sobel operator效果-demo sobel operator by using opencv library
mazhilang
- 本程序由汇编语言设计: 功能分四大块: 1:Read Cmos message 读取一些Cmos 中的信息,并显示。 2: Show The Time 显示当前日期和时间。 3:Test the Key_Board 测试按键,每按一键,相应显示该键的Asci 码 和 Scan 码。 4:Math operation 由用户输入算术式,以 = 结束,相应在屏幕上显示结果。运算符号 包括 + , - , * , / 。 5:Escap
gauss
- Visual C++源代码,包含高斯坐标的正反算和邻带换算-Visual C++ source code, including positive and negative Gaussian coordinates with the conversion operator and o
sobel
- sobel算子是一种边缘检测算子,在图像处理中应比较广泛。-sobel edge detection operator is an operator, in image processing should be more extensive.
VBCAIGOU
- 库存管理软件说明 一.系统设置 1) 锁定:当登陆到本机的操作员临时离开时,为防止别人操作而设定,只有登陆本机的人,通过输入密码后才能解除锁定。 2) 登陆设置:对操作员进行管理维护 和 修改密码(对登陆本系统的操作员密码进行修改),本 系统中第 一个登陆的用户为最高权限用户,具有删除操作权限, 其它用户没有此权限,删 除功能不可用。 -Inventory management software that one. System Settings 1) Lock: Wh
add
- 实现十进制的加法,自动输出加号和等号,能够循环进行运算-Achieve decimal addition, automated output of the plus and equal sign, the operator can cycle
Compilation-of-operator-precedence
- 汇编的运算符优先级次序,初学者应该知道-Compilation of operator precedence order