-
设计并实现一个多用户多级目录结构的文件系统,开发平台是Linux...
设计并实现一个多用户多级目录结构的文件系统,开发平台是Linux-Designed and implemented a multi-user multi-level directory structure of the file system, development platform is Linux
- 2022-08-03 14:14:50下载
- 积分:1
-
A basic kernel module (helloworld) the preparation, loading, unloading. Contains...
一个最基本的内核模块(helloworld)编写、加载、卸载。包含源码,建议在redhat9下编译运行。-A basic kernel module (helloworld) the preparation, loading, unloading. Contains the source code, it is recommended redhat9 compiled to run.
- 2022-05-29 13:18:24下载
- 积分:1
-
LINUX2.6 字符设备驱动程序,入门必看
LINUX2.6 字符设备驱动程序,入门必看-Char devise driver in LINUX2.6
- 2022-03-20 09:20:20下载
- 积分:1
-
基于Linux的USB芯片SL811主机驱动程序,由芯片厂家提供.
基于Linux的USB芯片SL811主机驱动程序,由芯片厂家提供.-err
- 2023-07-07 06:40:04下载
- 积分:1
-
Linux环境登陆源码
Linux环境登陆源码-landing-source Linux environment
- 2022-03-02 13:27:33下载
- 积分:1
-
一个功能比较强的下载软件,可以支持多个协议HTTP,FTP等
一个功能比较强的下载软件,可以支持多个协议HTTP,FTP等-a strong function of downloading software can support multiple protocols HTTP, FTP, etc.
- 2023-06-26 18:10:05下载
- 积分:1
-
LINUX under the RTC driver, I hope that everyone in this small program to learn...
LINUX下的RTC驱动程序,希望大家能从这个小程序中学习到LINUX驱动的编写方法-LINUX under the RTC driver, I hope that everyone in this small program to learn the preparation of LINUX-driven approach
- 2022-03-29 15:30:21下载
- 积分:1
-
SinFP是一种新的识别对方计算机操作系统类型的工具,它可以克服以往nmap工具的众多限制。...
SinFP是一种新的识别对方计算机操作系统类型的工具,它可以克服以往nmap工具的众多限制。-SinFP is a new computer operating system to identify other types of tools, It can overcome the many tools nmap restrictions.
- 2022-04-12 23:04:47下载
- 积分:1
-
本文用中文详细描述了编译器GCC的所有命令语法格式。
本文用中文详细描述了编译器GCC的所有命令语法格式。-this artical narates all the grammer of gcc in details
- 2023-02-18 04:35:03下载
- 积分:1
-
void DockWidget::dock() {
if (!docked) {
KWin::setSystemTrayWindowF...
void DockWidget::dock() {
if (!docked) {
KWin::setSystemTrayWindowFor(this->winId(), 0)
this->setFixedSize(24, 24)
this->show()
docked = true
}
}
- 2023-04-26 14:10:03下载
- 积分:1