搜索结果
找到约 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)
Java书籍 This book isn t for uber-programmers who already have all the answers. If you think that J2EE does e
This book isn t for uber-programmers who already have all the answers. If you think that J2EE does everything that you need it to do and you can make it sing, this book is not for you. Believe me, there are already enough books out there for you.
嵌入式Linux 一个极简单的Linux下程序的例子
一个极简单的Linux下程序的例子,编译用命令"make"。这个例子演示了Linux静态程序库的生成和使用、编译和连接的使用。具体请参考Makefile里面的命令。
VC书籍 The C++ standard library provides a set of common classes and interfaces that greatly extend the cor
The C++ standard library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components - and to benefit from their power - you need a resource that does far more than list the classes and t ...
串口编程 AppWizard has created this port_dll DLL for you. This DLL not only demonstrates the basics of using
AppWizard has created this port_dll DLL for you. This DLL not only
demonstrates the basics of using the Microsoft Foundation classes but
is also a starting point for writing your DLL.
This file contains a summary of what you will find in each of the files that
make up your port_dll DLL.
Java编程 文件说明java模式
文件说明java模式,The CustomerFacade class offers a higher level business service in the
form of the saveCustomerData method. Instead of interacting with each of the subsystem components directly, the client AccountManager can make use of the higher level, more simplified interface offered by the Cu ...
VxWorks 这是全套的PPP协议的源码
这是全套的PPP协议的源码,运行在vxworks5.5.1上的。绝对权威,因为它是安装vxworks PNE2.2后的源代码,只要拷贝到$WIND_BASE\target\src下直接MAKE就行。
其他行业 ======================================================================== MICROSOFT FOUNDATIO
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : SimpleExtMFC
========================================================================
AppWizard has created this SimpleExtMFC application for you. This application
not only demonst ...
嵌入式Linux 本程序有友善之臂提供
本程序有友善之臂提供,为2440开发板的示例程序,请把该目录复制到目录中,编译使用时进入其中一个子目录,运行make即可。
其他 Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same d
Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same directory as Rothberg s code (see above). You can download the .tar directory with the code weighted-match.tar here. Then "make" the codes (this codes are in C, not C++). The program is then run by the ...
Linux/Unix编程 包含一个EPP-CAN板的Linux操作系统驱动
包含一个EPP-CAN板的Linux操作系统驱动,先用make命令编译目标代码(cangate),再运行install,安装该驱动。就可以通过并口对SAJ1000的板子进行数据收发.