-
串口调试工具,在开发板和pc链接后,可以直接测试串口的传送。...
串口调试工具,在开发板和pc链接后,可以直接测试串口的传送。-Serial debugging tools, development boards and pc link, serial transmission can be directly tested.
- 2022-03-28 11:00:44下载
- 积分:1
-
实现了一个多线程工作组应用程序,此程序中使用了互斥对象,条件变量进行线程的控制。通过研究此程序,可以深刻理解线程的工作机理。...
实现了一个多线程工作组应用程序,此程序中使用了互斥对象,条件变量进行线程的控制。通过研究此程序,可以深刻理解线程的工作机理。-achieve a working group multithreaded applications, the use of this procedure the mutex object, variable conditions thread control. Research through this procedure, a profound understanding of the working mechanism of thread.
- 2022-02-25 06:42:49下载
- 积分:1
-
Advanced BASH (unix/linux shell scripting language) scripting guide.
Advanced BASH (unix/linux shell scripting language) scripting guide.
- 2022-01-25 23:39:45下载
- 积分:1
-
QT教程,从基础入门。让你很快上手,从事QT开发
QT教程,从基础入门。让你很快上手,从事QT开发-It s a good book for QT learner
- 2022-12-12 04:45: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
-
详细的说明了可调内核参数具体文件为.doc
详细的说明了可调内核参数具体文件为.doc-detailed description of the core adjustable parameters for specific documents. Doc
- 2023-06-22 03:15:04下载
- 积分:1
-
linux program to read packet data
linux program to read packet data
- 2022-02-06 08:04:34下载
- 积分:1
-
一个生产者-消费者问题例子
一个生产者-消费者问题例子-a producer-consumer issues example
- 2022-08-20 19:31:47下载
- 积分:1
-
.添加系统调用.采用编译内核的方法,添加一个新的系统调用 编写一个应用程序,测试新添加的系统调用 系统调用的功能:文件拷贝.2添加设备驱动程序.采用模块方法,添...
.添加系统调用.采用编译内核的方法,添加一个新的系统调用 编写一个应用程序,测试新添加的系统调用 系统调用的功能:文件拷贝.2添加设备驱动程序.采用模块方法,添加一个新的设备驱动程序要求添加字符设备的驱动 编写一个应用程序,测试添加的驱动程序. 4分析/proc文件.监控系统状态,显示系统中若干部件的使用情况 用图形界面显示系统监控状态。-. Add system calls. The methods used to compile the kernel, add a new system call to prepare an application to test the newly added system call system call features: file copy .2 add device drivers. Using modular approach to add a new The device driver requests to add character device driver to prepare an application, test driver added. 4 Analysis of/proc file. monitoring system status, display systems in several parts of the use of graphical interface display system used to monitor state.
- 2023-09-07 08:35:04下载
- 积分:1
-
该模拟的UNIX文件系统应该有以下功能:
多级目录的结构,第一目录为用户名,其余的为它的子目录;
多用户的功能,有8个用户使用同一块数据区;
具有...
该模拟的UNIX文件系统应该有以下功能:
多级目录的结构,第一目录为用户名,其余的为它的子目录;
多用户的功能,有8个用户使用同一块数据区;
具有用户登录和注册的功能,如果用户没有用户名和密码就应该注册,如果有了用户名和密码就应该登陆;
-simulation of the UNIX file system should have the following features : multi-level directory structure, the first directory to the user name, the rest are in a subdirectory; Multi-user functions, eight users with a data area; With user login and registration functions, if users do not have a user name and secret the codes would be registered, if we have a user name and password should landing;
- 2022-07-21 08:38:49下载
- 积分:1