搜索结果
找到约 699 项符合
include 的查询结果
按分类筛选
- 全部分类
- 技术资料 (102)
- 单片机开发 (55)
- 单片机编程 (40)
- 其他 (40)
- 源码 (23)
- Linux/Unix编程 (22)
- 其他书籍 (19)
- 编译器/解释器 (17)
- 数学计算 (15)
- 书籍 (14)
- 人工智能/神经网络 (14)
- 数据结构 (14)
- 微处理器开发 (14)
- VC书籍 (13)
- 数值算法/人工智能 (11)
- 书籍源码 (11)
- matlab例程 (11)
- 其他嵌入式/单片机内容 (11)
- 汇编语言 (10)
- C/C++语言编程 (9)
- Java编程 (9)
- 电子书籍 (8)
- 压缩解压 (7)
- 嵌入式/单片机编程 (7)
- Delphi控件源码 (7)
- 软件设计/软件工程 (7)
- 加密解密 (6)
- 软件工程 (6)
- 驱动编程 (6)
- 网络 (6)
- VHDL/FPGA/Verilog (6)
- 其他行业 (6)
- DSP编程 (5)
- 多媒体处理 (5)
- 通讯/手机编程 (5)
- 模拟电子 (5)
- 可编程逻辑 (5)
- Internet/网络编程 (5)
- 游戏 (5)
- SCSI/ASPI (5)
- 嵌入式Linux (5)
- Windows CE (5)
- 电源技术 (4)
- 嵌入式综合 (4)
- 教程资料 (4)
- 其他数据库 (4)
- 通讯编程文档 (4)
- Java书籍 (4)
- VIP专区 (4)
- 软件 (3)
- 笔记 (3)
- 数据库系统 (3)
- 操作系统开发 (3)
- ARM (3)
- 编辑器/阅读器 (3)
- 文章/文档 (3)
- VxWorks (3)
- 系统设计方案 (3)
- Jsp/Servlet (3)
- Linux/uClinux/Unix编程 (2)
- 教育系统应用 (2)
- *行业应用 (2)
- 金融证券系统 (2)
- 文件格式 (2)
- 中间件编程 (2)
- SQL Server (2)
- 行业发展研究 (2)
- GPS编程 (2)
- 手册 (1)
- 行业应用文档 (1)
- 无线通信 (1)
- 设计相关 (1)
- PCB图/BOM单/原理图 (1)
- 技术书籍 (1)
- 教材/考试/认证 (1)
- 资料/手册 (1)
- 开发工具 (1)
- 教程资料 (1)
- Modem编程 (1)
- 语音压缩 (1)
- 传真(Fax)编程 (1)
- 技术管理 (1)
- USB编程 (1)
- uCOS (1)
- 手机WAP编程 (1)
- STL (1)
- Delphi/CppBuilder (1)
- 家庭/个人应用 (1)
- Symbian (1)
- TAPI编程 (1)
- Oracle数据库 (1)
- JavaScript (1)
- MySQL数据库 (1)
- 邮电通讯系统 (1)
- 并行计算 (1)
单片机编程 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
DSP编程 用于TM1300/PNX1300系列DSP(主要用于视频处理)的所用到的头文件
用于TM1300/PNX1300系列DSP(主要用于视频处理)的所用到的头文件,include文件夹。
软件设计/软件工程 加亮文本框 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.
技术资料 THM3060_RFID C51程序
/////////////////////////////////////////////////////////////////////////////////////&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;T H M 3 0 6 0&nbsp; &nbsp; &nbsp;D E M O&nbsp; M A I N&nbsp; &nbsp;P R O G R A M&nbsp;&nbsp;//// purpose:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Main program of THM30 ...
技术资料 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 ...
技术资料 C_language_library_Quick_Fact_Manual
C语言函数库速查手册,chm格式
原型:extern int isalnum(int c)
用法:#include <ctype.h>
功能:判断字符c
技术资料 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
软件 学生成绩查询
#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 ...
技术资料 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) ...
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.