搜索结果

找到约 624 项符合 INCLUDE 的查询结果

按分类筛选

显示更多分类

单片机开发 12864液晶原程序.#include <reg52.h> #include <intrins.h> typedef unsigned char BYTE typede

12864液晶原程序.#include <reg52.h> #include <intrins.h> typedef unsigned char BYTE typedef bit BOOL sbit rs=P2^0 sbit rw=P2^1 sbit e =P2^2 BYTE code dis[]={"www.zansi.com"} delay(BYTE ms) {
https://www.eeworm.com/dl/648/288439.html
下载: 76
查看: 1164

USB编程 Monitor Device Change Message INclude Mass Storage ,HID,USB Audio Devices

Monitor Device Change Message INclude Mass Storage ,HID,USB Audio Devices
https://www.eeworm.com/dl/643/288900.html
下载: 75
查看: 1125

数据结构 #include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h&

#include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h> #include<io.h> #include<math.h> #include<process.h> #include<conio.h> #define m 100 #define OK 1 typedef int Status typedef char TElemType /*树元素的类型*/ int t=35 int n=20 int h=14 int u=2 int leaf=0,non_l_leaf=0,non ...
https://www.eeworm.com/dl/654/289829.html
下载: 74
查看: 1136

MySQL数据库 labview sql examples....include search and save

labview sql examples....include search and save
https://www.eeworm.com/dl/688/290594.html
下载: 107
查看: 1077

单片机开发 cs8900 driver. include: cs8900.c and cs8900.h

cs8900 driver. include: cs8900.c and cs8900.h
https://www.eeworm.com/dl/648/291059.html
下载: 176
查看: 1017

汇编语言 点液晶的程序,#include <util/delay.h> #include <avr/pgmspace.h> #include "lcd.h" #include

点液晶的程序,#include <util/delay.h> #include <avr/pgmspace.h> #include "lcd.h" #include "font6x8.h" #include "font8x16.h" #include "my_type.h"
https://www.eeworm.com/dl/644/291116.html
下载: 31
查看: 1311

书籍源码 The files include LDPC that using different approach to finish its decoding.And the approach is par

The files include LDPC that using different approach to finish its decoding.And the approach is parallel.
https://www.eeworm.com/dl/532/292452.html
下载: 67
查看: 1044

游戏 海底潜艇游戏源代码 调试环境为TC2.0或者TC3.0。运行这个程序需要tc提供的几个头文件。建议修改options菜单中的include目录项到tc的include的目录下(具体方法可以参见本书第

海底潜艇游戏源代码 调试环境为TC2.0或者TC3.0。运行这个程序需要tc提供的几个头文件。建议修改options菜单中的include目录项到tc的include的目录下(具体方法可以参见本书第一章的讲解);或者把源程序拷贝到tc目录下运行。
https://www.eeworm.com/dl/625/295841.html
下载: 128
查看: 1053

Linux/Unix编程 linux下的CAN驱动程序。 分三个文件夹:include,driver,app

linux下的CAN驱动程序。 分三个文件夹:include,driver,app, 分别存放头文件、驱动程序和应用程序。 里边还有驱动程序的简要介绍,介绍了驱动程序的组成和编写应用过程。 很详细的一份驱动资料。 CAN程序分为两块:驱动程序的编写和应用程序的编写,分别放在driver文件夹和app文件夹中,而所有驱动程序和应用程序会用到的 ...
https://www.eeworm.com/dl/619/296491.html
下载: 48
查看: 1044

Linux/Unix编程 linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include

linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #include <termios.h> /*PPSIX终端控制定义*/ #include <errno.h> /*错误号定 ...
https://www.eeworm.com/dl/619/296978.html
下载: 122
查看: 1031