-
嵌入式系统平台的微型显示器,以指导安装和源程序…
嵌入式系统引导平台micro monitor的安装及源代码-embedded system platform micro monitor to guide the installation and the source code
- 2022-01-25 18:38:41下载
- 积分:1
-
usb接口的移动硬盘,采用c语言,pidusbd12芯片
usb接口的移动硬盘,采用c语言,pidusbd12芯片-usb interface of mobile hard disk drives, using c language, pidusbd12 Chip
- 2022-08-20 12:34:20下载
- 积分:1
-
简单的登录页面 php
PHP 登录表单 -具有会话 session 变量
- 2022-08-23 03:57:16下载
- 积分:1
-
这个是个4个数码管显示时间的程序,用AT89S52实现,用四个按键控制,能实现时钟显示,闹钟定时,倒计时三项功能,电路图很简单。...
这个是个4个数码管显示时间的程序,用AT89S52实现,用四个按键控制,能实现时钟显示,闹钟定时,倒计时三项功能,电路图很简单。-This is a 4 digital tube display time-consuming procedures, use AT89S52 realize, with four buttons control, can realize the clock display, alarm clock, timer, countdown to the three functions, circuit is very simple.
- 2022-01-31 18:50:46下载
- 积分:1
-
451示例多种格式
451示例多种格式--Multiple formats for 451 examples.
- 2022-06-19 01:43:55下载
- 积分:1
-
实验板自制资料实验板自制资实验板自制资
实验板自制资料实验板自制资实验板自制资-Experimental board information board homemade homemade homemade board-funded capital
- 2022-03-06 16:22:13下载
- 积分:1
-
labview开发的智能仪器试验,里面共三个试验,温度压力试验,网络传输,电极控制试验...
labview开发的智能仪器试验,里面共三个试验,温度压力试验,网络传输,电极控制试验-LabVIEW development of intelligent instrument test, which a total of three tests, temperature and pressure testing, network transmission, controlled trial of electrode
- 2022-02-02 09:48:12下载
- 积分:1
-
51单片机,c8051f340通过GPIO模拟i2c程序
51单片机,c8051f340通过GPIO模拟i2c程序-51 SCM, c8051f340 through GPIO analog i2c procedures
- 2022-02-06 02:36:09下载
- 积分:1
-
Arduino 使用 cc2500
收发信机的 CC2500 示例代码。这将会发送数据包中包含的长度和"你好"。每个 400ms,然后进入接收模式。改编自 https://github.com/yasiralijaved/Arduino-CC2500-Library ,Zohan写的,onZohan@gmail.com。
- 2022-07-14 23:19:07下载
- 积分:1
-
基于stm32的ucosII程序实现led秒闪
基于keil开发平台,在stm32上实现led的秒闪。程序能够成功运行,实现led秒闪功能。
程序部分代码摘录:
void LED_GPIO_Config(void)
{
/*定义一个GPIO_InitTypeDef类型的结构体*/
GPIO_InitTypeDef GPIO_InitStructure;
/*开启LED的外设时钟*/
RCC_APB2PeriphClockCmd( RCC_APB2Periph_GPIOD, ENABLE);
/*选择要控制的GPIOB引脚*/ &n
- 2022-07-11 20:58:14下载
- 积分:1