搜索结果
找到约 624 项符合
INCLUDE 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (54)
- 其他 (40)
- 单片机编程 (40)
- 技术资料 (28)
- 源码 (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)
- Delphi控件源码 (7)
- 嵌入式/单片机编程 (7)
- 软件设计/软件工程 (7)
- 驱动编程 (6)
- 网络 (6)
- 其他行业 (6)
- 加密解密 (6)
- 软件工程 (6)
- VHDL/FPGA/Verilog (6)
- 多媒体处理 (5)
- 模拟电子 (5)
- 可编程逻辑 (5)
- SCSI/ASPI (5)
- Internet/网络编程 (5)
- 嵌入式Linux (5)
- 游戏 (5)
- DSP编程 (5)
- Windows CE (5)
- 通讯/手机编程 (5)
- 电源技术 (4)
- 教程资料 (4)
- Java书籍 (4)
- 通讯编程文档 (4)
- 其他数据库 (4)
- 嵌入式综合 (4)
- VIP专区 (4)
- ARM (3)
- 系统设计方案 (3)
- VxWorks (3)
- Jsp/Servlet (3)
- 操作系统开发 (3)
- 数据库系统 (3)
- 文章/文档 (3)
- 编辑器/阅读器 (3)
- 软件 (3)
- 笔记 (3)
- 中间件编程 (2)
- 文件格式 (2)
- 教育系统应用 (2)
- GPS编程 (2)
- SQL Server (2)
- 行业发展研究 (2)
- 金融证券系统 (2)
- *行业应用 (2)
- Linux/uClinux/Unix编程 (2)
- 行业应用文档 (1)
- 资料/手册 (1)
- 教程资料 (1)
- 无线通信 (1)
- 技术书籍 (1)
- 开发工具 (1)
- 设计相关 (1)
- STL (1)
- Oracle数据库 (1)
- Delphi/CppBuilder (1)
- 邮电通讯系统 (1)
- 语音压缩 (1)
- 并行计算 (1)
- 传真(Fax)编程 (1)
- Modem编程 (1)
- 家庭/个人应用 (1)
- uCOS (1)
- 手机WAP编程 (1)
- USB编程 (1)
- MySQL数据库 (1)
- TAPI编程 (1)
- JavaScript (1)
- Symbian (1)
- 技术管理 (1)
- PCB图/BOM单/原理图 (1)
- 教材/考试/认证 (1)
- 手册 (1)
单片机开发 遥控解码通过电脑串口显示 /* 晶振:11.0569MHz */ #include <REGX52.h> #define uchar unsigned char uchar d
遥控解码通过电脑串口显示
/* 晶振:11.0569MHz */
#include <REGX52.h>
#define uchar unsigned char
uchar data IRcode[4] //定义一个4字节的数组用来存储代码
uchar CodeTemp //编码字节缓存变量
uchar i,j,k //延时用的循环变量
sbit IRsignal=P3^2 //HS0038接收头OUT端直接连P3.2(INT0)
/************************** ...
单片机开发 This course is about "distributed algorithms".Distributed algorithms include a wide range of paralle
This course is about "distributed algorithms".Distributed algorithms include a wide range of parallel algorithms,which can be classified by a variety of attributes.
其他 #include<stdlib.h> #include "dos.h" #include "graphics.h" #include "math.h" #define PI 3.1
#include<stdlib.h>
#include "dos.h"
#include "graphics.h"
#include "math.h"
#define PI 3.1415926
#define NULL 0
#include<stdio.h>
#include<string.h>
数据结构 :#include <stdlib.h>#include <stdio.h>#include <time.h> void InsertSort(int a[],in
:#include <stdlib.h>#include <stdio.h>#include <time.h> void InsertSort(int a[],int *(k1),int *(k2))//0:直接插入排序{ int i,j int temp *(k1)=0 *(k2)=0 for(i=0 i<149 i++) { temp=a[i+1] *(k2)++ ...
技术管理 this datasheet introduce the 28f128j3 flash ,the read/write opreation is include.
this datasheet introduce the 28f128j3 flash ,the read/write opreation is include.
人工智能/神经网络 #ifdef INTEGER #include "ibp.h" #else #include "rbp.h" #endif /* built-in C functions */
#ifdef INTEGER
#include "ibp.h"
#else
#include "rbp.h"
#endif
/* built-in C functions */
Linux/Unix编程 ecos time patch file (/home/jacmet/ecos.orig/packages/isoinfra/current/include/sys/time.h)
ecos time patch file (/home/jacmet/ecos.orig/packages/isoinfra/current/include/sys/time.h)
其他行业 This is a CNCPro source file. It is include the G-Code interpreter source.
This is a CNCPro source file. It is include the G-Code interpreter source.
Linux/Unix编程 yaffs2 source code for linux2.4/2.6. include the utile
yaffs2 source code for linux2.4/2.6. include the utile
matlab例程 this code include particle filter techniques
this code include particle filter techniques