-
Linux 下编程的三个重要工具(ZT).rar
Linux 下编程的三个重要工具(ZT).rar-Linux Programming three important tools (ZT). Rar
- 2022-03-30 11:27:08下载
- 积分: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
-
这个代码是实现了将给定的bmp图片转换成linux所识别的logo启动画面...
这个代码是实现了将给定的bmp图片转换成linux所识别的logo启动画面-This code changed the bmp picture to the logo which can be recongnized by linux
- 2022-03-20 16:22:57下载
- 积分:1
-
书
book
- 2022-01-21 23:21:43下载
- 积分:1
-
锁屏软件 需要输入密码 密码见源代码内
锁屏软件 需要输入密码 密码见源代码内 -Lock screen software requires a password in your password, see the source code
- 2022-02-03 07:35:02下载
- 积分:1
-
linux/kd.h文件中介绍了ioctl函数能够使用的命令,该文件中包含了各种命令的使用例子...
linux/kd.h文件中介绍了ioctl函数能够使用的命令,该文件中包含了各种命令的使用例子-linux/kd.h document introduced the ioctl function to use the command, the document contains examples of the use of a variety of command
- 2023-08-13 03:15:02下载
- 积分:1
-
在linux下利用video4linux接口采集单幅图像
在linux下利用video4linux接口采集单幅图像-grab one picture via video4linux in linux
- 2022-05-25 18:07:43下载
- 积分:1
-
C++ GUI Programming with Qt 4 Chinese version and its source code, specifically...
C++ GUI Programming with Qt 4 中文版及其源代码,特意上传给朋友们分享-C++ GUI Programming with Qt 4 Chinese version and its source code, specifically to share uploaded to a Friend
- 2022-02-04 12:23:35下载
- 积分:1
-
Linux C函数库参考手册 ,pdf
Linux C函数库参考手册 ,pdf -Linux C Library Reference Manual, pdf
- 2022-01-28 06:05:02下载
- 积分:1
-
一个高级培训班的内部资料,非常宝贵,读者可以掌握嵌入式基本思路
一个高级培训班的内部资料,非常宝贵,读者可以掌握嵌入式基本思路-A high-level training of internal information, are very valuable, readers can grasp the basic ideas embedded
- 2022-04-29 14:23:26下载
- 积分:1