-
sip proxy server source
sip代理服务器源码-sip proxy server source
- 2022-02-09 19:18:38下载
- 积分: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 video player under the players, support a variety of formats, including on...
linux下实现视频播放的播放器,支持多种格式,包括在线流媒体,支持文件管理-linux video player under the players, support a variety of formats, including online streaming media, support for document management
- 2022-04-15 16:03:37下载
- 积分:1
-
这是第一个开源实现动态主机配置…
This is the first ever open source implementation of Dynamic Host Configuration Protocol for IPv6 (DHCPv6) server and client on Linux Operating System. The server provides leases (durations or lifetimes) on IPv6 addresses to the clients who request for it
- 2022-05-16 18:05:10下载
- 积分:1
-
pthread的例子程序,新手上传,更多的关心
pthread的例子程序,新手上传,多关照-pthread examples of procedures, and newcomers upload, more care
- 2023-09-01 03:00:02下载
- 积分:1
-
beginninglinuxprogramming example10
BeginningLinuxProgramming example10
- 2022-01-28 04:56:16下载
- 积分:1
-
清华大学-电子信息工程系-实验用ARM
清华大学-电子信息工程系-实验用ARM-linux-源代码-CLOCK篇-Tsinghua University- Electronic Information Engineering- experiment with ARM-linux-source code-CLOCK articles
- 2022-01-27 15:03:59下载
- 积分:1
-
for uCOS
uCOS-II源代码,里面包括主要核心文件
供各位收藏学习-for uCOS-II source code, which includes documentation for the core collection to learning
- 2022-03-13 19:38:41下载
- 积分:1
-
清华大学-电子信息工程系-实验用ARM
清华大学-电子信息工程系-实验用ARM-linux-源代码-NAND篇
- 2022-02-03 14:05:35下载
- 积分:1
-
linux 设备驱动开发详解,适合初学者使用。part two。
linux 设备驱动开发详解,适合初学者使用。part two。-linux device driver development Xiang Jie, suitable for beginners to use. part two.
- 2023-03-26 11:10:07下载
- 积分:1