搜索结果
找到约 474 项符合
makefile 的查询结果
按分类筛选
- 全部分类
- Linux/Unix编程 (172)
- 其他书籍 (52)
- 嵌入式Linux (47)
- 软件设计/软件工程 (16)
- 电子书籍 (15)
- 单片机开发 (12)
- 技术资料 (12)
- 网络 (10)
- 文章/文档 (9)
- 微处理器开发 (8)
- 串口编程 (7)
- VC书籍 (7)
- 驱动编程 (6)
- 软件工程 (6)
- VIP专区 (6)
- VxWorks (5)
- 其他 (5)
- 编译器/解释器 (5)
- 嵌入式/单片机编程 (5)
- 操作系统开发 (5)
- 单片机编程 (4)
- 压缩解压 (4)
- 通讯编程文档 (4)
- 技术管理 (4)
- 嵌入式综合 (3)
- 人工智能/神经网络 (3)
- 语音压缩 (3)
- Linux/uClinux/Unix编程 (3)
- 技术教程 (2)
- 学术论文 (2)
- 编辑器/阅读器 (2)
- 数学计算 (2)
- 汇编语言 (2)
- 文件格式 (2)
- USB编程 (2)
- MTK (2)
- 图形图像 (1)
- 多媒体处理 (1)
- 技术书籍 (1)
- 数值算法/人工智能 (1)
- 教育系统应用 (1)
- VHDL/FPGA/Verilog (1)
- 游戏 (1)
- 行业发展研究 (1)
- 数据结构 (1)
- 其他行业 (1)
- 书籍源码 (1)
- uCOS (1)
- 通讯/手机编程 (1)
- Internet/网络编程 (1)
- 其他数据库 (1)
- Windows CE (1)
- 其他嵌入式/单片机内容 (1)
- 加密解密 (1)
- 软件 (1)
- 笔记 (1)
Linux/Unix编程 linniux编程bible一书的源码
linniux编程bible一书的源码,对学习linux编程有很大帮助,包括linux的各方面编程,比如网络、makefile、进程
Linux/Unix编程 采用ark 3116芯片组的usb转rs232接口线的linux下驱动程序
采用ark 3116芯片组的usb转rs232接口线的linux下驱动程序,要求linux内核是2.6版本,用压缩包中的makefile直接make make install即生成.o后缀的elf驱动程序,用insmod按装
嵌入式Linux 基于s3c2410的串行端口程序设计
基于s3c2410的串行端口程序设计,带有makefile,可在linux下直接编译
嵌入式Linux 基于s3c2410的触摸屏驱动
基于s3c2410的触摸屏驱动,带有makefile,可在linux下直接编译
嵌入式Linux 基于s3c2410的SD驱动
基于s3c2410的SD驱动,带有makefile,可在linux下直接编译
Linux/Unix编程 qtmake 文件的代码
qtmake 文件的代码,生成Makefile文件用
单片机开发 he AVRcam source files were built using the WinAVR distribution (version 3.3.1 of GCC). I haven t t
he AVRcam source files were built using the WinAVR distribution
(version 3.3.1 of GCC). I haven t tested other versions of GCC,
but they should compile without too much difficulty. The makefile
used to build the source is included
嵌入式Linux uclinux下802.11网卡的配置工具源码
uclinux下802.11网卡的配置工具源码,包括Makefile.在embest的s3cev板子扩展的wlan卡上试过。包括配置信道、essid等参数。
嵌入式Linux tvp5150视频编解码芯片驱动程序
tvp5150视频编解码芯片驱动程序,cpu通过i2c控制该芯片,将驱动程序放入driver/i2c/chips目录下,并且在makefile文件中加入该驱动编译即可。
嵌入式Linux 给予arm926e的mx21处理器的1wire总线驱动程序源代码
给予arm926e的mx21处理器的1wire总线驱动程序源代码,里面有现成的makefile,在嵌入式开发环境下直接make就可以,我的armgcc是3.2.3版本的