搜索结果
找到约 17 项符合
NCURSES 的查询结果
游戏 该程序是在linux下运行的俄罗斯方块游戏的原代码
该程序是在linux下运行的俄罗斯方块游戏的原代码,使用ncurses作图形显示,提供速度和关卡选择
网络 在linux系统下实现了一个多人聊天工具的服务器端和客户端。该工具支持显示在线用户
在linux系统下实现了一个多人聊天工具的服务器端和客户端。该工具支持显示在线用户,广播消息,单对单发消息等常用功能。程序使用了ncurses编程。其中有说明文档
网络 JabberX 是一个基于unix平台的jabber客户端 JabberX is a unix console Jabber client. Jabber is a cross-platform,
JabberX 是一个基于unix平台的jabber客户端
JabberX is a unix console Jabber client. Jabber is a cross-platform,
open source, XML-based, distributed instant messaging system.
Requirements:
-------------
Iksemel library (from http://jabber-x.sourceforge.net)
NCurses or S-Lang package.
Autoconf and Au ...
编辑器/阅读器 这是一个简单的编辑器雏形
这是一个简单的编辑器雏形,这里用到了屏幕开发库 curses 和键盘函数 keypad,程序可移动光标,输入,删除,增加代码就可成为功能强大的编辑器了,
编译程序:gcc -I/usr/include/ncurses edit.c -o edit -lncurses
Linux/Unix编程 LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and goo
LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other implementations by transfering directly from file pages to the network stack. On high-bandwidth connections it is able to seed at 3 times the speed ...
技术资料 linux编译OpenWRT固件教程
并不是每个人都需要编译固件,笔者更推荐你直接使用官方固件,如果需要相应的软件,可以直接通过opkg 安装。为满足更多人需求,这里提供一个傻瓜教程,照着走一次,就编译好了,转的别问我为什么⋯⋯⋯⋯1.根据你的系统安装相应的包,把以下命令复制粘贴运行一次就行。Ubuntu 32bitsudo apt-get install build-essential su ...