-
本设计的内容是使用最小的单
本设计的内容是使用89C51RC单片机最小系统设计频率计系统,系统以单片机为主控单元,主要用于对方波频率的测量。
-The content of this design is the use of the smallest single-chip system design 89C51RC frequency of the system, a single chip for the main control unit, mainly for the other side of the measurement frequency.
- 2022-08-24 21:41:07下载
- 积分:1
-
Vocal homemade programming system
声乐自制编程系统-Vocal homemade programming system
- 2022-06-27 08:36:40下载
- 积分:1
-
MMX即多媒体可扩展指令集,通常用汇编编写,内嵌于C++或C,提升图象算法的执行速度。该文档介绍了MMX的指令集及编程规范。...
MMX即多媒体可扩展指令集,通常用汇编编写,内嵌于C++或C,提升图象算法的执行速度。该文档介绍了MMX的指令集及编程规范。-That is scalable MMX multimedia instruction set, often used to prepare a compilation, embedded in C++ Or C, to enhance the implementation of the speed of the image algorithm. The document describes the MMX instruction set and programming norms.
- 2022-11-05 23:55:03下载
- 积分:1
-
This is a brushless DC motor speed control based on the DSP2407 source code, eve...
这个是直流无刷电机的基于DSP2407的速度控制源代码,希望对大家有所帮助,平台是CCS2-This is a brushless DC motor speed control based on the DSP2407 source code, everyone would like to help, platform is CCS2
- 2022-07-06 22:52:11下载
- 积分:1
-
The source code of a compiled system of assembly language here.you can read the...
汇编编译系统源代码,是用汇编语言编写内附文档,可自行查看-The source code of a compiled system of assembly language here.you can read the inner documents which are writed by assembly language .
- 2022-02-27 07:46:17下载
- 积分:1
-
用win32汇编语言写的一个万年历小程序
用win32汇编语言写的一个万年历小程序-Win32 written in assembly language using a calendar applet
- 2022-01-26 00:13:47下载
- 积分:1
-
程序功能:本程序是利用文件240X.ASM中的子程序对EEPROM 240X进行多字节读写的操作示
例(同样适用于2416).
说明:本程序在AT24...
程序功能:本程序是利用文件240X.ASM中的子程序对EEPROM 240X进行多字节读写的操作示
例(同样适用于2416).
说明:本程序在AT24C01A上调试通过-Program features: This procedure is to use the Subprogram 240X.ASM documents on multi-byte EEPROM 240X read and write operation of the example (also applies to 2416). Note: This program debugging through AT24C01A
- 2023-09-03 15:40:02下载
- 积分:1
-
本程序实现算术平均值滤波(采样值为8位,连续采样数目小于256)
入口参数:采样值数据块首地址在SADR中,连续采样数在W中
出口参数:滤波值在SO...
本程序实现算术平均值滤波(采样值为8位,连续采样数目小于256)
入口参数:采样值数据块首地址在SADR中,连续采样数在W中
出口参数:滤波值在SOU中.-Arithmetic mean of the filter program (value of sample 8, the number of consecutive samples is less than 256) import parameters: the first sample value of the data block address in the SADR, the continuous sampling of a few in the W export parameters: filter values in SOU .
- 2022-02-12 14:42:33下载
- 积分:1
-
一个基于单片机数字电压表1602的液晶程序,用汇编语言编写。
一个基于单片机数字电压表1602的液晶程序,用汇编语言编写。-A digital voltage meter based on the 1602 single-chip LCD procedures used to compile languages.
- 2022-06-16 08:48:02下载
- 积分:1
-
c语言编译的计算器
为了方便了解流程,在程序中把计算过程也输出了.而且栈操作的实现部分也是自己实现的.
程序用两个栈,optr寄存运算符,opnd寄存操
c语言编译的计算器
为了方便了解流程,在程序中把计算过程也输出了.而且栈操作的实现部分也是自己实现的.
程序用两个栈,optr寄存运算符,opnd寄存操作数和运算结果.输入的表达式以等号结束,例如:2*(1+2)=
-c language compiler of the calculator in order to facilitate the understanding of flow, in the procedure to calculate the output of the process. but Stack is the realization of part of their realization. procedures with two stacks, optr storage operator, opnd operand storage and computing the results of . enter the expression in order to equate the end of, for example: 2* (1+ 2) =
- 2022-10-25 02:00:03下载
- 积分:1