-
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
-
SLAX/FanX制作livecd的完全脚本,适合内核2.4.*版本。这个脚本经过linuxfans.org atfa的patch,主要作用是可以在制作init...
SLAX/FanX制作livecd的完全脚本,适合内核2.4.*版本。这个脚本经过linuxfans.org atfa的patch,主要作用是可以在制作initrd文件中挂载FAT磁盘时加上 -o iocharset=cp936的参数。FanX-0.1.1和0.2.0就是使用这个脚本制作出来的。-SLAX/CD production FanX the complete script for kernel 2.4 .* version. After the script linuxfans.org atfa the patch, can be a major role in the production initrd document when mount disk with a FAT-o iocharset = cp936 parameters. FanX- 0.1.1 and 0.2.0 is the use of the script studios.
- 2022-02-21 17:25:41下载
- 积分:1
-
eclipse of the article hope that we can love
eclipse方面的的文章希望大家能够喜欢-eclipse of the article hope that we can love
- 2023-07-15 12:40:03下载
- 积分:1
-
linux下如何访问mysql
linux下如何访问mysql-how mysql visit
- 2022-03-25 08:26:21下载
- 积分:1
-
one tool used to control the real time logger
one tool used to control the real time logger
- 2023-06-28 08:30:04下载
- 积分:1
-
介绍了linux平台下minigui的移植
介绍了linux平台下minigui的移植-Introduced under the linux platform minigui transplant
- 2022-01-25 15:22:30下载
- 积分:1
-
Linux环境下,使用串口进行数据传输的实际例子。
Linux环境下,使用串口进行数据传输的实际例子。-Linux environment, using the serial port for data transfer practical examples.
- 2022-07-27 18:12:40下载
- 积分:1
-
boids of C language code, in the under LINUX
boids的C语言代码,在LINUX下实现-boids of C language code, in the under LINUX
- 2023-05-19 07:35:04下载
- 积分:1
-
主要是实现在linux操作系统中对实现USB事件的监测。
主要是实现在linux操作系统中对实现USB事件的监测。-Mainly in the linux operating system to achieve the realization of USB to monitor events.
- 2022-03-23 13:41:41下载
- 积分:1
-
linux的串口设置文件,包含h和cpp文件。
linux的串口设置文件,包含h和cpp文件。-linux serial port setup code:.h,.cpp
- 2022-06-01 01:21:07下载
- 积分:1