-
Credit
图形学分形演示程序,注意是在UNIX/Linux下的,需要X11环境
-Credit-shaped graphics demo program, attention in the UNIX/Linux under the need for X11 environment
- 2022-01-31 09:32:21下载
- 积分:1
-
ftp file download (qt4 platform, C language), and use the ftp download xp or les...
ftp的文件下载(qt4平台C语言编写),与xp下使用的ftp下载差不多,界面没xp下好看,基本实现了文件的下载和上传-ftp file download (qt4 platform, C language), and use the ftp download xp or less the same under the good-looking interface, not xp, basically download and upload documents
- 2022-01-25 14:33:33下载
- 积分: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
-
摩托罗拉A1200的Linux内核的SRC
Moto A1200 linux kernel SRC-Moto A1200 Linux kernel SRC
- 2023-04-06 05:20:04下载
- 积分:1
-
PAX270 driver of keyboard
PAX270 Linux键盘驱动示例,用于驱动矩阵和单按键键盘-PAX270 driver of keyboard
- 2022-08-10 04:36:09下载
- 积分:1
-
libxml,Unix / Linux的一个非常重要的基础XML相关应用提供条件…
libxml,在UNIX/LINUX下非常重要的一个库,为XML相关应用提供方便.目前上载的是最新版本,若要取得最新版本,请参考里面的readme.-libxml, UNIX/Linux a very important base of XML related applications provide convenient. Currently available on the latest version, in order to achieve the latest version, please refer to the readme inside.
- 2022-08-17 07:51:59下载
- 积分:1
-
V4L2(Video for Linux 2)的测试程序,出自官方网站。并附带一份V4L2的规范文档。运行环境是X...
V4L2(Video for Linux 2)的测试程序,出自官方网站。并附带一份V4L2的规范文档。运行环境是X-window,对内核没有特殊要求。-V4L2 (Video for Linux 2) of the test program came from the official website. And accompanied by a V4L2 specification document. Operating environment is the X-window, and there are no special requirements on the kernel.
- 2022-02-04 06:13:44下载
- 积分:1
-
linux下的ping源代码,用socket实现,只是学习Linux…
linux 下的ping源码,用socket实现,刚学linuxs socket编程的可以下载阅读。当然,你可以把该程序移植到嵌入式系统中。-ping source code under linux, using socket implementation, just learning linuxs socket programming can be downloaded to read. Of course, you can put this program ported to an embedded system.
- 2022-10-28 11:45:03下载
- 积分:1
-
Nxdoom真的满好用的
Nxdoom真的满好用的-Nxdoom really full of handy.
- 2022-03-23 01:17:38下载
- 积分:1
-
elks操作系统,一个小型轻量级的linux内核的操作系统实现。
elks操作系统,一个小型轻量级的linux内核的操作系统实现。-elks operating system, a small lightweight linux operating system kernel to achieve.
- 2022-03-19 13:17:49下载
- 积分:1