-
嵌入式ARM程序相称
Comport programe for Embedded arm-linux (including Makefile)
- 2022-03-29 05:51:24下载
- 积分:1
-
GNUAssembler的说明
GNUAssembler的说明-GNUAssembler explanation
- 2023-05-17 09:35:03下载
- 积分:1
-
华中科技大学操作系统课程设计 linux环境下编的一个资源管理器...
华中科技大学操作系统课程设计 linux环境下编的一个资源管理器-Huazhong University of Science and Technology curriculum design linux operating system environment under a resource manager
- 2022-04-27 07:08:43下载
- 积分:1
-
linux下的串口精灵的类似软件,为嵌入式软件开发人员提供一个在linux下的串口调试的工具...
linux下的串口精灵的类似软件,为嵌入式软件开发人员提供一个在linux下的串口调试的工具-linux serial port under the Wizard of similar software for embedded software developers to provide a serial port under linux debugging tools
- 2022-04-01 09:06:16下载
- 积分:1
-
Unix/Linux server/client through the TCP/IP communications procedures
Unix/Linux下服务端/客户通过TCP/IP通讯的程序-Unix/Linux server/client through the TCP/IP communications procedures
- 2023-05-16 01:35:04下载
- 积分:1
-
2.3.7基于QTE做趋势图控件可以单独操作,是…
基于qte 2.3.7做的 趋势图控件,可单独运行,目前只显示正负电压值跟踪-Qte 2.3.7 to do based on the trend graph control can be a separate operation, is currently only shows the value of positive and negative voltage tracking
- 2022-03-20 15:05:48下载
- 积分:1
-
xmanager是Windows 95/98/ME和Windows NT/2000/XP 平台下一个性能优秀的X11R6 PC X服务器。就像运行在PC上的任何...
xmanager是Windows 95/98/ME和Windows NT/2000/XP 平台下一个性能优秀的X11R6 PC X服务器。就像运行在PC上的任何Windows应用程序一样,它可以无缝拼接到UNIX 应用程序中。在UNIX/Linux和Windows网络环境中,Xmanager 是最好的连通解决方案-Xmanager is a Windows 95/98/ME and Windows NT/2000/XP platform for outstanding performance under a X11R6 PC X server. Like running on the PC on any Windows applications, it can be seamless connection to UNIX applications. In the UNIX/Linux and Windows network environment, Xmanager is the best connectivity solution
- 2023-02-26 01:05:08下载
- 积分:1
-
Qtopia的键盘插件,可用在linux嵌入式系统中
Qtopia的键盘插件,可用在linux嵌入式系统中-Qtopia keyboard plug-in, can be used in embedded system linux
- 2022-05-24 04:50:04下载
- 积分:1
-
Linux常用命令全集 包含基本常用命令
Linux常用命令全集 包含基本常用命令-The Complete Works of commonly used Linux commands include basic common command
- 2022-03-02 14:33:45下载
- 积分:1
-
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(ro...
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(rows+3, cols+4, 3, 20)
subwin = derwin(win, rows, cols, 1, 2)
set_form_sub(form, subwin)
box(win, 0, 0)
keypad(win, TRUE)
post_form(form)
refresh()
wrefresh(win)
wrefresh(subwin)
//设置覆盖模式
form_driver(form, REQ_OVL_MODE)
- 2023-04-25 08:50:03下载
- 积分:1