-
串口调试工具,在开发板和pc链接后,可以直接测试串口的传送。...
串口调试工具,在开发板和pc链接后,可以直接测试串口的传送。-Serial debugging tools, development boards and pc link, serial transmission can be directly tested.
- 2022-03-28 11:00:44下载
- 积分:1
-
linux设备驱动开发详解(书代码).
linux设备驱动开发详解(书代码). -linux设备驱动开发详解(书代码).linux设备驱动开发详解(书代码).
- 2022-10-13 23:35:03下载
- 积分:1
-
这是一个在linux下获取系统信息的源代码,希望对大家有用!
这是一个在linux下获取系统信息的源代码,希望对大家有用!-This is a linux system information under the access to source code, in the hope that useful to everybody!
- 2022-02-20 09:42:03下载
- 积分:1
-
触摸屏驱动程序。
touch screen driver.
- 2022-04-27 08:59:53下载
- 积分:1
-
UNIX/LINUX下,一个封装很好的,读写INI文件的类。
UNIX/LINUX下,一个封装很好的,读写INI文件的类。-UNIX/Linux, a good Packaging, INI file reading and writing class.
- 2022-08-24 22:14:33下载
- 积分:1
-
uclinux在linux环境下配置编译全程录像
uclinux在linux环境下配置编译全程录像-uClinux configuration in the linux environment to compile the whole video
- 2023-07-29 02:25:04下载
- 积分:1
-
GIVEIO is under the Windows/Linux platform and the mouth driver,
had this actuat...
GIVEIO为Windows/Linux平台下的并口驱动程序,有了这个驱动,你可以让你的PC作为一个真正的Host来控制目标平台的FLASH烧写等任务.-GIVEIO is under the Windows/Linux platform and the mouth driver,
had this actuation, you may let your PC take true Host controls the
goal platform the FLASH fever to write and so on the duty
- 2022-04-29 06:58:04下载
- 积分:1
-
平淡是一种基于网络书签的仓库,它可以记录所有的输入…
Insipid 是一款基于Web书签仓库。很方面的记录下各种输入输出信息。
-Insipid is a bookmark warehouse based on Web, which can record all the input and output information conveniently.
- 2022-01-28 05:47:38下载
- 积分: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+timer
内核定时器的使用+linux+timer-The use of the kernel timers+ linux+ timer
- 2022-07-01 06:46:22下载
- 积分:1