搜索结果
找到约 940 项符合
GNU make 的查询结果
按分类筛选
Linux/Unix编程 linux环境下利用fortran语言开发
linux环境下利用fortran语言开发,地震勘探中利用射线法进行转换波模拟的程序。在目录下执行make进行编译,在demo目录中有该程序的例子.
Linux/Unix编程 linux环境下fortran语言开发
linux环境下fortran语言开发,地震勘探中利用2.5维射线追踪方法对炮集数据进行偏移程序。在目录下执行make进行编译,在demo目录中有该程序的例子.
MySQL数据库 C语言调用mysql数据库 环境:linux 解压缩后
C语言调用mysql数据库
环境:linux
解压缩后,在shell下输入make即可
系统设计方案 ST7787 芯片的SPEC
ST7787 芯片的SPEC,比亚迪2.4inchLCM的SPEC。The ST7787 is a single-chip controller/driver for 262K-color, graphic type TFT-LCD. It consists of 720 source line and
320 gate line driving circuits. This chip is capable of connecting directly to an external microprocessor, and accepts Serial
Peripheral I ...
Linux/Unix编程 Linux下的tree命令
Linux下的tree命令,同window,功能更强大!
1、下载tree-1.5.1.1源程序
2、解压源码到工作目录tar zxvf tree-1.5.1.1.tgz
3、在tree-1.5.1.1目录交叉编译:make CC=arm-linux-gcc
4、安装:make prefix=/home/xxxx/rootfs install
Ubuntu下 直接 apt-get install tree 即可安装最新的tr ...
游戏 WIN32 APPLICATION : gamegold ======================================================================
WIN32 APPLICATION : gamegold
========================================================================
AppWizard has created this gamegold application for you.
This file contains a summary of what you will find in each of the files that
make up your gamegold application.
gamegold.cpp
This is the m ...
Linux/Unix编程 Learn how to build a custom Linux® distribution to use in an embedded environment, in this case
Learn how to build a custom Linux&reg distribution to use in an embedded environment,
in this case to drive a Technologic Systems TS-7800 single-board computer. In this
tutorial, you learn about cross-compiling, the boot loader, file systems, the root file
system, disk images, and the boot process, ...
微处理器开发 This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY withou
This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
嵌入式Linux 2.6内核移植NOR FLASH MTD驱动详细步骤 包括Kconfig文件修改
2.6内核移植NOR FLASH MTD驱动详细步骤 包括Kconfig文件修改,配置编译内核 make menuconfig选项的修改,建立设备文件。