-
int show_char(int n, const char *name, chtype code)
{
const int height =...
int show_char(int n, const char *name, chtype code)
{
const int height = 16
int row = 4 + (n height)
int col = (n / height) * COLS / 2
mvprintw(row, col, " *s : ", COLS/4, name)
addch(code)
return n + 1
}- int show_char(int n, const char*name, chtype code)
{
const int height = 16
int row = 4+ (n height)
int col = (n/height)* COLS/2
mvprintw(row, col, "*s : ", COLS/4, name)
addch(code)
return n+ 1
}
- 2023-01-13 11:50:04下载
- 积分:1
-
primary linux tutorial, linux for beginners, very useful
linux初级教程,适合linux初学者,非常实用-primary linux tutorial, linux for beginners, very useful
- 2022-02-26 08:27:17下载
- 积分:1
-
Chinese version of Linux kernel, introduce Linux kernel in detail , helpful
Linux 内核的中文版,详细介绍了Linux内核的原理,值得一读! -Chinese version of Linux kernel, introduce Linux kernel in detail , helpful
- 2022-01-21 18:41:05下载
- 积分:1
-
linux下网卡8139的驱动程序源代码
linux下网卡8139的驱动程序源代码-NIC 8139 under the driver source code
- 2023-04-13 00:30:03下载
- 积分:1
-
使用C语言实现图文日历时钟
使用C语言实现图文日历时钟-use C language transmission Calendar Clock
- 2022-04-11 10:24:06下载
- 积分:1
-
kvm 源代码
kvm 源代码-KVM source code
- 2022-12-24 13:45:03下载
- 积分:1
-
最新Linux命令大全,常见命令以及很少用的命令都有收录。
最新Linux命令大全,常见命令以及很少用的命令都有收录。-Encyclopedia of the latest Linux commands, common commands, as well as seldom used commands are included.
- 2023-03-06 20:25:03下载
- 积分:1
-
从代码是ARM嵌入式系统NVRAM驱动下的源代码,包括…
上传代码是ARM嵌入式系统下的NVRAM的驱动源程序,包括读写的操作。-From the code is under the ARM embedded system NVRAM driver source code, including read and write operation.
- 2023-05-07 16:45:02下载
- 积分:1
-
在linux环境下的MP3播放软件,按照install文件可以进行安装和配置...
在linux环境下的MP3播放软件,按照install文件可以进行安装和配置
-linux environment in the MP3 player software, According to install files can be installed and configured
- 2022-01-23 11:03:25下载
- 积分:1
-
Linux工程师笔记
Linux工程师笔记-Linux Engineer Notes
- 2022-08-08 11:50:57下载
- 积分:1