-
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
-
彩色图象分割算法,源程序,可以运行的 ,我测试过的
彩色图象分割算法,源程序,可以运行的 ,我测试过的
- 2022-03-31 11:15:30下载
- 积分:1
-
实现了多处理器上的FFT编程,可任意设置进程个数
实现了多处理器上的FFT编程,可任意设置进程个数-Achieved a multi-processor FFT on the programming process can be arbitrarily set the number of
- 2022-01-26 06:52:41下载
- 积分:1
-
PPT application development embedded linux tutorials, Huaqing vision of the entr...
嵌入式linux应用程序开发 PPT教程,华清远见入门级教程-PPT application development embedded linux tutorials, Huaqing vision of the entry-level tutorial
- 2023-05-25 20:40:04下载
- 积分:1
-
GNUAssembler的说明
GNUAssembler的说明-GNUAssembler explanation
- 2023-05-17 09:35:03下载
- 积分:1
-
it a code for knapsack
it a code for knapsack
- 2022-05-12 13:45:01下载
- 积分:1
-
有关于linux下的线程实验,包含有线程的创建、挂起,通过此例可熟悉线程操作...
有关于linux下的线程实验,包含有线程的创建、挂起,通过此例可熟悉线程操作-Under the thread on the linux experiment contains thread creation, hang by a thread in this case may be familiar with the operation! !
- 2022-04-11 01:55:23下载
- 积分:1
-
busybox嵌入式linux工具箱,构成精简工具集
busybox嵌入式linux工具箱,构成精简工具集-busybox embedded Linux toolkit constitute streamline toolkit
- 2023-02-11 01:15:04下载
- 积分:1
-
SCO UNIX book learning
SCO UNIX学习宝典-SCO UNIX book learning
- 2022-10-27 21:55:04下载
- 积分:1
-
一个牛人写的超详细的makefile编写文档,每个linux人都应该拥有一份。...
一个牛人写的超详细的makefile编写文档,每个linux人都应该拥有一份。-Cattle were to write a super detailed documentation makefile prepared, each person should have a linux one.
- 2022-08-07 03:52:53下载
- 积分:1