-
本手册页内容摘自GNU C编译器的完整文档,仅限于解释选项的含义。...
本手册页内容摘自GNU C编译器的完整文档,仅限于解释选项的含义。-This manual page is taken from the GNU C compiler complete document, limited to explain the meaning of options.
- 2023-05-12 06:50:03下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.
")
mvaddstr(17, 1, "Press q to quit.
")
refresh()
wrefresh(win) - //初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.
")
mvaddstr(17, 1, "Press q to quit.
")
refresh()
wrefresh(win)
- 2023-08-24 18:05:03下载
- 积分:1
-
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(ro...
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(rows+3, cols+4, 3, 20)
subwin = derwin(win, rows, cols, 1, 2)
set_form_sub(form, subwin)
box(win, 0, 0)
keypad(win, TRUE)
post_form(form)
refresh()
wrefresh(win)
wrefresh(subwin)
//设置覆盖模式
form_driver(form, REQ_OVL_MODE)
- 2023-04-25 08:50:03下载
- 积分:1
-
一个小程序来与你分享,/ *本程序支持多个实例。
一个小的telnet程序与大家共享,/* 本程序支持如一些参数:
* --host IP地址 或者 -H IP地址
* --port 端口 或者 -P 端口
* --back 监听数量 或者 -B 监听数量
* --dir 服务默认目录 或者 -D 服务默认目录
* --log 日志存放路径 或者 -L 日志存放路径
* --daemon 使程序进入后台运行模式
*/
-A small telnet program to share with you,/* This program supports a number of parameters such as:*- host IP address or-H IP Address*- port-port or-P port*- back to monitor the number of or-B monitor the number of*- dir default directory service, or-D services to the default directory*- log log storage path or-L log storage path*- daemon to make the procedure to enter the background running mode* /
- 2022-08-10 21:14:56下载
- 积分:1
-
介绍了编程的资料,很好的。初学者应该下载
介绍Linux编程的资料,非常不错。值得初学者下载-introduced Linux programming information, very good. Beginners should download
- 2022-06-21 08:21:46下载
- 积分:1
-
此包是为perl或者 Python等高级语言提供一个库,该库提供对网络数据包通过queue方式的访问。...
此包是为perl或者 Python等高级语言提供一个库,该库提供对网络数据包通过queue方式的访问。-nfqueue-bindings was written to provide an interface in high-level
languages such as Perl or Python to libnetfilter_queue.
The goal is to provide a library to gain access to packets queued by
the kernel packet filter.
- 2022-02-02 02:51:28下载
- 积分:1
-
红外线操作系统
linux操作系统下的红外驱动的测试程序,对在linux下红外驱动的同行很有帮助。-linux operating system of infrared-driven testing procedures in the infrared driver under linux peer helpful.
- 2022-05-06 00:36:13下载
- 积分:1
-
台湾
台湾
- 2022-01-25 21:48:50下载
- 积分:1
-
linux 的client大文件传输
自己做得,opensuse
linux 的client大文件传输
自己做得,opensuse-linux large file transfer of the client doing, opensuse
- 2022-05-06 05:34:40下载
- 积分:1
-
linux下ax88180 的网络驱动程序
linux下ax88180 的网络驱动程序-ax88180 net driver program
- 2022-07-28 10:13:42下载
- 积分:1