-
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
-
ARM S3C2410A的GPS代码
arm s3c2410a下实现的GPS程序代码-arm s3c2410a GPS code
- 2023-03-18 23:55:03下载
- 积分:1
-
多媒体电话记录程序
多媒体电话记录程序-multimedia phone records procedures
- 2022-08-23 06:52:19下载
- 积分:1
-
这些代码和文本文件写在EUC
These code and text file are written in euc-jp-unix
- 2023-08-22 11:30:03下载
- 积分:1
-
函数参考(中文)
Linux C 函数参考(中文)-Linux C Function Reference (Chinese)
- 2023-01-07 14:00:03下载
- 积分:1
-
光学指纹头加密芯片IIC的驱动(linux 2.4)
光学指纹头加密芯片IIC的驱动(linux 2.4)-The first optical fingerprint encryption chip IIC driver (linux 2.4)
- 2022-03-17 20:43:23下载
- 积分:1
-
Linux 新手管理员手册中文版,适用于linux新手管理员
Linux 新手管理员手册中文版,适用于linux新手管理员-Chinese edition of LINUX_NEWBIE_ADMINISTRATOR_GUID,for linux novice administrator.
- 2022-07-05 08:40:48下载
- 积分:1
-
Format cramfs root file system+ configured boa web server
cramfs格式根文件系统+配置好的boa web服务器 -Format cramfs root file system+ configured boa web server
- 2022-05-23 07:10:56下载
- 积分:1
-
这是一本教你如何在Linux下进行网络开发的电子教材,如果你又兴趣不妨来试一下,它会给你奇妙的感觉。...
这是一本教你如何在Linux下进行网络开发的电子教材,如果你又兴趣不妨来试一下,它会给你奇妙的感觉。-This is a teach you how to network Linux developed under the e-learning materials, if you are interested may wish to try, it will give you a wonderful feeling.
- 2022-01-26 01:32:09下载
- 积分:1
-
进程管道通信
进程管道通信-The process of pipeline communications
- 2022-03-24 09:57:42下载
- 积分:1