P26

  GDB教程 文档

寸有所长,尺有所短”,图形化工具还是有不如命令行的地方。 用GDB调试程序 GDB概述 GDB是GNU开源组织发布的一个强大的UNIX下调试程序工具。或许各位比较喜欢那种图形界面方式的,像VC,BCB

zhyu 2011-07-29   510   0
UNIX  
P37

  Android NDK 开发教程 文档

nux的模拟器环境Cygwin,完成C/C++代码的交叉编译工作 Android NDK要求GNU Make的版本高于或等于3.18,之前的版本并没有经过测试,因此需要安装较新版本的Cygwin Cy

fanxl91 2015-08-04   902   0

一组强大免费或开源的 Windows 工具 资讯

downloads, but the program design and lack of features make it a middling choice among many other freeware options

jopen 2012-10-08   58602   0
Windows  
P11

  Ganglia 安装教程 文档

tar.gz ./configure --prefix=/usr/local/expat make make install 对于64位操作系统,需要手动的拷贝下动态链接库到lib64下  mkdir

小牛牛 2015-03-24   603   0

10+最好的免费视频编辑器可下载的工具 资讯

available for all major operating systems under the GNU General Public License. It is one of the powerful

jopen 2015-04-20   14366   0

12个免费的工具用于查看和编辑PDF文档 资讯

files and more. With this program too that you can make printed booklets, change metadata, add bookmarks

jopen 2015-07-07   11305   0
工具  

编译型编程语言Rust v1.16.0发布 资讯

output 'dep-info' build dependencies compatible with make and ninja Build all workspace members with build

jopen 2017-03-19   7548   0

备份工具 Synbak 经验

cifs/smb shares fully localized using the standard GNU gettext framework Backup Methods Rsync backup of

jopen 2012-01-12   24027   0

Java开源机器学习框架Datumbox发布0.6.0版本 资讯

software license of the framework changed from “ GNU General Public License v3.0 ” to “ Apache License

jopen 2015-05-04   26503   0

Clonezilla Live 2.4.5-20 发布 资讯

Live 2.4.5-20 发布,更新如下: *** 改进*** * The underlying GNU/Linux operating system was upgraded. This release

jopen 2016-02-04   9257   0

Tanglu 2.0 发布,基于 Debian 的 Linux 资讯

Tanglu是基于Debian的Linux发行,它旨在向普通用户和发烧友提供最佳的桌面体验。与Debian GNU/Linux相比,Tanglu计划提供大量用户友好的、面向桌面的特性,比如可用的新软件、对额外固件

jopen 2014-12-13   6473   0
Tanglu  

griddb_nosql -高性能,高扩展性和高可靠性的大数据数据库 经验

version 4.4.7. $ ./bootstrap.sh $ ./configure $ make Start a server $ export GS_HOME=$PWD $ export GS_LOG=$PWD/log

jopen 2016-02-28   29680   0

10个新的实用开发框架 资讯

Phalcon PHP is available on Microsoft Windows, GNU/Linux, Mac OS X, You can either download a binary

jopen 2013-08-14   8700   0

10个最好的 Python IDE 资讯

to enhance your coding experience! 4. Emacs GNU Emacs is an extensible, customizable text editor—and

jopen 2014-11-19   30427   0

3 个开源的 Python Shells 资讯

Python shell. It provides a rich toolkit to help you make the most out of using Python interactively. IPython

jopen 2015-05-25   13665   0
Python  

10个针对小孩子的最好开源软件 资讯

Mac OS X. Canorus is free software, licensed under GNU GPL. This means that the program source code is

jopen 2013-10-07   8309   0

10个基于AJAX的PHP WebMail客户端。 博客

Agent”. Xuheki is distributed under the terms of the GNU General Public License. 4. SquirrelMail SquirrelMail

码头工人 2010-11-22   6868   0
P55

  测试代码覆盖率gcov教程 文档

[cpp] view plaincopy 1. /home/a/j/nomad2:gdb a.out   2. GNU gdb 6.8-debian   3. Copyright (C) 2008 Free Software Foundation

bluepig 2016-04-30   3557   0
P36

  几个重要的开源软件的移植问题 文档

ui-res-1.6目录内,再使用make istall安装资源文件      #cd /home/minigui    #cd minigui*     #make install 25. (6)安装MiniGUI。

solofeng 2011-07-05   680   0
P12

  GCC 编译优化指南 文档

查看所有选项,并精心选择。 3. 从编译过程自身来看,将源代码编译为二进制文件是在 Makefile 文件的指导下,由 make 程序调用一条条编译命令完成的。而将源代码编译为二进制文件又需要经过以下四个步骤:预处理(cpp)

kings 2012-06-19   3549   0
1 2 3 4 5 6 7 8 9 10