-
清华大学-电子信息工程系-实验用ARM
清华大学-电子信息工程系-实验用ARM-linux-源代码-SYS篇-Tsinghua University- Electronic Information Engineering- experiment with ARM-linux-source code-SYS articles
- 2022-04-29 13:37:14下载
- 积分:1
-
Intel提供的在Sitsang等嵌入式开发平台上使用Linux操作系统,基于IPP4.0库的MPEG4解码器源代码...
Intel提供的在Sitsang等嵌入式开发平台上使用Linux操作系统,基于IPP4.0库的MPEG4解码器源代码-Intel Sitsang Evaluation Board in the embedded development platform such as the use of the Linux operating system, based on IPP4.0 for MPEG4 decoder source code
- 2022-01-24 14:12:51下载
- 积分:1
-
TRACE的源代码,在LINUX调试程序要使用的.
TRACE的源代码,在LINUX调试程序要使用的.-TRACE
- 2023-01-09 08:55:03下载
- 积分:1
-
Linux 内核中文版,详细介绍存储管理、进程管理、进程间通讯、中断及中断处理、文件系统,网络等知识...
Linux 内核中文版,详细介绍存储管理、进程管理、进程间通讯、中断及中断处理、文件系统,网络等知识-Chinese version of Linux kernel, details of storage management, process management, inter-process communication, interrupt, and interrupt handling, file systems, networking, and so
- 2023-03-13 11:20:03下载
- 积分:1
-
LINUX 设备驱动程序(第二版) 配套原码
LINUX 设备驱动程序(第二版) 配套原码-Linux device driver (2nd Edition) supporting the original code
- 2022-03-25 20:58:52下载
- 积分:1
-
在UNIX/LINUX下面挂起一个进程并在SHELL下观察进程.
在UNIX/LINUX下面挂起一个进程并在SHELL下观察进程.-in UNIX/LINUX hang below a process and the SHELL under observation process.
- 2022-02-10 11:20:38下载
- 积分:1
-
一个3D桌面的实现源码
一个3D桌面的实现源码-The realization of a 3D desktop source
- 2023-05-27 23:10:03下载
- 积分:1
-
读共享内存的c语言程序
读共享内存的c语言程序-Reading shared memory c Language Program
- 2022-06-11 16:39:34下载
- 积分: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
-
scc2410 under linux the CF card driver
linux下的scc2410的CF卡驱动-scc2410 under linux the CF card driver
- 2022-05-09 04:18:58下载
- 积分:1