搜索结果
找到约 721 项符合
MAKE 的查询结果
按分类筛选
- 全部分类
- 技术资料 (120)
- Linux/Unix编程 (89)
- 其他书籍 (48)
- 其他 (44)
- 嵌入式Linux (21)
- 软件设计/软件工程 (18)
- 书籍 (17)
- 单片机编程 (17)
- 电子书籍 (15)
- 网络 (15)
- Java编程 (14)
- 软件工程 (12)
- 单片机开发 (12)
- 微处理器开发 (11)
- VC书籍 (11)
- 电源技术 (10)
- 加密解密 (9)
- 压缩解压 (9)
- 通讯编程文档 (9)
- 文章/文档 (9)
- Java书籍 (9)
- matlab例程 (9)
- 游戏 (8)
- 编译器/解释器 (8)
- Delphi控件源码 (8)
- 系统设计方案 (8)
- 其他嵌入式/单片机内容 (8)
- 数学计算 (7)
- 嵌入式/单片机编程 (6)
- DSP编程 (5)
- 操作系统开发 (5)
- 书籍源码 (5)
- 模拟电子 (5)
- 驱动编程 (5)
- 串口编程 (5)
- 文件格式 (5)
- 其他行业 (5)
- 数据库系统 (4)
- 汇编语言 (4)
- 人工智能/神经网络 (4)
- 数据结构 (4)
- 人物传记/成功经验 (4)
- 通讯/手机编程 (3)
- Internet/网络编程 (3)
- 编辑器/阅读器 (3)
- uCOS (3)
- J2ME (3)
- FlashMX/Flex源码 (3)
- VxWorks (3)
- VHDL/FPGA/Verilog (3)
- GPS编程 (3)
- Jsp/Servlet (3)
- MTK (3)
- PCB相关 (2)
- 行业应用文档 (2)
- 嵌入式综合 (2)
- 可编程逻辑 (2)
- 手机短信编程 (2)
- CA认证 (2)
- 其他数据库 (2)
- 中间件编程 (2)
- SQL Server (2)
- 精品软件 (2)
- VIP专区 (2)
- 源码 (1)
- 软件 (1)
- 论文 (1)
- 无线通信 (1)
- Linux/uClinux/Unix编程 (1)
- 数值算法/人工智能 (1)
- 技术书籍 (1)
- 开发工具 (1)
- 单片机 (1)
- 通信网络 (1)
- 图形图像 (1)
- 教程资料 (1)
- 教育系统应用 (1)
- Modem编程 (1)
- *行业应用 (1)
- Applet (1)
- STL (1)
- Delphi/CppBuilder (1)
- 家庭/个人应用 (1)
- JavaScript (1)
- MySQL数据库 (1)
- 邮电通讯系统 (1)
- 电子政务应用 (1)
- 行业发展研究 (1)
- RFID编程 (1)
其他嵌入式/单片机内容 This code it to make a temperature sensor using 8051 microcontroller. It s an Embedded System projec
This code it to make a temperature sensor using 8051 microcontroller. It s an Embedded System project.
操作系统开发 This file contains a summary of what you will find in each of the files that make up your hpauth ap
This file contains a summary of what you will find in each of the files that
make up your hpauth application.
嵌入式Linux 嵌入式系统开发流行的qt的make库文件
嵌入式系统开发流行的qt的make库文件
Linux/Unix编程 SDL Library Documentation. The SDL library is designed to make it easy to write games that run on Li
SDL Library Documentation. The SDL library is designed to make it easy to write games that run on Linux, *BSD, MacOS, Win32 and BeOS using the various native high-performance media interfaces, (for video, audio, etc) and presenting a single source-code level API to your application. SDL is a fairly ...
微处理器开发 his project was built and tested with WinAVR-20060125. Make sure the MCU target define in the Mak
his project was built and tested with WinAVR-20060125.
Make sure the MCU target define in the Makefiles corresponds to the AVR you are using!!
To build the code, just install WinAVR and run "make" from the console in echomaster and
echoslave subdirs.
"make program" will program the device if yo ...
编译器/解释器 Following is a repost of the public domain make that I posted to net.sources a couple of months ago
Following is a repost of the public domain make that I posted
to net.sources a couple of months ago. I have fixed a few bugs, and
added some more features, and the resulting changes amounted to
about as much text as the whole program (hence the repost).一个编译器C代码,详见REDME。
其他数据库 The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you
The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automatically committed to the database for you. The lib ...
matlab例程 The Game: Make the snake grow longer by directing it to the food. Extra bonus points are given fro
The Game:
Make the snake grow longer by directing it to the food.
Extra bonus points are given from hearts, eat them as fast as possible as amount of bonus points decreases with time.
Higher level gives more points for the food but will also make it tougher to steer a long snake as speed increaces.
...
其他书籍 一个关于GNU Make的很好的使用手册
一个关于GNU Make的很好的使用手册,大家可以下载学习。
通讯编程文档 本人认真阅读了GNU Make 使用手册(3.79)版原文
本人认真阅读了GNU Make 使用手册(3.79)版原文,在此基础上翻译了该手册,以满足对Linux源代码有兴趣或者希望采用GCC编写程序但对缺乏GNU Make全面了解之人士的需要。