-
against hardware operation, the sample directly to the parallel port on the ARM...
针对硬件操作,示例为并口直接对ARM的FLASH芯片进行修改-against hardware operation, the sample directly to the parallel port on the ARM chip changes FLASH
- 2022-05-17 10:29:03下载
- 积分:1
-
电子密码锁程序
//2013.10.05 电子密码锁的设计 要求如下:
//事先设置初始密码为910108,上电时数码管全为------,,按下S10开始输入6位密码
//如果输入的6位密码与预先设置的密码相同,则发光二极管全部亮,数码管显示GOOD;如果输入错误则蜂鸣器报警,并且8个LED发光二极管全部暗,数码管显示ERROR。
#include
#define uchar unsigned char
sbit dula=P2^6;
sbit wela=P2^7;
sbit beep=P2^3;
sbit p1_0=P1^0;
sbit p1_1=P1^1;
sbit p1_2=P1^2;
sbit p1_3=P1^3;
sbit p1_4=P1^4;
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-19 09:54:39下载
- 积分:1
-
本代码是DS18B20的驱动程序源代码,MCU采用ATMEGA168,C语言编写,已经调试通过。可提供给各位仁兄参考。...
本代码是DS18B20的驱动程序源代码,MCU采用ATMEGA168,C语言编写,已经调试通过。可提供给各位仁兄参考。-This code is DS18B20 driver source code, MCU used ATMEGA168, C language, have been debug through. Available to you man reference.
- 2023-03-20 10:50:04下载
- 积分:1
-
Lcd project with ARM9261
Lcd project with ARM9261
- 2023-02-12 04:20:03下载
- 积分:1
-
ARM9的触摸屏程序实现液晶显示触摸屏功能…
ARM9 的触摸屏的程序,实现液晶显示 触摸屏的功能-ARM9 Touch Screen procedures realize liquid crystal display touch screen function
- 2022-03-06 11:37:22下载
- 积分:1
-
TMS320C6713设计数字滤波器的源程序,可以用于初学者参考学习
TMS320C6713设计数字滤波器的源程序,可以用于初学者参考学习-TMS320C6713 digital filter design source code, can be used for reference for beginners to learn
- 2022-12-16 16:55:03下载
- 积分:1
-
一个VC写A*寻路的程序库,可以给你演示各种算法的快慢,优劣,作者超级强悍,一定要看!要用VC6.0编译才行~...
一个VC写A*寻路的程序库,可以给你演示各种算法的快慢,优劣,作者超级强悍,一定要看!要用VC6.0编译才行~-A* to write a VC routing procedure library can give you the speed of presentation of various algorithms, advantages and disadvantages, the author super tough, it depends! VC6.0 compiler should do ~
- 2022-07-24 19:00:17下载
- 积分:1
-
在LPC2000系列芯片上移植ucos
在LPC2000系列芯片上移植ucos-ii的移植代码。-In the LPC2000 series chip transplantation ucos-ii transplant code.
- 2022-06-15 15:02:39下载
- 积分:1
-
samsung companies S3C2410 development board details, PDF format containing the c...
三星公司S3C2410开发板详细资料,PDF格式包含电路图供比较。
- 2023-07-25 13:45:04下载
- 积分:1
-
以太网W5100驱动程序
******************************************************************************
* @file W5100.c
* 本文件包括5个部分:
* 1. W5100初始化
* 2. W5100的Socket初始化
* 3. Socket连接
* 如果Socket设置为TCP服务器模式,则调用Socket_Listen()函数,W5100处于侦听状态,直到远程客户端与它连接。
* 如果Socket设置为TCP客户端模式,则调用Socket_Connect()函数,
* 每调用一次Socket_Connect(s)函数,产生一次连接,
*
- 2022-02-16 05:49:42下载
- 积分:1