-
操作系统内核实习,模拟Shell命令,运行执行后可以使用一些Shell命令...
操作系统内核实习,模拟Shell命令,运行执行后可以使用一些Shell命令-Operating system kernel internships, simulation Shell command to run after the implementation can use some Shell command
- 2022-08-16 05:40:39下载
- 积分:1
-
这是一个关于pci设备的驱动源码,非常适合linux下pci设备驱动的开发...
这是一个关于pci设备的驱动源码,非常适合linux下pci设备驱动的开发-This is a pci device driver on the source, very suitable for pci under linux device driver development
- 2022-03-12 05:21:08下载
- 积分:1
-
The new version supports up to 243 kinds of games, a lot of hope that everyone c...
新版本支持了多达243种游戏,希望大家多多关注linux,我今后争取长年供源并提供最新的版本给各位linux用户-The new version supports up to 243 kinds of games, a lot of hope that everyone concerned about the linux, I will fight for many years and provide the source for the latest version to all linux users
- 2022-08-07 13:14:19下载
- 积分:1
-
实现温控系统 的不可或缺的材料;请多多下载
实现温控系统 的不可或缺的材料;请多多下载-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsNTCurrentVersionSL,将右侧SkipRearm键值0改为1
- 2022-03-23 00:35:24下载
- 积分:1
-
这是C++封装类。开发人员可以轻松地开发多线程程序…
This pthread c++ wrapper class. Developer can easily develop multithread programs with GNU C++ just like developing those modern languages (Java, Qt, C# ...). -This is pthread c++ wrapper class. Developer can easily develop multithread programs with GNU C++ just like developing those modern languages (Java, Qt, C# ...).
- 2022-01-25 19:55:45下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立菜单项
for(i=0 i
- 2022-04-02 11:01:45下载
- 积分:1
-
Vim 中文文档
Vim 中文文档-Vim Chinese Documents
- 2023-02-09 23:35:04下载
- 积分:1
-
SVF parser Linux下的SVF文件剖析器
SVF parser Linux下的SVF文件剖析器-SVF parser
- 2022-03-16 20:19:16下载
- 积分:1
-
时域有限差分法求解麦克斯韦方程,选择边界吸收条件和理想匹配层法...
时域有限差分法求解麦克斯韦方程,选择边界吸收条件和理想匹配层法-Time-domain finite difference method for solving Maxwell" s equations
- 2022-09-26 15:30:03下载
- 积分:1
-
linux多线程矩阵相乘(C++)
采用多线程技术,对于每行每列的计算都进行了相应的线程操作。...
linux多线程矩阵相乘(C++)
采用多线程技术,对于每行每列的计算都进行了相应的线程操作。-linux multi-threaded matrix multiply (C++)
- 2022-08-26 14:10:18下载
- 积分:1