搜索结果
找到约 25 项符合
curses 的查询结果
网络 《Linux程序设计权威指南》源代码
《Linux程序设计权威指南》源代码,包含:
awk
copyright
curses
cvs
debug
framebuffer
gnome
gnutools
gtk
i18n
kde
manual
motif
network
newt
qt
regexp
rpm
shell
style
svgalib
system
thread
xlib
ya
Linux/Unix编程 相信您在网路上一定用过如 tin,elm 等工具, 这些软体有项共同的特色, 即他们能利用上下左右等方向键来控制游标的位置. 除此之外, 这些程式 的画面也较为美观. 对 Programm
相信您在网路上一定用过如 tin,elm 等工具, 这些软体有项共同的特色,
即他们能利用上下左右等方向键来控制游标的位置. 除此之外, 这些程式
的画面也较为美观. 对 Programming 有兴趣的朋友一定对此感到好奇, 也
许他能在 PC 上用 Turbo C 轻易地写出类似的程式, 然而, 但当他将相同
的程式一字不变地移到工作站上来 ...
Linux/Unix编程 CForms, by Lars Berntzon (Stockholm, Sweden), is a tool for building interactive forms-driven applic
CForms, by Lars Berntzon (Stockholm, Sweden), is a tool for building interactive forms-driven applications. CForms applications can run on nany type of library supported by the "curses" library. CForms uses a language-based design to define forms. An application may contain C source modules, field p ...
Linux/Unix编程 a screen handling program to provide a flashing message. You will have to design a screen layout f
a screen handling program to provide a flashing message.
You will have to design a screen layout for where messages
are placed on the screen. You will also have to consider
when to delay the program in order to give the user time
to read the messages. That is, the program will use the
curses li ...
Linux/Unix编程 这是一个在unix/linux下显示文本文件的程序
这是一个在unix/linux下显示文本文件的程序,它利用了curses.h库,可以为刚学curses编程者提供一个示例