搜索:code+formatting

找到约 4,826 项符合「code+formatting」的查询结果

结果 4,826
按分类筛选
显示更多分类
https://www.eeworm.com/vipdownload/313.html VIP专区

VIP专区-3000套PLC实例程序

资源包含以下内容:1.2 COMP CHILLER.rar2.20-COMM-E Adapter Diagnostics.zip3.3 Phase Motor Startup Logic.zip4.500编程实例.rar5.550 OPTICOLOUR MOINITORING TM EDIT.rar6.6688-02.rar7.6[1].下降沿和锁存指令试验.rar8.72 Station Bit Shift PLC Program Triggers 3 Cognex Cameras.zip9.AB 1769 ...
下载 3
·
查看 100
https://www.eeworm.com/dl/512141.html 嵌入式综合

红外遥控RGB

#include "STC90.h" #include < intrins.h > #define uchar unsigned char #define uint unsigned int #define led_port P1 sbit IR_RE = P3^2; sbit led_r = P1^3; sbit led_g = P1^4; sbit led_b = P1^5; sbit led_wd = P1^7; sbit K1 =P3^0 ; //增加键 sbit K2 =P3 ...
下载 1
·
查看 147
https://www.eeworm.com/dl/502/31128.html 单片机编程

MSP430系列单片机C语言程序设计与开发

MSP430系列单片机C语言程序设计与开发MSP430系列是一个具有明显技术特色的单片机品种。关于它的硬件特性及汇编语言程序设计已在《MSP430系列超低功耗16位单片机的原理与应用》及《MSP430系列 FLASH型超低功耗16位单片机》等书中作了全面介绍。《MSP430系列单片机C语言程序设计与开发》介绍IAR公司为MSP ...
下载 137
·
查看 1282
https://www.eeworm.com/dl/508248.html 接口技术

net_tcp.h

/* ********************************************************************************************************* *                                             uC/TCP-IP V2 * ...
查看 102
https://www.eeworm.com/dl/517319.html 电路图

DHT11温湿度检测

由STC89C51单片机来控制DHT11传感器采集的温湿度的转换、1602液晶屏的显示,以及蜂鸣器的报警。
下载 4
·
查看 80
https://www.eeworm.com/dl/509771.html 单片机编程

红外解码程序

/*  * _168ZHONGDUAN2.c  *  * Created: 2014/11/2 15:12:45  *  Author: lenovo  */  #include <avr/io.h> #include <avr/iom168pa.h> #include <avr/interrupt.h> #include <util/delay.h> #include <avr/eeprom.h> //#include <util/delay_basic.h> //unsigne ...
查看 91