Welcome![Sign In][Sign Up]
Location:
Search - linux ncurses

Search list

[SourceCodencurses-ruby

Description: the interface of ncurses by ruby. A modification is made. TABSIZE can be assigned value. See the readme.modify for detail usage. Under linux, just type: make ; make install.
Platform: | Size: 65869 | Author: perlawk@yahoo.com.hk | Hits:

[Game Programtetris

Description: 该程序是在linux下运行的俄罗斯方块游戏的原代码,使用ncurses作图形显示,提供速度和关卡选择- This procedure is the Russian block game original code which moves under linux, uses ncurses to make the graphical display, provides the speed and the checkpoint chooses
Platform: | Size: 19456 | Author: 代进 | Hits:

[Game Programhrd-1.0.tar

Description: 可以在Linux文本界面下运行的华容道游戏(C+ ncurses库)。-Linux version of the interface running under Puzzle (C ncurses library).
Platform: | Size: 6144 | Author: 陈奇 | Hits:

[Internet-Networkscc_scd

Description: 在linux系统下实现了一个多人聊天工具的服务器端和客户端。该工具支持显示在线用户,广播消息,单对单发消息等常用功能。程序使用了ncurses编程。其中有说明文档-in achieving a more chatting tools server and the client. The tools support shown online users, broadcasting news updates, one-to-one commonly used functions such. Program uses ncurses programming. With documentation
Platform: | Size: 120832 | Author: 梁立平 | Hits:

[Linux-Unixcursesscn

Description: linux unix curses 库编程实例-linux library programming examples
Platform: | Size: 4096 | Author: xieruo | Hits:

[Other Riddle gamessnake_tt03

Description: Linux下使用ncurses库制作的贪吃蛇的游戏,实现随机出现4种不同食物,实现加速、减长两种道具功能-Linux use ncurses library produced by the huge memory of the game, realize there were four different kinds of food, to achieve accelerated, reducing long two props function
Platform: | Size: 3072 | Author: summer | Hits:

[Linux-Unixsnake

Description: linux curses 图形编程的例子,贪吃蛇游戏!做的还可以-graphical programming linux curses example, Snake game! Can also make the
Platform: | Size: 3072 | Author: 林汉杰 | Hits:

[Linux-Unixcurses-cn-2nd

Description: ncurses linux 管理员 必备 ncurses linux 管理员 必备-ncurses linux administrator must ncurses linux administrator must
Platform: | Size: 617472 | Author: 李金蓄 | Hits:

[Linux-Unixncurses-5.6.tar

Description: ncurses是最早的System V Release 4.0 (SVr4)中 CURSES的一个克隆。这是一个可自由配置的库,完全兼容旧版本的curses。简而言之,它是一个管理应用程序在字符终端显示的函数库。当后面提到curses的时候,同时也可以和NCURSES互换。 -ncurses was the first of the System V Release 4.0 (SVr4) in a clone of CURSES. This is a freely configurable library, fully compatible with older versions of curses. In short, it is a terminal management application in the characters displayed in the library. When the back that when the curses, but also can NCURSES interchangeable.
Platform: | Size: 2402304 | Author: yuan | Hits:

[Linux-Unixdialog.tar

Description: Dialog implementation using ncurses library.
Platform: | Size: 378880 | Author: John | Hits:

[Linux-UnixNCURSES-Programming-HOWTO-CN

Description: 中文版的curses详解,很难找到中文版的详细资料了,这是我花了好多精力才找出来的。原版哦!-ncurses on linux
Platform: | Size: 585728 | Author: 天才 | Hits:

[Linux-Unixncurses-5.6

Description: ncurses-5.6 源码,喜欢研究ncurses-5.6的朋友可以下载。都可以编译通过!-ncurses-5.6 source, like a friend of ncurses-5.6 can be downloaded. Can compile!
Platform: | Size: 3368960 | Author: hunger | Hits:

[Linux-Unixmypos

Description: 收银机系统,Linux平台开发,ORACLE数据库,采用PRO*C,ncurses,shell编程等技术开发。-Cash register systems, Linux platform, ORACLE database, using PRO* C, ncurses, shell programming and other technology development.
Platform: | Size: 233472 | Author: flan | Hits:

[OtherLinux

Description: 本书全面而深入地介绍了GNU/Linux编程。首先介绍了在Linux上编程必备的编程工具,然后在库函数、系统调用以及内核上阐述Linux编程知识,并专门讲述了包括TCP/IP、UDP以及多播套接口在内的网络编程知识;图形界面也是本书的重点内容,本书着重讲述了文本形式的图形界面库ncurses;还分别讲解了真正图形化的流行系统X Window、Qt、GNOME以及OpenGL的基本编程方法;最后,介绍了Bash编程和设备驱动编程。-Comprehensive and in-depth book introduces the GNU/Linux programming. First introduced in Linux on the programming necessary programming tools, and then in the library functions, system calls and the set of Linux kernel programming knowledge, and specifically addressed, including TCP/IP, UDP and multicast network, including socket programming knowledge graphical interface is also the focus of the content of the book, the book focuses on the text about the form of graphical interface library ncurses also give talks on the true prevalence of graphical system X Window, Qt, GNOME and the basic OpenGL programming Finally, the introduction of the Bash programming and device driver programming.
Platform: | Size: 14036992 | Author: 万娟 | Hits:

[Other Riddle gamessnaker

Description: 提供linux下的终端型贪吃蛇游戏代码和在51单片机上的贪吃蛇代码(都经过测试) 文档中的snake51.c为在51单片机上的贪吃蛇代码,此代码经过测试运行。 文档中的snake_curses.c为在linux系统中基于ncurses库编写的贪吃蛇代码,也经过测试运行。编译时用命令 gcc snake_curses.c -o snake -lcurses 即可生成可执行文件snake,可在linux下的终端运行 文档中的prints为在单片机的8x8led阵列上现实蛇身体点的函数 snake.hex为烧写的可执行代码-Linux terminal type provided under the Snake game code and the Snake in the microcontroller code 51 (all tested) the document snake51.c microcontroller in the 51' s Snake code, the code after a test run. Document snake_curses.c linux system in the ncurses library based on code written Snake, has also been a test run. Compiled with the command gcc snake_curses.c-o snake-lcurses to generate an executable file snake, the terminal can be run under linux in the document prints the array in the MCU 8x8led point on the real function of snake body to burn snake.hex executable code written in
Platform: | Size: 1137664 | Author: zhang | Hits:

[Linux-Unixncurses-5.7.tar

Description: ncurses5.7的源码,有用在Linux平台下编译linphone软件的朋友可以-ncurses5.7 source code, useful in the Linux software platform compile linphone friends can see ... ...
Platform: | Size: 2445312 | Author: fish | Hits:

[Linux-Unixncurses

Description: 一份较为详细地介绍了linux下用curses函数库进行图形化界面编程的资料-A more detailed description of the use of curses under linux graphical user interface library for programming information
Platform: | Size: 1005568 | Author: zxd | Hits:

[Driver Developncurses-packege--install

Description: ncurses packege的安装包及安装方法 (rhel5.1 gcc4.1.2平台) ncurses安装 GCC安装好后,再次make menuconfig出现了下面错误: [root@localhost linux-2.6.32.2]# make menuconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/docproc HOSTCC scripts/basic/hash HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/kxgettext.o *** Unable to find the ncurses libraries or the *** required header files. *** make menuconfig requires the ncurses libraries. *** *** Install ncurses (ncurses-devel) and try again. *** make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1 make: *** [menuconfig] Error 2 下载ncurses5.7,分别执行下面命令 sh configure make sudo make install ncurses安装成功。-ncurses packege install
Platform: | Size: 4687872 | Author: 池一波 | Hits:

[Software EngineeringNcurses-Documentation

Description: ncurses文档_——_介绍和curses相关的编程linux下基于Ncurses图形界面编程的实例-ncurses Documentation _- _ Introduction and curses related programming under linux Ncurses-based graphical interface programming examples
Platform: | Size: 1005568 | Author: yangkun | Hits:

[Linux-Unixncurses-5.2.tar

Description: linux ncurses sssssssssssssssssss
Platform: | Size: 1742848 | Author: c123c | Hits:
« 12 »

CodeBus www.codebus.net