搜索结果
找到约 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)
数值算法/人工智能 This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in seve
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. ...
Linux/Unix编程 充分理解
充分理解,文件之间的关系,和makefile的用途。
网络 很经典的Linux网络编程源码
很经典的Linux网络编程源码,带有makefile文件,可以直接编译使用
人工智能/神经网络 这是一个HOPFIELD神经网络程序
这是一个HOPFIELD神经网络程序,里面有MAKEFILE,方便读者运行
Linux/Unix编程 这是一个关于用消息队列进行通信的小程序源码
这是一个关于用消息队列进行通信的小程序源码,makefile是在sco下的,如果在linux下可能要加socket的链接库
Linux/Unix编程 ldap口令破解
ldap口令破解,环境: linux , unix ,用gcc编译,效率最高的ldap口令破解器,代码价值很高,编译米面用makefile
驱动编程 Source files for pxa ac97 sound driver The packet contains the files that is listed below driv
Source files for pxa ac97 sound driver
The packet contains the files that is listed below
driver files
/SOURCE/drivers/sound
Makefile ac97.c ac97.h ac97_codec.c pxa-ac97.c
pxa-audio.c pxa-audio.h sound_core.c
/SOURCE/include/linux
soundcard.h
驱动编程 Source files for pxa LCD driver ======================================== The packet contains the
Source files for pxa LCD driver
========================================
The packet contains the files that is listed below
driver files
/SOURCE/drivers/video
Makefile fbcon.c fbmem.c pxafb.c pxafb.h
/SOURCE/include/linux
linux_logo.h
/SOURCE/include/asm-arm/arch-pxa
pxa-regs.h
嵌入式Linux 嵌入式LINUX下的中断程序例子
嵌入式LINUX下的中断程序例子,包含MAKEFILE,可MAKE使用参考