-
这是本公司做UNIX开发时所需要用到的一个类库的源代码,希望对在unix下的开发有所帮助!...
这是本公司做UNIX开发时所需要用到的一个类库的源代码,希望对在unix下的开发有所帮助!-This is a UNIX development of the Company to do when the need to resort to a class library source code, in the hope that the next development in the unix help!
- 2022-03-02 15:06:33下载
- 积分:1
-
客户端发送消息 客户端发送消息
客户端发送消息 客户端发送消息-The client sends the message the client sends the message the client sends the message
- 2022-02-04 08:06:33下载
- 积分:1
-
电子书.小说,图书阅读,应用与LINUX平台,7500C...
电子书.小说,图书阅读,应用与LINUX平台,7500C-E-book. Fiction, books to read, application and LINUX platforms, 7500C
- 2022-08-11 01:58:58下载
- 积分:1
-
to get the sys_call_table in linux kernel 2.6
系统调用表的获取,已在2.6平台上测试,2.6平台的系统调用表不在导出,当然你也可以通过编译内核导出-to get the sys_call_table in linux kernel 2.6
- 2022-04-02 06:32:06下载
- 积分:1
-
将需要公开的接口用一个句柄类封装起来,调用者只通过封装的句柄类来调用实现, 这样,将调用与实现隔离开来,或者说只让调用看到它所需要看到的接口。这样的话,只要 保...
将需要公开的接口用一个句柄类封装起来,调用者只通过封装的句柄类来调用实现, 这样,将调用与实现隔离开来,或者说只让调用看到它所需要看到的接口。这样的话,只要 保证接口不变,那么实现代码的中要添加一些变量,函数,将不会影响到调用者。-will require an open interface with a handle Packaging category, called only by the Packaging category to handle Call, which would call and to achieve separation, or call only need to see it to see the interface. So, as long as the guarantee the same interface, then the realization of the code necessary to add some variables, function and will not affect the person to call.
- 2022-01-24 12:47:47下载
- 积分: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
-
isp116x系列在linux下的驱动程序的USB芯片
isp116x系列USB芯片在LINUX下的驱动程序-isp116x series of USB chip in the Linux Driver
- 2022-05-30 15:38:23下载
- 积分:1
-
Linux的~(obotj >;kysp ~ ~ ~ ih18 } { } PCI
linux~{OBOTJ>KySP~}pci~{Ih18~}
- 2022-03-19 10:31:05下载
- 积分:1
-
linux下的串口编程例程,包括一些简单的说明
linux下的串口编程例程,包括一些简单的说明-under linux Serial Programming routines, including some simple explanation
- 2022-03-13 20:21:50下载
- 积分:1
-
jphs是一个linux系统下可对JPEG图像进行信息隐藏的程序
jphs是一个linux系统下可对JPEG图像进行信息隐藏的程序-jphs is a linux system of JPEG image information hiding procedure
- 2022-02-21 10:58:44下载
- 积分:1