搜索结果

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

按分类筛选

显示更多分类

单片机编程 MEGA16制作的电子时钟(附仿真图+源代码)

#include <iom16v.h> #include <macros.h> #define uchar unsigned char #define uint unsigned int uchar num,miao,fen,shi,miaoge,miaoshi,fenge,fenshi,shig
https://www.eeworm.com/dl/502/28543.html
下载: 82
查看: 1087

DSP编程 用于TM1300/PNX1300系列DSP(主要用于视频处理)的所用到的头文件

用于TM1300/PNX1300系列DSP(主要用于视频处理)的所用到的头文件,include文件夹。
https://www.eeworm.com/dl/516/160433.html
下载: 73
查看: 1085

软件设计/软件工程 加亮文本框 Lightbox v2.0 uses the Prototype Framework and Scriptaculous Effects Library. You will need t

加亮文本框 Lightbox v2.0 uses the Prototype Framework and Scriptaculous Effects Library. You will need to include these three Javascript files in your header.
https://www.eeworm.com/dl/684/353074.html
下载: 188
查看: 1083

技术资料 THM3060_RFID C51程序

/////////////////////////////////////////////////////////////////////////////////////             T H M 3 0 6 0     D E M O  M A I N   P R O G R A M  //// purpose:           Main program of THM30 ...
https://www.eeworm.com/dl/843629.html
下载: 5
查看: 1693

技术资料 nrf24L01发送程序

本内容提供nrf24L01发送程序,欢迎大家下载学习,代码如下: #include #include typedef unsigned char uchar; typedef unsigned char uint; //****************************************IO端口定义*************************************** sbit MISO =P1^2; sbit MOSI =P3^2; sbit SCK =P1^6; sbit CE =P1^5; sbit ...
https://www.eeworm.com/dl/962823.html
下载: 2
查看: 953

技术资料 C_language_library_Quick_Fact_Manual

C语言函数库速查手册,chm格式 原型:extern int isalnum(int c) 用法:#include <ctype.h> 功能:判断字符c
https://www.eeworm.com/dl/906982.html
下载: 7
查看: 8272

技术资料 Windows CE应用程序开发(英文)

·Windows CE 3.0 Application Programming presents programming for Pocket PC, handheld PC, and embedded devices.   Topics include: Enterprise computing including COM, DCOM, database a
https://www.eeworm.com/dl/954909.html
下载: 5
查看: 1768

软件 学生成绩查询

#include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp; int time=0,i=0,j=0,add[80],k=0,m; char *ch, str[900]; m=strlen(pd); if((fp=fopen("haha.txt","r"))==NULL) { printf("Cannot open this file\n"); exit(0); } for(;!feof(fp);i++) { str[i]=fgetc(fp); if(to ...
https://www.eeworm.com/dl/513823.html
下载: 2
查看: 43

技术资料 SHT10+LCD1602温湿度测量及显示(完整版)

#include<reg51.h>#include <intrins.h>#include<math.h>#include <stdio.h>#define LCD_DBPOsbitLCD_RS=P200;sbit LCD_RW=P2A1;sbitLCD_E=P22;#define uchar unsigned char#define uint unsigned intvoid LCD_init(void);/初始化函数void LCD_write_command(uchar command);//写指令函数void LCD_write_data(uchar dat) ...
https://www.eeworm.com/dl/841703.html
下载: 9
查看: 9903

VHDL/FPGA/Verilog 3. Distribution of this core must be free of charge. Charging is -- allowed only for value added ser

3. Distribution of this core must be free of charge. Charging is -- allowed only for value added services. Value added services -- would include copying fees, modifications, customizations, and -- inclusion in other products.
https://www.eeworm.com/dl/663/131041.html
下载: 167
查看: 1103