搜索:Code+Documentation

找到约 4,999 项符合「Code+Documentation」的查询结果

结果 4,999
按分类筛选
显示更多分类
https://www.eeworm.com/dl/518753.html 源码

JAVA SMPP 源码

Introduction jSMPP is a java implementation (SMPP API) of the SMPP protocol (currently supports SMPP v3.4). It provides interfaces to communicate with a Message Center or an ESME (External Short Message Entity) and is able to handle traffic of 3000-5000 messages per seco ...
查看 133
https://www.eeworm.com/dl/744532.html 技术资料

欧母龙PLC例程PLC控制器源码255个合集

欧母龙PLC例程PLC控制器源码255个合集:1600T俄罗斯压力机.rar200吨压机程序 omron 的机子C系列的.rar3MK136旧磨床现程序.rar3电机延时控制启停.rar5V编码器信号如何接入CP1H高数计数案例.rar6路抢答器源码.rar902002 OMRON.rarASCII Generic Protocol Macro Object Code.zipASCII Generic Protocol Mac ...
下载 2
·
查看 2519
https://www.eeworm.com/dl/564/33320.html 通信网络

tcp ip协议详解 中文版PDF

很多不同的厂家生产各种型号的计算机,它们运行完全不同的操作系统,但TCP.IP协议族允许它们互相进行通信。这一点很让人感到吃惊,因为它的作用已远远超出了起初的设想。T C P / I P起源于6 0年代末美国政府资助的一个分组交换网络研究项目,到9 0年代已发展成为计算机之间最常应用的组网形式。它是 ...
下载 166
·
查看 1636
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