搜索结果
找到约 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)
操作系统开发 nachos下线程与同步的实验
nachos下线程与同步的实验,在nachos目录下覆盖源文件后make就可以运行
中间件编程 AppWizard has created this QMPlugin DLL for you. This file contains a summary of what you will f
AppWizard has created this QMPlugin DLL for you.
This file contains a summary of what you will find in each of the files that
make up your QMPlugin application.
Linux/Unix编程 mplayer-svn_r27865 svn版本
mplayer-svn_r27865 svn版本,在linux直接configure make makeinstall既可用的版本,下载完去掉.rar
其他 This codes is one of my univ projects I ve been working on for 3months. I d like to share it and mak
This codes is one of my univ projects I ve been working on for 3months. I d like to share it and make it work more properly.
Linux/Unix编程 Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not
Micro In-System Programmer Brief Installation Notes
Enter the src directory.
If uisp does not compile successfully, add switch -DNO_DIRECT_IO in the
Makefile to remove support for direct I/O port access (that may be
necessary on non-PC architectures). Parallel port access should still
work if you ...
Java编程 Ant是一种基于Java的Build工具。理论上来说
Ant是一种基于Java的Build工具。理论上来说,它有些类似于C中的make,但比make优越。现在存在的大多数Build工具,如make、gnumake、nmake、jam等都存在这样或那样的不足,比如依赖于特定的平台、配置文件过于复杂或者对格式无法检查而容易出错等。与这些工具相比较,Ant的两个特性决定了它是一款优秀的Build工具. ...
Linux/Unix编程 在ns-2添加apps
在ns-2添加apps,在添加前添加必要的配置,然后通过make命令把apps源程序加入其中
嵌入式/单片机编程 LBreakout a breakout-style arcade game for Linux Requirements: X11, SDL[1.0 or better] Inst
LBreakout a breakout-style arcade game for Linux
Requirements:
X11, SDL[1.0 or better]
Installation:
1. type ./configure
options:
--disable-sound [no sound]
--disable-install [no installation play from source directory]
[e.g. ./configure --disable-sound --disable-install ]
...
Linux/Unix编程 Libnet is a cross-platform library aimed at game developers. It has an abstract high level API, whic
Libnet is a cross-platform library aimed at game developers. It has an abstract high level API, which encourages developers to make their games portable across platforms and network types
微处理器开发 自己编写的ARM处理器的指令集仿真
自己编写的ARM处理器的指令集仿真,其中包含测试程序。执行其中的MAKE就可以了