-
Linux的Perl编程
linux perl programming
- 2023-04-07 13:15:04下载
- 积分: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
-
pthread_t created with input from the standard input of the number N of N thread...
用pthread_t创建由标准输入端输入个数N的N个线程,分别计算各自的结果,再返回给主进程.-pthread_t created with input from the standard input of the number N of N threads, calculate their results and then back to the main process.
- 2022-07-03 04:29:20下载
- 积分:1
-
Blue
Blue-small-1.2.tar.bz2.rar
- 2022-01-30 15:06:32下载
- 积分:1
-
linux多线程矩阵相乘(C++)
采用多线程技术,对于每行每列的计算都进行了相应的线程操作。...
linux多线程矩阵相乘(C++)
采用多线程技术,对于每行每列的计算都进行了相应的线程操作。-linux multi-threaded matrix multiply (C++)
- 2022-08-26 14:10:18下载
- 积分:1
-
四个继电器输出,基于2.4个驱动程序和测试程序。
四路继电器输出,基于linux 2.4的驱动及测试程序.-Four relay outputs, based on the linux 2.4 driver and testing procedures.
- 2022-05-17 01:44:37下载
- 积分:1
-
its the source code for tcp sockets to be used in any unicast environment under...
its the source code for tcp sockets to be used in any unicast environment under Linux environment.
- 2022-02-25 07:22:37下载
- 积分:1
-
运行在linux下的聊天软件
运行在linux下的聊天软件-running under Linux chat software
- 2022-09-25 03:30:02下载
- 积分:1
-
Bluetooth
蓝牙
- 2022-08-14 03:00:07下载
- 积分:1
-
数字DATCOM源代码和实例
Digital DATCOM Source Code and Examples
- 2022-04-30 21:27:34下载
- 积分:1