搜索资源列表
VC++image_enhance
- 图像直方图的基本概念和图像点处理运算中的增强、平滑、锐化概念和实现算法,并给处理实现代码和处理效果图-image histogram of the basic concept and image processing operations point of the increase, smoothing, sharpening concepts and algorithms, and to deal with codes and treatment plans
DSP
- 本书编制的实验项目包括“CCS基本操作”、“基本算术运算”、“定点DSP的小数运算和浮点运算”、“DSP混合编程及CCS进阶”四个验证性实验和“数字正弦振荡器的DSP实现”、“FIR数字滤波器的DSP实现”两个综合性实验,并在综合性实验中配备了相关的设计性思考题供学有余力者进行全开放式实验。-Experimental projects include the preparation of the book " CCS basic operation" , " basic
jfq
- 加法器是实现两个二进制数相加运算的 基本单元电路。8 位加法器就是实现两个8 位 二进制相加,同时加上低位进位的运算电路。-Adder is to achieve the sum of two binary computing the basic unit of the circuit. 8-bit adder is to realize the sum of two 8-bit binary, at the same time together with the low binary
ffff
- 基本模型机的设计—不带进位与或运算指令的实现-The basic model design- not into the spaces with or computing instructions to achieve
structer
- 单链表的基本操作流程图及源代码 利用栈实现多种运算流程图及源代码-Single list of the basic operation flow chart and source code for implementation using a variety of computing stack and source code flowchart
shujujiegou
- 实现对任意给定的二叉树(顶点数自定)建立它的二叉链表存贮结构,并利用栈的五种基本运算(置空栈、进栈、出栈、取栈顶元素、判栈空)实现二叉树的先序、中序、后序三种遍历,输出三种遍历的结果。-Any given realization of the binary tree (self-Vertices) the establishment of its chain store binary structure, and use the five basic computing stack (The s
jisuanjizuchengyuanli
- 基本模型机的设计——不带进位的与或运算指令的实现,基本模型机系统分析与设计,利用所学的计算机组成原理课程中的知识和提供的实验平台完成设计任务,从而建立清晰完整的整机概念。 2、根据课程设计题目的要求,编制实验所需的程序,上机测试并分析所设计的程序。-Design the basic model- not into the place or processing instructions and the realization of the basic model of machine sys
9
- 关于集成运算放大器的基本原理、应用和计算的详细讲解,很有帮助。-With regard to the basic principles of integrated operational amplifier, application and calculation of the detailed explanation, very helpful.
DesignofFloatingPointCalculatorBasedonFPGA
- 给出系统的整体框架设计和各模块的实现,包括芯片的选择、各模块之间的时序以及控制、每个运算模块详细的工作原理和算法设计流程;通过VHDL语言编程来实现浮点数的加减、乘除和开方等基本运算功能;在Xilinx ISE环境下,对系统的主要模块进行开发设计及功能仿真,验证 了基于FPGA的浮点运算。 -The overall framework of system design and realization of each module which contain selection of ch
MATLAB.Demystified.Apr.2007
- 关于matlab基本功能,向量、矩阵运算等-Basic functions on matlab, vector, matrix operations, etc.
compute_sipf
- 根据《大话设计模式》用C++编写的计算器控制台程序,采用简单工厂设计模式。创建加减乘除运算类,继承于基本运算类operate,简单工厂类用于实例化运算符号对象。-According to " lying Design Patterns" written with C++ console calculator program, a simple factory design pattern. Create addition and subtraction multiplicati
yunfang_basic
- 一本介绍了运算放大器基本电路的书籍,各种基本的运放电路都涵盖到了,很广泛,电子工程师可以当手册。-One describes the basic op amp circuit of books, a variety of basic op amp circuits are covered to a very wide range of electronic engineers can be a manual.
sanjiaomatlabkaiti
- CORDIC(Coordinate Rotational Digital Computer,坐标旋转计算机)算法是Volder于1959年在美国航空控制系统的设计中提出来的,它是一种用于计算运算函数的循环迭代算法。其基本思想是用一系列与运算基数相关的角度的不断偏摆,从而逼近所需旋转的角度。-On CORDIC (Coordinate Rotational Digital the Computer, coordinate rotation computer) algorithm by Volder
calcultor
- /*6. 模拟计算器程序 问题描述 设计一个程序来模拟一个简单的手持计算器。程序支持算术运算+、-、*、/、=、以及C(清除)、A(全清除)操作。 基本要求 程序运行时,显示一个窗口,等待用户输入,用户可以从键盘输入要计算的表达式,输入的表达式显示在窗口中,用户键入 = 符号后,窗口显示出结果。 测试数据 程序输入不少于5种不同的表达式进行测试。 实现提示 可定义一个计算器类,该类包括两个组件对象,一个计算引擎和一个用户接口,用户接口对象处理接受的键盘输入信息,并
cPP-date
- 设计一个日期类date,其中包含年、月、日等数据成员。要求实现日期的基本运算, 如一日期加上天数、或减去天数后的日期,两个日期之间相差的天数。-Design a date class date, which includes members of the year, month, date, and other data. Required to achieve that the date of the basic operations, such as date plus the numb
MATLAB
- matlab入门级别的电子书,主要是基本的操作运算和一些matlab的常用函数汇总-matlab entry-level e-books, the basic operation of arithmetic and some of the commonly used matlab function summary
String-pattern-matching
- 串的基本运算。串的顺序存储结构。模式匹配的基本概念及常用算法。-The basic operations of the string. The string stored in the order structure. Basic concepts and commonly used pattern matching algorithm.
armasm.chm.tar
- 这是有关介绍汇编的资料,里面习题可以巩固学习。具体的内容有: 1.CPU资源和存储器 2.操作数的寻址方式 3.标识符和表达式 4.微机CPU的指令系统 5.程序的基本结构 6.子程序和库 7.输入输出和中断 8.应用程序的设计 9.数值运算协处理器 10.汇编语言和C语言 11.汇编语言编程和调试工具 12.Pentium指令的执行周期数 1 附录3 中断列表 DOS和BIOS的宏定义 键盘按键的各种编码对
js
- 用js编写的计算器,可以实现基本的运算功能和输出功能-Prepared by js calculator, you can achieve the basic arithmetic functions and output functions
1998
- 基本的程序编程代码,完成逻辑运算和基本的代数运算-Basic programming code, complete logic operations and basic algebra