登录
首页 » Linux-Unix program » 这是一个在 sco unix 系统下编辑的选择框,列表管理程序,本程序开发使用了 curses 函数库,你需要在 sco unix 系统安装开发软件包。

这是一个在 sco unix 系统下编辑的选择框,列表管理程序,本程序开发使用了 curses 函数库,你需要在 sco unix 系统安装开发软件包。

于 2022-03-11 发布 文件大小:320.00 kB
0 229
下载积分: 2 下载次数: 1

代码说明:

这是一个在 sco unix 系统下编辑的选择框,列表管理程序,本程序开发使用了 curses 函数库,你需要在 sco unix 系统安装开发软件包。-in sco unix systems edited selection box, list management procedures, the procedures used to develop the curses library, you need the sco unix system development package installed.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • zd1211lnxdrv_2_22_0_0
    ZD1211LnxDrv_2_22_0_0 for linux2.4
    2022-06-16 21:20:10下载
    积分:1
  • //建立窗口 win1 = newwin(15, 50, 1 ) box(win1, ACS_VLINE, ACS_HLINE) m...
    //建立窗口 win1 = newwin(15, 50, 1 ) box(win1, ACS_VLINE, ACS_HLINE) mvwprintw(win1, 2,1, "WINDOW 1") mvwprintw(win1, 4,1, "Press any key switching to window 2") win2 = newwin(15, 40, 4, 20) box(win2, ACS_VLINE, ACS_HLINE) mvwprintw(win2, 2,1, "WINDOW 2") //建立子窗口 subwin = derwin(win2, 5, 25, 4, 5) box(subwin, ACS_VLINE, ACS_HLINE) mvwprintw(subwin, 2,1, "Sub Window of Window2") //刷新屏幕 refresh() wrefresh(win1) wrefresh(win2) touchwin(win1) wrefresh(win1) getch() touchwin(win2) mvwprintw(win2, 12,1, "Press any key to exit...") wrefresh(win2) //等待按键 getch() //结束 delwin(win1) delwin(subwin) delwin(win2) endwin() -//建立窗口 win1 = newwin(15, 50, 1, 1) box(win1, ACS_VLINE, ACS_HLINE) mvwprintw(win1, 2,1, "WINDOW 1") mvwprintw(win1, 4,1, "Press any key switching to window 2") win2 = newwin(15, 40, 4, 20) box(win
    2022-12-24 01:10:04下载
    积分:1
  • message queue control function
    消息队列控制函数-message queue control function
    2022-02-01 02:51:55下载
    积分:1
  • 先进的编程在
    linux高级编程中有关于进程间通信 管道和信号等重要操作的源代码实例 非常的详细 希望大家喜欢-Advanced Programming in the linux on the inter-process communication channels and signal operation and other important details of the source code for examples of great hope that everyone likes
    2022-07-25 12:36:21下载
    积分:1
  • This library provides functionality to control any camera that conforms to the...
    This library provides functionality to control any camera that conforms to the 1394-Based Digital Camera Specification (which can be found at http://www.1394ta.org/Download/Technology/Specifications/Camera120.pdf). It utilizes the lowlevel functionality provided by libraw1394 to communicate with the camera.-This library provides functionality to co ntrol any camera that conforms to the 1394-Base d Digital Camera Specification (which can be az und at http :// www.1394ta.org/Download/Technology/Spe cifications/Camera120.pdf). It utilizes the lowlevel functionality provided by libraw139 4 to communicate with the camera.
    2022-02-05 18:57:16下载
    积分:1
  • unix下的各种类行主机下的top原码
    unix下的各种类行主机下的top原码-under the various types of firms under the top mainframe-source
    2022-01-25 17:20:47下载
    积分:1
  • linux console 界面下的触摸屏的驱动程序
    linux console 界面下的触摸屏的驱动程序-linux console interface of the touch screen driver
    2022-09-18 18:40:03下载
    积分:1
  • 台湾上尚公司linux嵌入式服务器平台软件狗操作源码
    台湾上尚公司linux嵌入式服务器平台软件狗操作源码-Taiwan still on the company Embedded Linux server platform operated source software dog
    2022-01-25 23:07:17下载
    积分:1
  • 本程序是免费软件,您可以重新分配和/或
    This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option) any later version.
    2022-01-29 01:56:44下载
    积分:1
  • 《深入浅出Linux设备驱动编程》,学习嵌入式LINUX驱动编程的好资料...
    《深入浅出Linux设备驱动编程》,学习嵌入式LINUX驱动编程的好资料- Layman s language and Linux device driver programming, Study of Embedded LINUX good data-driven programming
    2022-01-26 06:07:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载