-
FIC8120 program StartCell_Driver
FIC8120方案的 StartCell_Driver-FIC8120 program StartCell_Driver
- 2022-02-27 07:05:54下载
- 积分:1
-
a dynamic process dates c
一个动态日期c程序-a dynamic process dates c
- 2023-01-02 20:40:03下载
- 积分:1
-
unix网络编程daytimetcpcli
unix网络编程daytimetcpcli-daytimetcpcli
- 2022-03-22 04:42:19下载
- 积分:1
-
本文介绍了嵌入式操作系统Linux中的串口应用编程方法。对需要进行串口编程的人有一定的帮助。...
本文介绍了嵌入式操作系统Linux中的串口应用编程方法。对需要进行串口编程的人有一定的帮助。-This paper introduces the embedded Linux operating system serial programming method. The need for the serial programming will help.
- 2022-03-19 11:59:00下载
- 积分:1
-
ldd 3 linux device driver, the driver now is the best tutorial.
ldd 3 linux device driver ,目前来说是最好的驱动教程。-ldd 3 linux device driver, the driver now is the best tutorial.
- 2022-06-29 13:31:10下载
- 积分:1
-
APACHE安装笔记
APACHE安装笔记-APACHE installed Notes
- 2023-04-15 23:00:03下载
- 积分:1
-
数据库算法源代码,一本关于uCOS
数据库算法源代码,一本关于uCOS-II的经典教程,特别适合嵌入式系统开发的人员-database algorithm source code, an on uCOS-II classic handbook, particularly for embedded systems development staff
- 2022-05-26 21:32:29下载
- 积分:1
-
GDB常用命令,按照需要查询,附带命令的简单描述
GDB常用命令,按照需要查询,附带命令的简单描述-useful GDB commands
- 2023-05-10 14:55:03下载
- 积分:1
-
linux 下的sgip 协议实现, 能够从server 接受短信内容, 并且能够发送短信给手机用户...
linux 下的sgip 协议实现, 能够从server 接受短信内容, 并且能够发送短信给手机用户-sgip under the agreements achieved, can accept messages from the server, and can send text messages to mobile phone users
- 2022-06-03 14:14:26下载
- 积分: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