搜索资源列表
经典操作
- 经典的汇编语言程序!是把书上理论的不好 理解的原理用程序表达出来!-classic assembly language! The book is on the theoretical understanding of the principles of bad procedures used expression!
线反转法行列键盘扫描
- 行列键盘的学习是单片机学习的必经之路,可是对了初学者来说学习起来并 不容易。书上的资料不多,或是说明不细,抑或太复杂不易理解。我在学行列键 盘时也有过此类的问题,近日我发现了一个非常好的行列扫描的方式——线反转 法行列键盘扫描,它简单易懂,非常适合初学者学习,也可作为程序开发之用。-ranks keyboard of learning is a must to learn microcontroller, but to a newcomer learning together is
C-C++
- 曾经碰到过让你迷惑不解、类似于int * (* (*fp1) (int) ) [10] 这样的变量声明吗?本文将由易到难,一步一步教会你如何理解这种复杂的 -had encountered let you puzzled, similar to int * (* (* fp1) (int)) [10] variables such statement? This paper will be easy to arrive difficult, step by step, how you inter
minOS_WinAVR
- 给出一个简单操作系统在AVR中应用实例,对理解操作系统有很大的帮助-presented in a simple operating system AVR application examples for understanding the operating system will be very helpful
0809conventorvhdl
- 1.AD0809转换器的vhdl实现 2.用状态机来实现不同状态的动态切换,思路明晰简单实现。 3.内含注释,易于修改和理解 4.对数码管的动态扫描,显示 -1.AD0809 converters to achieve the two vhdl. Using the state machine to achieve the different states of dynamic switching thinking, clarity simple to achieve. 3. N
sl811+c51
- SL811+C51单片机读写U盘,根据USB1.1协议编写,读写函数的理解要借助SL811HS的datasheet-SL811 C51 microcontroller U disk read and write, according to the agreement USB1.1 prepared, read and write function to rely on the understanding of the datasheet SL811HS
bios_ABC
- arm88.com斑竹提供的一个bios(s3c44B0)源代码,内附详细讲解,有助于对启动引导代码的理解。-arm88.com illustrated with a bios (s3c44B0) source code, enclosing elaborate on the launch guide to the understanding of code.
2051release
- 一款很好用的LED扫描例程,绝对可以使用.程序简明扼要,易理解,初学者可仔细体会.-the LED scanning routines, and it can definitely use. Procedures concise and easy to understand. beginners can close and personal.
tcpipzuixin
- 现在的互联网使用的是TCP/IP协议,这是他的源代码,里面有我个人的理解和解释,供大家参考-now is the use of the Internet TCP / IP protocol, it is his source code, There are my own understanding and interpretation, for your reference
1111103
- 8051单片机控制外部设备,读取外部设备状态,外部中断的应用,中断的深入理解,变量和标记的灵活应用,定时器的灵活应用,可编程自动控制的方法,按键控制设备动作的方法,PWM 输出的设计,存储器的读写,延时报警器的设计,各种报警音的设计,音乐播放的设计,程序模块化的设计等等知识。-8051 to control external equipment, reading the state of the external equipment, external interrupt the applica
ShutDownTry
- 通用串行总线USB(Universal Serial Bus)是一种新型的微机总线接口规范。随着客户对系统数据采集速度要求的不断提高,USB以其使用方便、易于扩展、速度快等优点而越来越多的应用于数据采集系统中。本文介绍了一种基于USB总线的数据采集系统的设计方法,采用PHILIPS公司的USB接口芯片PDIUSBD12与单片机AT89C51进行通信,并和PC机通信而编制出友善的设备应用程序。该系统用传统的USB总线取代了RS232串行总线,通过对USB协议和设备构架的充分理解,对以单片机89C5
labview1
- 本实验以LabVIEW可视化图形编程开发环境为平台,使用声卡和温度传感器加外围电路,测量和显示外部温度变化,并控制风扇和加热丝进行相关操作,使一定空间范围内的温度保持基本恒定。通过实际应用,加深对LaVIEW开发环境和实时控制的理解-this experiment visualization LabVIEW graphical programming environment for the platform, and the use of sound card plus the external
luojiyunsuan
- 知识要点:理解熟悉单片机的逻辑运算 运行结果:P1 口输出4 次计算的数值,注意1 为灭0 为亮,从1.7 到1.0 排列 与的概念:有0 为0 全1 出1.或的概念:有1 为1 全0出0.取反的概念遇1 为0 遇0 为1 异或的概念:相同为0 不同为1-knowledge points : understanding the logic familiar with the MCU running Operational Results : P1 output four tim
jinyibuxuexiluojiyunsuan
- 知识要点:理解熟悉单片机的逻辑运算 运行结果:P1 口输出结果为01100000,注意1 为灭0 为亮,从1.7 到1.0 排列 ANL 0FH就是把数据与00001111相与那么遇1得原来的数遇0则为0,结果是前面的4位变 0, 后面的4 位保留-knowledge points : understanding the logic familiar with the MCU running Operational Results : P1 output to 01.1 mill
qudoudong
- 为了进一步理解上述方法如何在编程中得以实现,在此提供了1个用C51单片机编程语言编制的8个按键的键处理程序,以供参考。该程序在KEIL C51 V6.02/uVsion2 demo编译环境下编译通过
dpjjx
- 把所有端口的同时置高置低,不断闪烁 2 p1 口3 路流水灯理解2 进制数与端口的关系 3 单片机的加法:把52h+0fch 结果送p1 口 4 单片机的乘法:把ff*03h 结果送p1 5 单片机的二进制加法 6 单片机的两位计数器 7 学习单片机的逻辑运算 8 进一步学习单片机的逻辑运算 9 循环移位指令的流水灯 10 理解熟悉散转结构的程序 11 位操作指令的学习 12 比较指令的学习与cy位
chuankou
- 学习51串口的经典例程,对于学习51串口很好处;熟悉串口的初始化及给端口的理解很有帮助!
配置理解stm32中外部中断外部是怎么设置的
- 本程序是通过配置理解stm32中外部中断外部是怎么设置的和怎么配置引脚可以产生外部中断-This procedure is through understanding stm32 configuration in the external interruption external is how to set up and how to configure pin can produce external interruption
理解与应用MPU的特权与用户模式
- 深入理解与应用MPU的特权与用户模式,基于STM32(Understanding and applying MPU privileges and user patterns)
J1939协议理解
- J1939协议理解--做完实际项目后,这是我对J1939协议的理解,想要的朋友可以了解下!