ADI官方提供的GNU RADIO示例。
2021-10-28 22:50:36 15KB PLUTOSDR GNU RADIO 软件无线电
1
GNU_Makefile中文手册,里面包含了所有的make的用法,不用上网去拼凑的学习
2021-10-27 10:35:28 2.7MB Makefile中文
1
GNU make is the most widely used build automation tool, but it can be challenging to master and its terse language can be tough to parse for even experienced programmers. Those who run into difficulties face a long, involved struggle, often leaving unsolved problems behind and GNU make's vast potential untapped. The GNU Make Book demystifies GNU make and shows you how to use its best features. You'll find a fast, thorough rundown of the basics of variables, rules, targets, and makefiles. Learn how to fix wastefully long build times and other common problems, and gain insight into more advanced capabilities, such as complex pattern rules. With this utterly pragmatic manual and cookbook, you'll make rapid progress toward becoming a more effective user. GNU make is known for being tricky to use, but it doesn't have to be. If you're looking for a deeper understanding of this indispensable tool, you'll find The GNU Make Book to be an indispensable guide.
2021-10-26 23:12:05 2.9MB GNU Make
1
spend more time to find this resource. share to anyone who need it. this the GNU assembler manuals, the pdf version.
2021-10-24 13:21:25 1.29MB gas
1
很详细的make使用说明,叫你如何编写makefile文件,makefile关系到了整个工程的编译规则。一个工程中的源文件不计数,其按类抄型、功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定,哪些文件袭需要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能操作,因为makefile就像一个Shell脚本一样,其中也可以执百行操作系统的命令。
2021-10-23 16:39:04 979KB c/c++ unix/linux 嵌入式 GNU
1
gnu-assembler 1.1 Structure of this Manual This manual is intended to describe what you need to know to use gnu as. We cover the syntax expected in source files, including notation for symbols, constants, and expressions; the directives that as understands; and of course how to invoke as. This manual also describes some of the machine-dependent features of various flavors of the assembler. On the other hand, this manual is not intended as an introduction to programming in assembly language—let alone programming in general! In a similar vein, we make no attempt to introduce the machine architecture; we do not describe the instruction set, standard mnemonics, registers or addressing modes that are standard to a particular archi- tecture. You may want to consult the manufacturer’s machine architecture manual for this information. 1.2 The GNU Assembler gnu as is really a family of assemblers. If you use (or have used) the gnu assembler on one architecture, you should find a fairly similar environment when you use it on another architecture. Each version has much in common with the others, including object file formats, most assembler directives (often called pseudo-ops) and assembler syntax. as is primarily intended to assemble the output of the gnu C compiler gcc for use by the linker ld. Nevertheless, we’ve tried to make as assemble correctly everything that other assemblers for the same machine would assemble. Any exceptions are documented explicitly
2021-10-23 11:40:09 1.35MB gnu assembler as
1
MySQL是一个关系型数据库管理系统,由瑞典MySQL AB 公司开发,属于 Oracle 旗下产品。MySQL 是最流行的关系型数据库管理系统之一,在 WEB 应用方面,MySQL是最好的 RDBMS (Relational Database Management System,关系数据库管理系统) 应用软件之一。
2021-10-22 20:14:50 48.14MB mysql linux
1
GCC 包括G77。 Fortran linux
2021-10-21 21:08:32 7.72MB GCC Fortran linux
1
g++ gnu gdb都在bin
2021-10-21 09:04:06 258.54MB C++ G++
1
arm-xilinx-linux-gnueabi.bin 赛灵思官方编译工具链,希望对你的学习工作有所帮助。
2021-10-20 19:20:00 122.31MB xilinx-linux-gnu arm-xilinx
1