-
The use of a side under LINUX
-一个LINUX下的使用方便 的CD-ROM刻录软件,开放源码,编译后即可使用-- The use of a side under LINUX
- 2022-05-13 14:17:36下载
- 积分:1
-
金融加密机sjl06型集成的API,可以产生50毫…
金融加密机SJL06型集成API,得到生产每天5000万笔交易验证,请放心使用。-Financial encryption machine SJL06 type integrated API, to be producing 50 million transactions per day verification, please rest assured to use.
- 2022-04-28 16:11:09下载
- 积分:1
-
一个在linux环境下的ftp的实现程序!
一个在linux环境下的ftp的实现程序!-an environment in the ftp program to realize!
- 2022-02-22 00:23:32下载
- 积分:1
-
In the PXA270 on the IO drive, including the keyboard. LED. Such test source cod...
在PXA270上的IO驱动,包括键盘。LED.等试验的源代码。-In the PXA270 on the IO drive, including the keyboard. LED. Such test source code.
- 2023-08-30 00:25:03下载
- 积分:1
-
source code of a ps like
source code of a ps like
- 2022-08-06 05:57:33下载
- 积分:1
-
讲述如何在Linux平台上开发出高性能服务器.
讲述如何在Linux平台上开发出高性能服务器.-Describes how in the Linux platform to develop high-performance servers.
- 2022-02-26 00:11:44下载
- 积分:1
-
unix下tftp服务器源码
unix下tftp服务器源码-under tftp server source
- 2022-03-18 23:16:52下载
- 积分:1
-
sl811主机源代码
sl811主机源代码-sl811 mainframe source code
- 2022-03-08 08:47:19下载
- 积分:1
-
硬件设备管理标准接口,标准定义的安全…
HIP 硬件设备管理标准接口,SAF定义的标准接口实现-HIP hardware device management standard interfaces, SAF definition of the standard interfaces
- 2023-03-02 22:25:03下载
- 积分: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