-
使用消息队列的例子
使用消息队列的例子 -The example for using message q
- 2023-07-28 16:15:02下载
- 积分:1
-
一个Open Source的小型图形系统,支持多窗口剪切,Truetype字体,JPEG,GIF图形...
一个Open Source的小型图形系统,支持多窗口剪切,Truetype字体,JPEG,GIF图形-A small Open Source graphics system to support multi-window shearing, Truetype fonts, JPEG, GIF graphics
- 2022-08-13 11:13:41下载
- 积分:1
-
linux下的开源播放器vlc的源代码,供相关开发人员参考;
linux下的开源播放器vlc的源代码,供相关开发人员参考;-under the open source linux player vlc source code for the relevant developer reference
- 2023-06-19 03:25:05下载
- 积分:1
-
MiniGui
Linux 上层UI 某IC公司内部 源码,库文件,一些RES,嗯就这些了-MiniGui
- 2022-06-03 04:47:40下载
- 积分:1
-
This book is known as the UNIX program Bible Advanced Programming in the UNIX E...
本书是被誉为UNIX编程“圣经”的Advanced Programming in the UNIX Environment一书的第2版(英文版)-This book is known as the UNIX program Bible Advanced Programming in the UNIX Environment (second edition)
- 2022-02-03 05:09:47下载
- 积分:1
-
将.rar去掉后用bin方式传到sco unix上解包。
需要在sco unix 5.0.5以上,informix7.0以上环境运行。在其它环境运行需要重新...
将.rar去掉后用bin方式传到sco unix上解包。
需要在sco unix 5.0.5以上,informix7.0以上环境运行。在其它环境运行需要重新make.
-will. Rar removed after using bin way sco unix reached on a package. Unix sco in 5.0.5 above, the operating environment informix7.0 above. In other environments need to re-make running.
- 2022-02-03 19:43:44下载
- 积分:1
-
是一份LINUX下面的C语言编程的资料,讲的很详细,是超星格式的,对LINUX下的C开发感兴趣的可以看看。...
是一份LINUX下面的C语言编程的资料,讲的很详细,是超星格式的,对LINUX下的C开发感兴趣的可以看看。-LINUX is a C language programming the following information, speak in great detail, is Chaoxing format of the C development under LINUX interested can look at.
- 2022-11-14 13:45:07下载
- 积分:1
-
linux 与unix shell编程指南
linux 与unix shell编程指南-with unix shell programming guide
- 2022-04-01 22:28:06下载
- 积分:1
-
软件换肤在VC中实现,请使用
软件换肤在VC中的实现,请使用-software Eurocargo in the realization of VC, please use
- 2023-04-24 20:20:02下载
- 积分: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