搜索资源列表
jiajiaqi
- 小型计算器 便于计算 乘除加减等基本运算 -small calculators calculation purposes of the calculation of basic operations such as addition and subtraction
DSP_zichengxuku
- 这是DSP的一个应用子程序库,包含基本数学运算子程序,硬件接口子程序,经典数字信号处理算法程序,现代信号处理程序,语音信号处理程序,是DSP软件开发的一个开发指导手册,许多程序笔者在TI实验开发板上调试通过。为了让开发者确实有用,没有割断传送,建议增加点数。-This is a DSP application subroutine library that includes basic arithmetic subroutine, the hardware interface routines,
cpu
- vhdl编的cpu,自己的课程验收实验,微指令实现,流程详细。存储,加减基本运算均有,乘法使用位移相加法得到。其中excel有微程序控制信号的编码,储存ram编写,控制器rom编写等-vhdl code of cpu, its acceptance test program, microcode implementation process in detail. Storage, addition and subtraction are the basic operations, multipl
calculater
- 这是一个仿照实体计算器功能设计,包括所有常用的计算功能并具有对一组数据的统计处理功能的,用C++语言编程的软件。可以直接在电脑上使用无需安装任何附件。本产品针对需求简单的使用者,设计出一种界面简单,使用方便且功能比较齐备的计算器。基本功能包括简单加减乘除运算,三角函数,反三角函数运算,指数对数运算,求平方及平方根等。增加了对一组数据的统计处理,如平均数,求方差,求平方和这样的运算。-This is a calculator function entity modeled on the desig
ch07
- 汇编基本操作。各种运算,及其各种代码功能-Compilation of basic operation. A variety of computing, and its various code features
pic_program
- 这是一个PIC单片机的常用程序库,包括很多基本的运算和其他常用模块的编程!-This is a commonly used PIC MCU library, including many of the basic computing and other commonly used programming module!
CompilationTutorial
- 汇编语言程序设计教程,chm格式资料, 第1章 预备知识 第2章 CPU资源和存储器 第3章 操作数的寻址方式 第4章 标识符和表达式 第5章 微机CPU的指令系统 第6章 程序的基本结构 第7章 子程序和库 第8章 输入输出和中断 第9章 宏 第10章 应用程序的设计 第11章 数值运算协处理器 第12章 汇编语言和C语言-Assembly language programming tutorial, chm format, infor
Intelhbyycxsjdsb
- 本书全面细致地讲述了汇编语言程序设计的各个方面。从微处理器体系结构、工作机制到指令集;从最基本的编译器链接器的使用到高级过程、结构和宏的使用;从用纯汇编编写程序到用VC++,BC++等最新编译器与汇编的混合接口编程;从16位实模式下BIOS,DOS实模式文本及图形程序设计到32位保护模式的Windows程序设计;从磁盘基础知识到Intel指令编码、浮点运算等相关知识都做了深入而细致的讲解。 -This book describes a comprehensive and meticulo
duilie
- ⑴实现循环队列各种基本运算的算法 ⑵实现链队各种基本运算的算法-Realization of basic operations of circular queue;Realization of basic operations team chain algorithm
Cal
- 汇编语言实现基本的加减乘除,只限于整数运算-Assembly language to achieve the basic addition, subtraction, integer only
assembly-language
- 详细介绍了汇编语言的各种知识,包含了预备知识、CPU资源和存储器、操作数的寻址方式、标识符和表达式、微机CPU的指令系统、程序的基本结构、输入输出和中断、宏、应用程序设计、数值运算协处理器、汇编语言和C语言。-Details of the assembly language of knowledge, including the prior knowledge, CPU resources and memory operand addressing modes, identifiers and
Intelhbyycxsjdsb
- Intel汇编语言程序设计。本书全面细致地讲述了汇编语言程序设计的各个方面。从微处理器体系结构、工作机制到指令集;从最基本的编译器链器的使用到高级过程、结构和宏的使用;从用纯汇编编写程序到用C/C++等最新编译器与汇编的混合接口编程;从16位实模式下BIOS、DOS实模式文本及图形程序设计到32位保护模式的Windows程序设计;从磁盘基础知识到Intel指令编码、浮点运算等相关知识都做了深入而细致的讲解。-Intel assembly language programming. The boo
algo2-1
- 实现顺序表的各种基本运算及其应用初始化输入输出等-The order of the table of basic operations
ji
- 计算器 仿windows 可实现基本所有功能,包括括号运算-Calculator imitation windows can achieve all the basic functions, including the brackets operator
MicroprocessorFormulaCalculator
- 单片机课的实验作业。功能是实现一个有着简易计算功能的计算机,利用LCD屏互动。可以做加减乘除运算。特别的,给出了四个内置公式:等差数列求和,一元二次方程求根,排列,组合。-Our project is aiming at making a calculator to help the users calculate particular formulae. As long as the user correctly input the values of parameters needed in
D2
- 自行编写链式存储队列的基本运算子程序(名称不变) 实现以下功能: ①创建一个空的链式队列; ②判断新建的链式队列是否为空; ③提示用户输入“链式队列的长度”; ④根据用户输入的“链式队列的长度”,逐一提示 用户输入“链式队列中的各个元素”,完成链式 队列的构造; ⑤判断此时的链式队列是否为空; ⑥调用子程序打印当前链式队列的队首元素和队尾 元素; ⑦编写打印链式队列元素的子程序PrintNode( ); ⑧清空队列,连续3次做下列操作:入队4个元素
cal
- 一个vb编的计算器,可以实现加减乘除等基本功能,而且可以打开文档,载入文本中的数据俩进行运算-A calculator programed by visual basic, the calculator can achieve the basic functions, such as addition, subtraction square root operation, and can open text, open the data from the text for computing
mapping-technology
- matlab 一些作图划线的基本知识,并且包含一些矩阵运算,方程的求解,附带若干个例子-Basic knowledge of MATLAB, some mapping crossed, and contains a number of matrix calculation, equations, with several examples
matlab
- MATLAB基本算法,简单的运算代码,一些简单运算-MATLAB basic algorithm, a simple calculation code, some simple arithmetic
basic-calculation
- 基于C++的复数运算,定义了加减乘除取实部虚部,定义了2×2阶复数矩阵的乘法 内附详细注释-The basic calculation based on C++. Define basic calculation between complex number, including+,-,*,/. Define the multipy between two 2*2 complex matrixes.