资源简介
Libncurses库用来在显示器上显示文本界面。典型例子就是Linux内核的make menuconfig配置界面。
Libform库用于 在ncurses中使用表格。
Libmenu库用于在ncurses中使用菜单。
Libpanel库用于在ncurses中使用面板。
代码片段和文件信息
/****************************************************************************
* Copyright (c) 199820102011 Free Software Foundation Inc. *
* *
* Permission is hereby granted free of charge to any person obtaining a *
* copy of this software and associated documentation files (the *
* “Software“) to deal in the Software without restriction including *
* without limitation the rights to use copy modify merge publish *
* distribute distribute with modifications sublicense and/or sell *
* copies of the Software and to permit persons to whom the Software is *
* furnished to do so subject to the following conditions: *
* *
* The above copyright notice and this permission notice shall be included *
* in all copies or substantial portions of the Software. *
* *
* THE SOFTWARE IS PROVIDED “AS IS“ WITHOUT WARRANTY OF ANY KIND EXPRESS *
* OR IMPLIED INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
* MERCHANTABILITY FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
* IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM *
* DAMAGES OR OTHER LIABILITY WHETHER IN AN ACTION OF CONTRACT TORT OR *
* OTHERWISE ARISING FROM OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
* THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
* *
* Except as contained in this notice the name(s) of the above copyright *
* holders shall not be used in advertising or otherwise to promote the *
* sale use or other dealings in this Software without prior written *
* authorization. *
****************************************************************************/
/****************************************************************************
* Author: Juergen Pfeifer 1996 *
****************************************************************************/
/*
Version Control
$Id: gen.cv 1.59 2011/03/31 23:50:24 tom Exp $
--------------------------------------------------------------------------*/
/*
This program generates various record structures and constants from the
ncurses header file for the Ada95 packages. Essentially it produces
Ada95 source on stdout which is then merged using m4 into a template
to produce the real source.
*/
#ifdef HAVE_CONFIG_H
#include
#else
#include
#define HAVE_USE_DEFAULT_COLORS 1
#endif
#include
#include
#include
#include
#include
#include
#include
相关资源
- 智能排班系统Spring+SpringMVC+MyBatis+Pat
- 从零开始搭建SpringCloud第五节源码及截
- 二维码手机锁机自动解锁源码
- STM32步进电机H桥驱动控制原理图+源代
- SWAT模型源代码快速查看手册适用于开
- 微信小程序拼车6.3.9
- CS231N作业源码,斯坦福机器学习课
- 仿小米官网静态页面源码
- 上下位机程序源码.zip
- pdf417编码和解码
- 开钻补单程序源码
- 《MapReduce2.0源码分析与实战编程》.
- Cocos2D游戏之旅六:流星、烟花、火焰
- libtiff(源码+静态库)
- openflow 源代码
- 66272每日返利分红平台整站源码 8级分
- FPGA的SPI Verilog源码,读写flash芯片
- 日历黄历源码以及黄历信息数据库
- ST7735R的资料和初始化源码
- 牛腩新闻发布系统(源码).rar
- 串口调试助手V2.2源代码
- 学生公寓管理源码
- 财神到游戏源码
- FreeRdp源码分析.7z
- 理财管理信息系统(源码+概要设计说
- 仿网易云音乐app前端源码
- 802.1x客户端 源代码
- netron源代码v2.1
- 客户关系管理系统CRM源代码
- 汽车在线销售网站--毕业论文+源码设
评论
共有 条评论