-
指定进程下的线程监控器,用于系统调试使用。
指定进程下的线程监控器,用于系统调试使用。-Specified process under the thread monitor, debug for system use.
- 2023-06-01 22:45:03下载
- 积分:1
-
These code and text file are written in euc
These code and text file are written in euc-jp-unix-These code and text file are written in euc-jp-unix.
- 2023-08-12 11:50:03下载
- 积分:1
-
基于V4L的的编程和说明函数。对编写V4L的编写有很大的作用
基于V4L的的编程和说明函数。对编写V4L的编写有很大的作用-V4L-based programming and description of the function. In the preparation of V4L significant role in the preparation of
- 2022-03-21 14:42:44下载
- 积分:1
-
LUBBOCK板的BLOB
LUBBOCK板的BLOB-LUBBOCK board BLOB
- 2022-01-27 11:07:46下载
- 积分:1
-
Linux下telnet客户端的C++代码实现。初学者学习Telnet协议…
Linux下telnet客户端的C++代码实现。用于初学者对telnet协议的学习和简单telnet工具编写。由网上windows环境代码移植,直接通过make进行编译。-Linux telnet client of C code to achieve. For beginners telnet agreement learning tools and simple telnet prepared. Windows environment from the online code transplantation, directly through make computer.
- 2022-03-10 16:20:01下载
- 积分:1
-
关于LINUX安全内核的源代码
关于LINUX安全内核的源代码-security on Linux kernel source code
- 2022-04-13 09:04:34下载
- 积分:1
-
";UNIX网络编程技术和分析,";一本C源
《unix网络编程技术与分析》一书的C源程序-"Unix Network Programming Technology and Analysis," a book of C source
- 2022-07-09 16:37:16下载
- 积分:1
-
linux下的进程开发实例,对理解linux进程概念及操作有价值。
linux下的进程开发实例,对理解linux进程概念及操作有价值。-the process of development under linux examples linux process of understanding the concept and operation of value.
- 2022-01-22 16:50:12下载
- 积分:1
-
Debugging using gdb under linux detailed description of the procedure
在linux下使用gdb调试的详细说明程序
- 2022-03-22 03:37:18下载
- 积分:1
-
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