搜索:Include+Files
找到约 1,355 项符合「Include+Files」的查询结果
结果 1,355
按分类筛选
- 全部
- 技术资料 (222)
- 其他 (89)
- 单片机开发 (66)
- matlab例程 (56)
- 单片机编程 (52)
- Linux/Unix编程 (40)
- Java编程 (37)
- 其他书籍 (27)
- 压缩解压 (27)
- 人工智能/神经网络 (27)
- 数学计算 (26)
- Delphi控件源码 (25)
- 源码 (24)
- 编译器/解释器 (23)
- DSP编程 (22)
- 网络 (21)
- 汇编语言 (21)
- VHDL/FPGA/Verilog (21)
- 微处理器开发 (19)
- 书籍源码 (17)
- 驱动编程 (16)
- 其他嵌入式/单片机内容 (16)
- 嵌入式/单片机编程 (15)
- 其他行业 (15)
- VC书籍 (15)
- 数值算法/人工智能 (14)
- 加密解密 (14)
- 数据结构 (14)
- 书籍 (14)
- 数据库系统 (12)
- 通讯/手机编程 (12)
- 文件格式 (12)
- 通讯编程文档 (12)
- 嵌入式Linux (12)
- C/C++语言编程 (11)
- 可编程逻辑 (11)
- 系统设计方案 (11)
- 软件设计/软件工程 (11)
- Internet/网络编程 (10)
- 文章/文档 (10)
- 电子书籍 (9)
- Java书籍 (9)
- 软件工程 (8)
- Windows CE (8)
- GPS编程 (8)
- 电源技术 (7)
- 多媒体处理 (7)
- 教程资料 (7)
- 其他数据库 (7)
- VIP专区 (7)
- 操作系统开发 (6)
- Jsp/Servlet (6)
- 软件 (6)
- 嵌入式综合 (5)
- 模拟电子 (5)
- 教育系统应用 (5)
- 游戏 (5)
- 编辑器/阅读器 (5)
- *行业应用 (5)
- JavaScript (5)
- 语音压缩 (4)
- 多国语言处理 (4)
- CA认证 (4)
- USB编程 (4)
- VxWorks (4)
- SQL Server (4)
- ARM (3)
- 教程资料 (3)
- 串口编程 (3)
- 金融证券系统 (3)
- uCOS (3)
- J2ME (3)
- FlashMX/Flex源码 (3)
- Symbian (3)
- Windows Mobile (3)
- 笔记 (3)
- PCB相关 (2)
- Linux/uClinux/Unix编程 (2)
- 设计相关 (2)
- 开发工具 (2)
- Matlab (2)
- 源码/资料 (2)
- 手机短信编程 (2)
- Modem编程 (2)
- 磁盘编程 (2)
- 家庭/个人应用 (2)
- Oracle数据库 (2)
- 中间件编程 (2)
- 行业发展研究 (2)
- 并行计算 (2)
- Ajax (2)
- 行业应用文档 (1)
- 无线通信 (1)
- PCB图/BOM单/原理图 (1)
- 技术书籍 (1)
- 教材/考试/认证 (1)
- 资料/手册 (1)
- 单片机相关 (1)
- 实用工具 (1)
- Proe教程 (1)
https://www.eeworm.com/dl/648/155789.html
单片机开发
a complete project files for 89C51 programer,include souce code for PC driver and PCB files
a complete project files for 89C51 programer,include souce code for PC driver and PCB files
https://www.eeworm.com/dl/687/447653.html
其他嵌入式/单片机内容
Include startup files and peripherial devices Code for Atmel ARM7 development
Include startup files and peripherial devices Code for Atmel ARM7 development
https://www.eeworm.com/dl/532/292452.html
书籍源码
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/619/323087.html
Linux/Unix编程
#include "REG51.H" #include <intrins.h> #include "Common.h" //#include "Remote.h" #def
#include "REG51.H"
#include <intrins.h>
#include "Common.h"
//#include "Remote.h"
#define OSD_EN
//typedef unsigned char uCHAR
//#include "T100Data_A.h"
//#include "T100Data_PA.h"
//#include "T100Data_AU.h"
//#include "T100Data_CPT.h"
//#include "T100Data_PANASONIC.h"
//#incl ...
https://www.eeworm.com/dl/534/399797.html
其他
#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>
https://www.eeworm.com/dl/628/175711.html
编译器/解释器
#include "define.h" #include <stdio.h> #include <string.h> #include <ctype.h>
#include "define.h"
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <malloc.h>
FILE *fp
/*//////////////////////////////////////////////////////////////////////////////
This is a pretreatment.
////////////////////////////////////////////////////////////////// ...
https://www.eeworm.com/dl/644/237616.html
汇编语言
you can use Hutch s INCLUDE and LIB files to assemble the program with the exception of the Windows.
you can use Hutch s INCLUDE and LIB files to assemble the program with the exception of the Windows.inc.
If you use the EWCalc.mak file you will have to change the pointers to the proper directories.
https://www.eeworm.com/dl/626/472075.html
编辑器/阅读器
#include <avr/io.h> #include <avr/interrupt.h> #include <avr/signal.h> #include
#include <avr/io.h>
#include <avr/interrupt.h>
#include <avr/signal.h>
#include <avr/sleep.h>
#include <avr/pgmspace.h>
#include <string.h>
#include <util/delay.h>
#include <avr/eeprom.h>
#include <stdio.h>
#include "defines.h" ...
https://www.eeworm.com/dl/619/386216.html
Linux/Unix编程
帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <s
帧缓冲#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <asm/page.h>
#include <linux/fb.h>
#define TRUE 1
#define FALSE 2
//a framebuffer devi ...
https://www.eeworm.com/dl/650/153997.html
人工智能/神经网络
感知器的VC实现#include "percept.h" #include "stdio.h" #include "stdlib.h"
感知器的VC实现#include "percept.h"
#include "stdio.h"
#include "stdlib.h"