-
ncurses中文解释
ncurses中文说明-ncurses Chinese explanation
- 2022-05-25 06:12:38下载
- 积分:1
-
创建一个符合iso
创建一个符合iso-9660标准的iso文件系统,应用于Linux/UNIX平台。-Create an iso-9660 standard iso file system, used in Linux/UNIX platforms.
- 2023-03-28 10:10:03下载
- 积分:1
-
linux 得初始化。
linux 得初始化。-initialization.
- 2022-03-17 03:48:16下载
- 积分:1
-
耀文提供视频捕获设备统一接入。现在你可以行动。
unicap provides an uniform access to video capture devices. Currently you can access v4l, v4l2, IIDC 1394 ( DCAM ) cameras and video to firewire converters with a single API. New devices can be added via a plugin system-unicap provides an uniform access to video capture devices. Currently you can access v4l. v4l2. IIDC 1394 (DCAM) cameras and video to Firewire c onverters with a single API. New devices can be a dded via a plugin system
- 2023-07-14 21:15:03下载
- 积分:1
-
这是用minigui做的键盘代码,想学键盘编程的,可以学习一下。...
这是用minigui做的键盘代码,想学键盘编程的,可以学习一下。-This is done with the minigui keyboard code, want to learn the keyboard programming, you can learn about.
- 2022-05-18 15:13:30下载
- 积分:1
-
Intel提供的在Sitsang等嵌入式开发平台上使用Linux操作系统,基于IPP4.0库的MP3编码器源代码...
Intel提供的在Sitsang等嵌入式开发平台上使用Linux操作系统,基于IPP4.0库的MP3编码器源代码-Intel Sitsang Evaluation Board in the embedded development platform such as the use of the Linux operating system, based on IPP4.0 for the MP3 encoder source code
- 2022-07-21 05:18:08下载
- 积分:1
-
Qt是一个跨
QT是一个跨平台的开发工具,在linux中也可以使用qt,本文件介绍了在linux下进行qt开发图形用户界面!-QT is a cross-platform development tool, linux can also be used qt, this document describes the qt under linux development of graphical user interface!
- 2022-03-13 13:54:03下载
- 积分:1
-
JPEG作为一种常用文件格式,这是JPEG文件格式的详细介绍,JPEG标准,...
JPEG作为一种常用文件格式,这是JPEG文件格式的详细介绍,JPEG标准,-used as a JPEG file format, which is the JPEG file format, as detailed in the JPEG standard,
- 2022-11-02 15:35: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
-
linux下如何访问mysql
linux下如何访问mysql-how mysql visit
- 2022-03-25 08:26:21下载
- 积分:1