搜索结果

找到约 699 项符合 Include 的查询结果

按分类筛选

显示更多分类

Jsp/Servlet asp实现限制一个ip只能访问一次的方法

asp实现限制一个ip只能访问一次的方法 <%  '/////////////////////////////////////////////////////  '// //  '//作用:一个IP地址只允许访问本页一次 //  '//引用:<!-- #include file="Check_Ip.asp" --> //  '// //  '/////////////////////////////////////////////////////  ...
https://www.eeworm.com/dl/512322.html
查看: 64

技术资料 单片机电子密码锁设计,内含工程文件、源码文件及电路图

基于单片机的密码锁设计,内含工程文件和源码文件以及电路图#include "config.h" void main(){    LCD_Initial();                       //lcd初始化    init_sys(); ...
https://www.eeworm.com/dl/839574.html
下载: 5
查看: 3399

单片机编程 16 16点阵显示汉字原理及显示程序

16 16点阵显示汉字原理及显示程序 #include "config.h" #define                DOTLED_LINE_PORT        PORTB #define            &nbs ...
https://www.eeworm.com/dl/502/31574.html
下载: 68
查看: 1214

单片机编程 TLC2543 中文资料

TLC2543是TI公司的12位串行模数转换器,使用开关电容逐次逼近技术完成A/D转换过程。由于是串行输入结构,能够节省51系列单片机I/O资源;且价格适中,分辨率较高,因此在仪器仪表中有较为广泛的应用。 TLC2543的特点 (1)12位分辩率A/D转换器; (2)在工作温度范围内10μs转换时间; (3)11个模拟输入通道; ...
https://www.eeworm.com/dl/502/27394.html
下载: 127
查看: 1265

嵌入式综合 调光C程序

/*#include<reg52.h> #define uint unsigned int #define uchar unsigned char #define uchar unsigned char sbit K1=P3^4; sbit K2=P3^5; sbit ledr=P1^0; sbit ledg=P1^1; sbit ledb=P1^2; bit LEDDirection=0;//LED控制方向0:渐亮1:渐灭 char  pwm=0; char  pwmr=0; char  scw=0;//中断记数 char &nbsp ...
https://www.eeworm.com/dl/512142.html
下载: 3
查看: 181

源码 数组子系统

#include <stdio.h> #include <stdlib.h> #define SMAX 100 typedef struct SPNode { int i,j,v; }SPNode; struct sparmatrix { int rows,cols,terms; SPNode data [SMAX]; }; sparmatrix CreateSparmatrix() { sparmatrix A; printf("\n\t\t请输入稀疏矩阵的行数,列数和非零元素个数(用逗号隔开):"); scanf("%d, ...
https://www.eeworm.com/dl/522521.html
下载: 1
查看: 106

软件设计/软件工程 32feet.NET 3.5 Bluetooth coding

32feet.NET is a shared-source project to make personal area networking technologies such as Bluetooth, Infrared (IrDA) and more, easily accessible from .NET code. Supports desktop, mobile or embedded systems. 32feet.NET is free for commercial or non-commercial use. If you use the binaries you ca ...
https://www.eeworm.com/dl/512199.html
下载: 3
查看: 161

单片机编程 《51单片机C语言应用程序实例精讲》

/* 4位8段数码管分别动态显示“1234”, */   #include "7LEDShow.h"   void main() {        DIGPORT = 0;                          &nbsp ...
https://www.eeworm.com/dl/502/31634.html
下载: 41
查看: 1104

C/C++语言编程 基于单片机的简单电子琴(源代码)

简单电子琴的51单片机程序 #include<reg51.h>       //包含51单片机寄存器定义的头文件 sbit P14=P1^4;     //将P14位定义为P1.4引脚 sbit P15=P1^5;          //将P15位定义为P1.5引脚 sbit P ...
https://www.eeworm.com/dl/503/37090.html
下载: 183
查看: 1192

VIP专区 VIP专区-嵌入式/单片机编程源码精选合集系列(93)

VIP专区-嵌入式/单片机编程源码精选合集系列(93)资源包含以下内容:1. Samsung S3C2410的Datasheet和电路图, 传上来跟大家分享下!.2. 我自己用的protel99老虎元件库.3. 可编程序控制器(PLC)原理及应用.4. sumsung44b0板子测试主程序文件.5. C语言模拟I2C总线的程序适合微处理器没有I2C总线接口而需要外接I2C总线接口的 ...
https://www.eeworm.com/vipdownload/191.html
下载: 10
查看: 4735