码迷,mamicode.com
首页 >  
搜索关键字:ncurses    ( 674个结果
Centos安装GD库
tar zxvf ncurses-5.6.tar.gz 进入目录 cd ncurses-5.6 生成 makefile文件,再进一步编译 ./configure --prefix=/usr --with-shared --without-debug 编译,编译时间稍微长些,稍等make 编译好最后就...
分类:其他好文   时间:2014-10-24 16:22:01    阅读次数:1459
贪吃蛇 c++ ncurses
利用ncurses做c++贪吃蛇,不用链表,思路清晰,几个小时就可以写出来...
分类:编程语言   时间:2014-10-18 12:40:53    阅读次数:274
Non-blocking user input in loop without ncurses.
The title sounds a bit awkward, let my briefly explain what is it all about.In my program, I want to wait for user input, but at the same time, I want...
分类:其他好文   时间:2014-10-17 01:19:53    阅读次数:434
gcc学习(二)[第二版]
头文件与库文件1、概要 在使用C语言和其他语言进行程序设计的时候,我们需要头文件来提供对常数的定义和对系统及库函数调用的声明。 库文件是一些预先编译好的函数集合,那些函数都是按照可重用原则编写的。它们通常由一组互相关联的用来完成某项常见工作的函数构成。比如用来处理屏幕显示情况的函数(ncurses库)和数据库访问例程(dbm库)等。 2、使用库的优点: 1)模块化开发 2)可重用性 3)可维护性...
分类:其他好文   时间:2014-10-12 18:31:58    阅读次数:171
how to use the curses library in unix?
In linux, you can use the ncurses library to use the terminal as a text buffer: move the cursor around, and write text. It can also draw windows and o...
分类:其他好文   时间:2014-09-30 18:43:59    阅读次数:154
编译安装MariaDB数据库
1、安装编译环境yum install -y gcc gcc-c++ make libtool bison ncurses-devel zlib-devel automake autoconf cmake2、编译MariaDBtar zxvf mariadb-***.tar.gzcd mariadb...
分类:数据库   时间:2014-09-26 18:23:38    阅读次数:244
linux 下的流量监控软件 nload
下载源码 http://www.roland-riegel.de/nload/ 解压,进入源码目录 $?./configure?--prefix=/usr/local/nload 报错 configure:?error:?ncurses?library?or?development?files?not?found.?ncurses?is?...
分类:系统相关   时间:2014-09-21 18:49:21    阅读次数:326
lamp论坛搭建
使用yum安装gcc-*、zlib-devel、openssl-devel、pcre-devel、ncurses-devel、libxml2-devel、libpng-devel、bzip2-devel、curl-devel、libjpeg-devel、freetype-devel、net-snmp-devel1.安装apr-1.4.6.tar.bz2(apache所用的一个依赖包)./configure--prefix=/usr/local/apr&am..
分类:其他好文   时间:2014-09-20 02:23:57    阅读次数:403
centos6.5编译安装mysql5.6.14
1查看机器上是否装有mysqlrpm-qa|grepmysql2.删除已经存在的mysqlrpm-e--nodepsmysql()强力删除模式)3.安装编译代码需要的包yum-yinstallgccgcc-develgcc-c++gcc-c++-develautoconf*automake*zlib*libxml*ncurses-develncurseslibgcrypt*libtool*cmakeopensslopenssl-develbiso..
分类:数据库   时间:2014-09-19 14:02:56    阅读次数:259
编译安装mysql5.6.20
1、下载mysql5.6.20wgethttp://dldx.csdn.net/fd.php?i=647578207794786&s=4f3a5759b24d9da51def820682899e002、安装所需组件yum-yinstallgccgcc-c++gcc-g77autoconfautomakezlib*fiex*libxml*ncurses-devellibmcrypt*libtool-ltdl-devel*makecmake3、创建mysql用户groupad..
分类:数据库   时间:2014-09-18 16:55:44    阅读次数:277
674条   上一页 1 ... 61 62 63 64 65 ... 68 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!