-
Dm9000 Network Driver Interface Solutions, linux platform
Dm9000网络接口驱动大全,linux平台的-Dm9000 Network Driver Interface Solutions, linux platform
- 2022-12-29 07:40: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
-
详细阐述
详解linux的实时时钟,写的很好-Elaborates on the real-time clock and write well
- 2022-02-01 01:40:55下载
- 积分:1
-
Image Viewer 1.2 is a Gtk sample application for show pictures
Image Viewer 1.2 is a Gtk sample application for show pictures
- 2022-06-16 05:02:27下载
- 积分:1
-
基于LINUX的操作系统的设备驱动程序的开发
基于LINUX的操作系统的设备驱动程序的开发-LINUX-based operating system, device driver development
- 2022-03-24 23:52:45下载
- 积分:1
-
qt的学习笔记,从简单的hello qt,连接信号,对话框,菜单和工具条。。。到2D和3D图形系统,opengl调用,非常实用...
qt的学习笔记,从简单的hello qt,连接信号,对话框,菜单和工具条。。。到2D和3D图形系统,opengl调用,非常实用-qt learning notes, from a simple hello qt, connecting signal, dialog, menu and toolbar. . . To 2D and 3D graphics system, opengl calls, very useful
- 2023-08-22 12:45:04下载
- 积分:1
-
In linux environment, the test cache performance benchmark
在linux环境下,测试cache的性能基准
- 2022-02-06 12:21:08下载
- 积分:1
-
可以写s3c2410 USB device的PC端USB驱动和程序
可以写s3c2410 USB device的PC端USB驱动和程序-Can write s3c2410 USB device the PC-side USB drive and procedures
- 2022-12-16 11:15:03下载
- 积分:1
-
linux 的client大文件传输
自己做得,opensuse
linux 的client大文件传输
自己做得,opensuse-linux large file transfer of the client doing, opensuse
- 2022-05-06 05:34:40下载
- 积分:1
-
under linux serial usb converter driver, learning linux driver development for r...
linux下usb转换串口的驱动程序,学习linux驱动开发的朋友可以参考一下。-under linux serial usb converter driver, learning linux driver development for reference for a friend.
- 2022-11-01 21:00:03下载
- 积分:1