-
Linux PCMCIA卡服务
Linux PCMCIA Card Services - Linux support for PCMCIA and CardBus devices, including kernel services, client drivers, and user-level utilities.-Linux PCMCIA Card Services- Linux support for PCMCIA and CardBus devices, including kernel services, client drivers, and user-level utilities.
- 2022-12-13 14:20:03下载
- 积分:1
-
unix网络编程recvfromflags
unix网络编程recvfromflags-recvfromflags
- 2023-06-24 15:25: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
-
串口编程入门串口编程文档门户网站
Linux 下串口编程入门linux 下串口编程的入门文档-Linux Serial Programming portal linux Serial Programming Document Portal
- 2023-02-23 23:35:03下载
- 积分:1
-
一个3D桌面的实现源码
一个3D桌面的实现源码-The realization of a 3D desktop source
- 2023-05-27 23:10:03下载
- 积分: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
-
Remote Connection Manager是一个Gnome2 应用程序,它提供了一个易用的方式来简化到远程主机的连接。它的主要目的是提供一个GUI来运行
Remote Connection Manager是一个Gnome2 应用程序,它提供了一个易用的方式来简化到远程主机的连接。它的主要目的是提供一个GUI来运行ssh, telnet and rdesktop的应用程序,同时它也是高度可配置的。-Remote Connection Manager is a Gnome2 application procedure, it
provided a Yi Yong way to simplify to the long-distance main engine
connection. Its main goal provides GUI to move ssh, the telnet and
rdesktop application procedure, simultaneously it also is highly may
dispose.
- 2022-02-25 04:40:27下载
- 积分:1
-
《linux程序设计(第三版)》例程代码
《linux程序设计(第三版)》例程代码- Linux Programming (Third Edition) routine code
- 2022-02-06 16:44:18下载
- 积分:1
-
Linux线程程序
linux thread programe
- 2022-07-17 00:46:53下载
- 积分:1
-
ramdisk linux ppc82
ramdisk linux ppc82
- 2022-02-22 05:02:23下载
- 积分:1