-
C++编程思想例子程序(位容器)
C++编程思想例子程序(位容器)-C programming examples thinking (place containers)
- 2022-03-23 23:09:20下载
- 积分:1
-
This file is nios in the linux operating system of the uart device driver, the d...
这个文件是nios在linux操作系统下的uart设备的驱动,这个驱动可以支持4个uart设备。-This file is nios in the linux operating system of the uart device driver, the driver can support 4 uart devices.
- 2022-05-27 12:49:49下载
- 积分:1
-
基于linux squid的web管理界面源码,基于开源精神可以开放学习.
基于linux squid的web管理界面源码,基于开源精神可以开放学习.-linux java squid
- 2022-05-18 15:45:59下载
- 积分:1
-
This is a S3C2440 based on the VGA driver, which is fc.c driver, fc_test.c is th...
这是一个基于S3C2440 的VGA 驱动程序, 其中fc.c 是驱动程序,fc_test.c 是测试代码.
这是一个在LINUX frame buffer基础上利用
DMA 实现的高效驱动, 绝对原创!-This is a S3C2440 based on the VGA driver, which is fc.c driver, fc_test.c is the test code. This is a LINUX frame buffer based on the use of DMA to achieve high-performance drive, an absolute original!
- 2023-07-31 23:35:02下载
- 积分:1
-
latest electronic download, embedded systems micro
最新电子收下载,嵌入式系统的微模块化程序设计:实用状态图C_C++实现(3),状态机相关-latest electronic download, embedded systems micro- modular program design : Practical state diagram C_C achieve (3), the state-associated
- 2022-04-19 13:12:18下载
- 积分: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
-
ubuntu的速成学习手册 对初学者有很大的帮助,希望对你们有用...
ubuntu的速成学习手册 对初学者有很大的帮助,希望对你们有用-ubuntu accelerated learning manual for beginners there is a great help, I hope useful for you
- 2022-07-07 10:40:58下载
- 积分:1
-
unix 环境高级编程的经典书籍艺术一书的源代码和实例
unix 环境高级编程的经典书籍艺术一书的源代码和实例-high-level programming unix environment classic books art book
- 2022-05-26 12:54:56下载
- 积分:1
-
开源图书馆管理软件
开源图书馆管理软件-open source library management software
- 2022-09-19 16:15:04下载
- 积分:1
-
在Linux中,将bmp格式的图像转换成yuyv格式
在linux下,将bmp格式的图片转换成yuyv格式-In linux, will bmp format images converted into YUYV format
- 2023-01-28 18:50:03下载
- 积分:1