RESULT

共 195 篇文章
RESULT 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 195 篇文章,持续更新中。

VHDL 关于2DFFT设计程序 u scinode1 &#8764 scinode9.vhd: Every SCI node RTL vhdl code. The details can be

VHDL 关于2DFFT设计程序 u scinode1 &#8764 scinode9.vhd: Every SCI node RTL vhdl code. The details can be seen in the following section. u 2dfft.vhd: The top module includes these scinodes and form a 3x3 S

This example program shows how to configure and use the A/D Converter of the following microcontroll

This example program shows how to configure and use the A/D Converter of the following microcontroller: STMicroelectronics ST10F166 After configuring the A/D, the program reads the A/D result and

The ability to write efficient, high-speed arithmetic routines ultimately depends upon your knowled

The ability to write efficient, high-speed arithmetic routines ultimately depends upon your knowledge of the elements of arithmetic as they exist on a computer. That conclusion and this book are the

In this paper, we describe the development of a mobile butterfly-watching learning (BWL) system to

In this paper, we describe the development of a mobile butterfly-watching learning (BWL) system to realize outdoor independent learning for mobile learners. The mobile butterfly-watching learning sy

This programme is to control DC motor in a certain speed using PWM. The target speed is "r", it is

This programme is to control DC motor in a certain speed using PWM. The target speed is "r", it is the speed in 1s. The sample rate is 0.1s, so the actual speed target is "rc"=r/10. The "r" and "rc

will let you know the result once they replied will let you know the result once they replied

will let you know the result once they replied will let you know the result once they replied

The program computes the checksum and displays the result in an output port. The program is written

The program computes the checksum and displays the result in an output port. The program is written for Microchip PIC16F877A target device

XAPP098 - Spartan FPGA低成本、高效率串行配置

<div> This application note shows how to achieve low-cost, efficient serial configuration for Spartan FPGA designs. The approachrecommended here takes advantage of unused resources in a design, there

generate eye diagram from spice sim result

generate eye diagram from spice sim result

不知道啊!25 result love(boy, girl) {- if ( boy.有房() and boy .有车() ) {- boy.set(nothing) return girl.嫁给(b

不知道啊!25 result love(boy, girl) {- if ( boy.有房() and boy .有车() ) {- boy.set(nothing) return girl.嫁给(boy)

Emulating a synchronous serial

The C500 microcontroller family usually provides only one on-chip synchronous serial<BR>channel (SSC). If a second SSC is required, an emulation of the missing interface may<BR>help to avoid an extern

quality enhancement of celp coded speech by LBG algorithm, with proposed algorithm and simulation re

quality enhancement of celp coded speech by LBG algorithm, with proposed algorithm and simulation result

法国cromda编写的新版本MATRICE 2(矩阵和矢量运算单元)。 // ----------------------------------------------------------

法国cromda编写的新版本MATRICE 2(矩阵和矢量运算单元)。 // ---------------------------------------------------------- // 12-01-02 : MODIFIED Matrice to Matrice2 (Delphi 6) // All routines now operate on rectangula

MCS-96单片机A_D转换器应用-通过检测AD_RESULT(LO)中的S位来判定A/D转换是否完成。需要注意的是

MCS-96单片机A_D转换器应用-通过检测AD_RESULT(LO)中的S位来判定A/D转换是否完成。需要注意的是,当发出启动A/D转换命令后,AD_RESULT中的S位要经过8个状态周期后才能对其查询.

//通过18B20检测的数字温度可在电脑上显示当前温度值 #include &lt;reg52.h&gt; #define uchar unsigned char #define uint un

//通过18B20检测的数字温度可在电脑上显示当前温度值 #include &lt;reg52.h&gt; #define uchar unsigned char #define uint unsigned int sbit DS=P2^2 //define interface uint temp // variable of temperature uchar flag1 // si

In this program we calculate the scattering field of a infinite rectangular surface. I use Physical

In this program we calculate the scattering field of a infinite rectangular surface. I use Physical Optic method and compare the result with exact solution.

基于CPLD的QDPSK调制解调电路设计

为了在CDMA系统中更好地应用QDPSK数字调制方式,在分析四相相对移相(QDPSK)信号调制解调原理的基础上,设计了一种QDPSK调制解调电路,它包括串并转换、差分编码、四相载波产生和选相、相干解调、差分译码和并串转换电路。在MAX+PLUSⅡ软件平台上,进行了编译和波形仿真。综合后下载到复杂可编程逻辑器件EPM7128SLC84-15中,测试结果表明,调制电路能正确选相,解调电路输出数据与QD

data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 by

data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 byte "The result is : ",0 align 4 jia1gao sdword 0 jia1 sdword 0 .code main proc call clrscr

编程查找指定目录下所有EXE文件

编程查找指定目录下所有EXE文件,并将其全路径存入Result.txt中,要求用递归

MCS-96单片机A_D转换器应用

MCS-96单片机A_D转换器应用,包括查询式方法和中断方法。查询法通过检测AD_RESULT(LO)中的S位来判定A/D转换是否完成,中断方法用来实现多任务处理。