-
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
-
MP3开放源码。 MP3开放源码。
MP3开放源码。 MP3开放源码。-MP3开放源码。MP3开放源码。
- 2022-01-26 02:58:11下载
- 积分:1
-
关于Linux 下的网络内核驱动开发的详细介绍,了角Linux网络驱动的良好教程...
关于Linux 下的网络内核驱动开发的详细介绍,了角Linux网络驱动的良好教程 -On the Linux kernel under the Network-driven development of a detailed introduction, the angle of a good Linux Network Driver Guide
- 2022-07-25 06:20:00下载
- 积分:1
-
跨平台,多数据库查看编辑和查询工具,平台支持windows,linux,数据库支持oracle,odbc,mysql,slite等...
跨平台,多数据库查看编辑和查询工具,平台支持windows,linux,数据库支持oracle,odbc,mysql,slite等-Cross-platform, multi-view editing and database query tools, platform support for windows, linux, database support oracle, odbc, mysql, slite, etc.
- 2022-06-11 20:06:06下载
- 积分:1
-
vivi_yaffs_v6 This is on the file system and BOOTLOADER
这是关于vivi_yaffs_v6的BOOTLOADER和文件系统-vivi_yaffs_v6 This is on the file system and BOOTLOADER
- 2022-01-21 18:50:32下载
- 积分:1
-
Linux 命令全集--本手册共收录了366个命令,注释详尽是你学习linux的好帮手!...
Linux 命令全集--本手册共收录了366个命令,注释详尽是你学习linux的好帮手!-Linux command Collection- This manual contains a total of 366 commands, comments in detail you learn linux is a good helper!
- 2022-07-17 04:18:19下载
- 积分:1
-
一个在LINUX下写的用gcc编译的进程管理程序,可以监视系统进程和增加和删除进程...
一个在LINUX下写的用gcc编译的进程管理程序,可以监视系统进程和增加和删除进程-A LINUX written under the gcc compiler with the process of management procedures, the system can monitor and delete process and increase the process of
- 2022-01-21 21:32:05下载
- 积分:1
-
石器时代8服务器源代码
石器时代8.0的服务端源码LINUX下开发-Stone Age 8.0 server source code developed under LINUX-Stone Age 8.0 server source code developed under LINUX
- 2022-05-21 02:18:19下载
- 积分:1
-
内存垃圾收集程序,整理内存碎片,提高内存利用率
内存垃圾收集程序,整理内存碎片,提高内存利用率- The memory trash collection procedure, reorganizes the memory
fragment, raises the memory use factor
- 2022-01-26 00:50:44下载
- 积分:1
-
练习,linux下基于TCP的多线程的ECHO服务
练习,linux下基于TCP的多线程的ECHO服务-exercises, linux-based TCP multithreaded ECHO services
- 2023-04-03 10:50:04下载
- 积分:1