Welcome![Sign In][Sign Up]
Location:
Search - curses.h

Search list

[Linux-UnixUnix_curses

Description: 相信您在网路上一定用过如 tin,elm 等工具, 这些软体有项共同的特色, 即他们能利用上下左右等方向键来控制游标的位置. 除此之外, 这些程式 的画面也较为美观. 对 Programming 有兴趣的朋友一定对此感到好奇, 也 许他能在 PC 上用 Turbo C 轻易地写出类似的程式, 然而, 但当他将相同 的程式一字不变地移到工作站上来编译时, 却出现一堆抓也抓不完的错误. 其实, 原因很简单, 他使用的函式库可能在 UNIX 上是没有定义的. 有些 在 Turbo-C 上被广泛使用的一些函式, 可能在 UNIX 上是不被定义的. 为了因应网路上各式各样的终端机形态 (terminal), UNIX 上特别发展出 一套函式库, 专门用来处理 UNIX 上游标移动及萤幕的显示. 这就是本篇 文章要为您介绍的 - curses.h 函式库. 利用这个函式库, 您也可以写出 像 elm 般利用方向键来移动光棒位置的程式. (CCCA 近来所提供的线上选 课程式, 及程式服务界面, 即是笔者利用 curses 发展而成的 )
Platform: | Size: 6161 | Author: rj | Hits:

[Linux-Unixlibtorrent-0.10.4.tar

Description: 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 of the official client. The client uses ncurses and is ideal for use with screen or dtach. It supports saving of sessions and allows the user to add and remove torrents. -LibTorrent is a BitTorrent library writte n in C for* nix. with a focus on high performance and good code. T he library differentiates itself from other im plementations by transferring directly from fi le pages to the network stack. On high-bandwidt h connections it is able to seed at three times the spe ed of the official client. The client uses ncurs es and is ideal for use with screen or dtach. It su pports saving of sessions and allows the user to add and remove torrents.
Platform: | Size: 485376 | Author: Kimi Chen | Hits:

[Linux-UnixUnix_curses

Description: 相信您在网路上一定用过如 tin,elm 等工具, 这些软体有项共同的特色, 即他们能利用上下左右等方向键来控制游标的位置. 除此之外, 这些程式 的画面也较为美观. 对 Programming 有兴趣的朋友一定对此感到好奇, 也 许他能在 PC 上用 Turbo C 轻易地写出类似的程式, 然而, 但当他将相同 的程式一字不变地移到工作站上来编译时, 却出现一堆抓也抓不完的错误. 其实, 原因很简单, 他使用的函式库可能在 UNIX 上是没有定义的. 有些 在 Turbo-C 上被广泛使用的一些函式, 可能在 UNIX 上是不被定义的. 为了因应网路上各式各样的终端机形态 (terminal), UNIX 上特别发展出 一套函式库, 专门用来处理 UNIX 上游标移动及萤幕的显示. 这就是本篇 文章要为您介绍的 - curses.h 函式库. 利用这个函式库, 您也可以写出 像 elm 般利用方向键来移动光棒位置的程式. (CCCA 近来所提供的线上选 课程式, 及程式服务界面, 即是笔者利用 curses 发展而成的 )
Platform: | Size: 6144 | Author: rj | Hits:

[Linux-Unixviewfile

Description: 这是一个在unix/linux下显示文本文件的程序,它利用了curses.h库,可以为刚学curses编程者提供一个示例-This is a unix/linux display text files under the procedure, which uses the Treasury curses.h can just learn curses programming to provide an example
Platform: | Size: 1024 | Author: lht | Hits:

[Linux-Unixncurses_programs.tar

Description: 《ncurses program how to》一书中的全部实例源码,有curses.h,menu.h,form.h,penal.h库的分类-" Ncurses program how to" book all examples of source code, there are curses.h, menu.h, form.h, penal.h library classification
Platform: | Size: 23552 | Author: liangtao | Hits:

[Linux-Unixhw1

Description: 定时器 /*初始化curses*/ /*注册定时器*/ /*7位数据显示*/-#include <unistd.h> #include <stdlib.h> #include <signal.h> #include <math.h> #include <curses.h> #include <sys/time.h> #include <time.h> #include <sys/mman.h> #include <string.h> struct itimerval val={0} val.it_interval.tv_sec=1 val.it_interval.tv_usec=0 val.it_value.tv_sec=0 val.it_value.tv_usec=1 setitimer(ITIMER_REAL,&val,NULL)
Platform: | Size: 1024 | Author: jun | Hits:

[Linux-UnixParameterization_Test

Description: On FreeBSD, [n]curses.h and stdlib.h wchar.h use different guards against multiple definition of wchar_t and wint_t.
Platform: | Size: 5120 | Author: ymkonyong | Hits:

[Linux-UnixXcms

Description: SCO 3.2v4 curses.h includes term.h, which defines lines as a macro. Undefine it here, because NCursesWindow uses lines as a method Kernel Device Driver for linux v2.13.6.
Platform: | Size: 14336 | Author: ldwerhd | Hits:

[Linux-Unixinit_acs

Description: The offsets MUST match what is in curses.h.
Platform: | Size: 1024 | Author: nzsawx | Hits:

CodeBus www.codebus.net