-
linux 经验学习录,是你学习linux入门的好教材!
linux 经验学习录,是你学习linux入门的好教材!-linux experiential learning record, is that you started to learn linux is good material!
- 2022-12-30 17:40: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
-
一个在linux下跟踪内存泄露的小程序,一般在linux下可以用 mtrace valgrind来做,但是在嵌入式上,由于内存的限制,mtrace valgri...
一个在linux下跟踪内存泄露的小程序,一般在linux下可以用 mtrace valgrind来做,但是在嵌入式上,由于内存的限制,mtrace valgrind都显得束手无策-Tracking a memory leak under linux small procedures, usually under linux can be used mtrace valgrind to do, but in the embedded, due to memory limitations, mtrace valgrind are able to do much about
- 2022-02-26 22:11:28下载
- 积分:1
-
Video Surveillance
视频监控-Video Surveillance
- 2022-05-25 23:59:12下载
- 积分:1
-
Image Viewer 1.8 is a Gtk sample application for show pictures
Image Viewer 1.8 is a Gtk sample application for show pictures
- 2022-01-26 06:40:55下载
- 积分:1
-
这是一个Linux平台下的VCD播放软件
这是一个Linux平台下的VCD播放软件- This is Linux under platform VCD broadcast software
- 2022-11-22 16:15:03下载
- 积分:1
-
Credit
图形学分形演示程序,注意是在UNIX/Linux下的,需要X11环境
-Credit-shaped graphics demo program, attention in the UNIX/Linux under the need for X11 environment
- 2022-01-31 09:32:21下载
- 积分:1
-
LINUX内核2.4.20
LINUX内核2.4.20-2.6.18升级用,用了这个很容易升级的-LINUX kernel 2.4.20-2.6.18 upgrade with the upgrade very easy
- 2022-09-13 03:30:04下载
- 积分:1
-
《C++ GUI Qt3编程》中文版书籍中所有例子的源代码,使用qmake工具编译!...
《C++ GUI Qt3编程》中文版书籍中所有例子的源代码,使用qmake工具编译!-《C++ GUI Qt3 Programming》 Chinese editions of printed books in the source code for all examples, use the qmake tool to compile!
- 2022-05-23 03:28:51下载
- 积分:1
-
linux下rar程序,可以压缩并解压rar文件,在linux下使用非常方便。...
linux下rar程序,可以压缩并解压rar文件,在linux下使用非常方便。-rar program under linux, you can compress and extract rar files in linux is very convenient to use.
- 2022-07-06 18:45:28下载
- 积分:1