-
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
-
《linux设备驱动程序》第二版英文pdf版
《linux设备驱动程序》第二版英文pdf版- Linux device driver, the second edition of the English pdf version
- 2022-07-19 19:06:02下载
- 积分:1
-
医学图像,电子显微镜图像的专业处理软件的C++/Python源码,可以采用不同的方法自动识别并筛选目标物体,可以对图像进行任何通用可视化操作(缩放,度量,裁减等...
医学图像,电子显微镜图像的专业处理软件的C++/Python源码,可以采用不同的方法自动识别并筛选目标物体,可以对图像进行任何通用可视化操作(缩放,度量,裁减等等)。源码跨windows/unix平台,结合C++/Python应用,同时也是学习跨平台,跨语言编程的好范例。-Medical images, electron microscope images of professional processing software, C++/Python source code, you can use different methods automatically identify and filter the objects, you can visualize the image in any general-purpose operations (zoom, measure, cut, etc.). Source Cross-windows/unix platform, combined with C++/Python applications, also suitable to study cross-platform, cross-language programming as a good example.
- 2023-05-16 23:40:03下载
- 积分:1
-
1)Firstly, open wvfb
2)Sencondly, run fhas_win32.exe, and then see the effect...
1)Firstly, open wvfb
2)Sencondly, run fhas_win32.exe, and then see the effect on wvfb, click on the button by mouse. -1) Firstly, open wvfb2) Sencondly, run fhas_win32.exe, and then see the effect on wvfb, click on the button by mouse.
- 2022-05-17 10:11:50下载
- 积分:1
-
Qt及Linux操作系统、窗口设计。用于软件Qtopia的2本书…
QT及linux操作系统窗口设计。书中用的软件有Qtopia 2.1.1,Qt/Embedded 3.4,Qt/X11 3.4,KDE 3.5/X windows的X11R682.-QT and the linux operating system, window design. Book used in software Qtopia 2.1.1, Qt/Embedded 3.4, Qt/X11 3.4, KDE 3.5/X windows in X11R682.
- 2022-03-22 20:48:42下载
- 积分:1
-
UNIX文件系统摸拟
UNIX文件系统摸拟-UNIX file system simulation
- 2023-03-19 13:30:03下载
- 积分:1
-
FOR LINUX /UNIX 2.4 KERNEL 8139 driver
8139网卡驱动 for linux/unix 只针对2.4内核 其他内核不保证可用-FOR LINUX /UNIX 2.4 KERNEL 8139 driver
- 2022-02-21 13:28:20下载
- 积分:1
-
由于这是本人近一年前初学vb时的作品,所以比较幼稚,适合初学者使用和练习。祝大家国庆快乐,合家欢乐,发财发财再发财...
由于这是本人近一年前初学vb时的作品,所以比较幼稚,适合初学者使用和练习。祝大家国庆快乐,合家欢乐,发财发财再发财-because this my almost a year ago when a vb the works, more naive, for beginners to use and practice. I wish you all a happy National Day, and family happiness, fortune fortune to get rich again
- 2022-03-22 05:50:34下载
- 积分:1
-
一个小的qt3程序,可以帮助初学者的理解,主要是体现控件的应用等...
一个小的qt3程序,可以帮助初学者的理解,主要是体现控件的应用等-Qt3 a small program that can help beginners to understand, mainly reflect the application of control
- 2022-02-13 03:39:57下载
- 积分:1
-
几种图像格式之间的转换
几种图像格式之间的转换-several image formats between conversion
- 2022-01-23 10:30:43下载
- 积分:1