-
AT&T汇编语言的I386依赖特征的特别说明,LINUX开发的必备资料
AT&T汇编语言的I386依赖特征的特别说明,LINUX开发的必备资料-ATT assembler language of I386 on the special features of note, LINUX development of the requisite information
- 2022-01-26 02:31:54下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.
")
mvaddstr(17, 1, "Press q to quit.
")
refresh()
wrefresh(win) - //初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.
")
mvaddstr(17, 1, "Press q to quit.
")
refresh()
wrefresh(win)
- 2023-08-24 18:05:03下载
- 积分:1
-
设备驱动程序开发,一个清晰版的第三版,很理想…
linux设备驱动开发,清晰版本第三版,非常适合LINUX开发驱动使用-linux device driver development, a clear version of the third edition, is ideal for the development of drivers to use LINUX
- 2022-04-30 17:19:22下载
- 积分:1
-
linux下面gadget设备驱动,支持gadget USB Storage和USB ether,适合做嵌入系统...
linux下面gadget设备驱动,支持gadget USB Storage和USB ether,适合做嵌入系统-linux device driver the following gadget to support the gadget USB Storage and USB ether, suitable for embedded systems to do
- 2023-05-08 12:45:03下载
- 积分:1
-
GDB常用命令,按照需要查询,附带命令的简单描述
GDB常用命令,按照需要查询,附带命令的简单描述-useful GDB commands
- 2023-05-10 14:55:03下载
- 积分:1
-
Linux PCMCIA卡服务
Linux PCMCIA Card Services - Linux support for PCMCIA and CardBus devices, including kernel services, client drivers, and user-level utilities.-Linux PCMCIA Card Services- Linux support for PCMCIA and CardBus devices, including kernel services, client drivers, and user-level utilities.
- 2022-12-13 14:20:03下载
- 积分:1
-
键盘驱动程序的例子
keyboard driver example
- 2022-07-26 06:53:04下载
- 积分:1
-
public class phpmailer phpmailer
public class phpmailer phpmailer - PHP email transport cla-public class phpmailer phpmailer- PHP email transport cla
- 2022-10-10 21:35:02下载
- 积分:1
-
arm
arm-linux平台的视频监控程序,usb摄像头采集视频,opencv图像处理,gsm dtu无线数据发送-arm-linux platform, video monitor, usb camera capture video, opencv image processing, gsm dtu wireless data transmission
- 2022-07-12 10:08:02下载
- 积分:1
-
老印有CP / M的源代码
Old Tarbell CP/M Source Codes
- 2022-05-25 09:29:16下载
- 积分:1