-
简简单单实现linux下USB设备自动检测和自动挂载
简简单单实现linux下USB设备自动检测和自动挂载-Simple USB devices under linux to achieve automatic detection and automatic mounting
- 2023-01-11 11:25:03下载
- 积分:1
-
linux 下简单的网络通信例子(包括客户端和服务端源文件)。...
linux 下简单的网络通信例子(包括客户端和服务端源文件)。-linux under the simple example of network communication (including client and server source file).
- 2022-04-02 06:06:24下载
- 积分: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
-
a mini os project
一个自写的小型操作系统,完全自已用的,从裸机上能跑起来-a mini os project
- 2023-04-07 19:10:03下载
- 积分:1
-
linux内核的API接口,对于驱动程序开发,是必备的资料,不过是英文资料...
linux内核的API接口,对于驱动程序开发,是必备的资料,不过是英文资料-linux kernel API interface for driver development, is essential information, but information is in English
- 2022-04-17 03:49:01下载
- 积分:1
-
简单的LINUX入门介绍,关于驱动LINUX的介绍,文档版本,内含代码。...
简单的LINUX入门介绍,关于驱动LINUX的介绍,文档版本,内含代码。-LINUX entry describes a simple, on the driver LINUX introduction, document version, containing the code.
- 2022-02-05 21:11:38下载
- 积分:1
-
linux 下通过framebuffer画bmp格式图片的源代码
linux 下通过framebuffer画bmp格式图片的源代码-linux through framebuffer draw bmp format pictures the source code
- 2022-10-11 11:30:03下载
- 积分:1
-
Add a new system call to achieve a new function, such as the search system in th...
添加一个新的系统调用,实现一项新的功能,如查找系统中所有进程的名称和族亲关系信息,或文件复制,重新编译和运行内核,使新的系统调用可用。-Add a new system call to achieve a new function, such as the search system in the name of all processes and pro-family relationship information, or documents copied, re-compile and run the kernel, making the new system calls available.
- 2023-06-12 16:35:08下载
- 积分:1
-
Taiwan still on the company Embedded Linux server platform clock operation FOSS
台湾上尚公司linux嵌入式服务器平台时钟操作源码-Taiwan still on the company Embedded Linux server platform clock operation FOSS
- 2022-11-22 22:30:03下载
- 积分:1
-
一本介绍在linux/unix下制作多线程程序的书籍,比较奥好
一本介绍在linux/unix下制作多线程程序的书籍,比较奥好-Introduction in a linux/unix multithreaded programming produced books, a good comparison Austrian
- 2023-01-10 10:10:03下载
- 积分:1