-
C / C++ util包下一些Unix,如原木、纸、时间、异常,等等。
一些unix下的c/c++的util包,例如日志、文件、时间、异常等-Some unix under c/c++ The util package, such as logs, paper, time, unusual, etc.
- 2022-04-16 04:20:37下载
- 积分:1
-
davinci linux drivers
davinci linux drivers
- 2023-01-18 12:10:03下载
- 积分:1
-
Simple shell using pipes on C/C++ Linux
Simple shell using pipes on C/C++ Linux
- 2022-07-15 19:53:15下载
- 积分:1
-
系统linux的安装与卸载过程
系统linux的安装与卸载过程-System linux installation and uninstallation process
- 2022-04-28 16:52:12下载
- 积分:1
-
linux 2.6.13的摄像头驱动。SPCAXXX的驱动。打补丁版本
linux 2.6.13的摄像头驱动。SPCAXXX的驱动。打补丁版本-linux 2.6.13-driven camera. SPCAXXX drive. Patch version
- 2023-08-08 09:55:03下载
- 积分:1
-
I wrote it myself udp service procedures, for remote real
我自己写的udp服务程序,用于远程电机实时控制,包括client和server。编译通过运行正常。-I wrote it myself udp service procedures, for remote real-time control, including the client and server. Compiled by operating normally.
- 2022-01-26 06:26:47下载
- 积分:1
-
zd1211lnxdrv_2_22_0_0
ZD1211LnxDrv_2_22_0_0
for linux2.4
- 2022-06-16 21:20:10下载
- 积分:1
-
Linux音频编程指南,通过代码详细介绍了Linux环境下的音频编程。...
Linux音频编程指南,通过代码详细介绍了Linux环境下的音频编程。-Linux Audio Programming Guide, by the code described in detail under the Linux audio programming environment.
- 2022-09-10 04:25:02下载
- 积分:1
-
LZW data compression/expansion demonstration program Mark R. Nelson 1989
LZW data compression/expansion demonstration program Mark R. Nelson 1989
- 2022-07-28 09:45:58下载
- 积分: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