搜索结果
找到约 919 项符合
make-ldpc 的查询结果
Linux/Unix编程 linux环境下利用fortran语言开发
linux环境下利用fortran语言开发,地震勘探中利用射线法进行转换波模拟的程序。在目录下执行make进行编译,在demo目录中有该程序的例子.
Linux/Unix编程 linux环境下fortran语言开发
linux环境下fortran语言开发,地震勘探中利用2.5维射线追踪方法对炮集数据进行偏移程序。在目录下执行make进行编译,在demo目录中有该程序的例子.
其他书籍 技术参考大全GCC 作 者: (美)格里菲斯 著
技术参考大全GCC
作 者: (美)格里菲斯 著,胡恩华 译
出 版 社: 清华大学出版社
页 数: 499
目录
第1部分 自由软件编译程序
第1章 GCC简介
第2章 查询与安装编译程序
第2部分 使用编译程序集合
第3章 预处理程序
第4章 编译C程序
第5章 编译C++程序
第6章 编译Objictive-C
第7章 编译Fortran
第8章 编译Jav ...
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, ...
嵌入式Linux 2.6内核移植NOR FLASH MTD驱动详细步骤 包括Kconfig文件修改
2.6内核移植NOR FLASH MTD驱动详细步骤 包括Kconfig文件修改,配置编译内核 make menuconfig选项的修改,建立设备文件。