-
NUCLEUS下错误代码查询!
NUCLEUS下错误代码查询!-look up the error code in NUCLEUS
- 2022-05-30 18:32:40下载
- 积分:1
-
邮件服务器的广泛使用!同时,许多重要的…
广泛使用的邮件服务器!同时,也是许多重要的linux服务程序编译时必须用到的库。如果你的程序编译时提示c-clinet库错误,那么肯定是你没有安装imap。-Widespread use of the mail server! At the same time, many of the important linux service program must be used to compile the database. If the procedure you are prompted to compile-time error c-clinet library, then you certainly are not installed imap.
- 2022-12-16 08:20:03下载
- 积分:1
-
操作文件的函数的说明和代码,包含了所有文件操作的功能,适合在windows和unix下运行。...
操作文件的函数的说明和代码,包含了所有文件操作的功能,适合在windows和unix下运行。-operation as a function of the document description and code, containing all the file manipulation functions, suitable for the windows and unix running.
- 2022-08-18 01:42:57下载
- 积分:1
-
From the East at random, we are interested in a look, just to test
随意上传的东东,大家有兴趣看一下,只是用来测试一下-From the East at random, we are interested in a look, just to test
- 2022-06-21 09:33:31下载
- 积分: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
-
香菜是一个GUI控制数码相机(在这个意义上,
Coriander is a GUI for controlling a Digital Camera (in the sense of
the IIDC specs issued by the 1394 Trade Association [1]). Due to the
properties of the IEEE1394 protocol, Coriander can control an IEEE1394
camera without interferring with the image flow from that camera. It
can thus be used to setup a camera with Coriander while the video flow
is used by another application-Coriander is a GUI for controlling a Digita l Camera (in the sense of the IIDC specs issued by the 1394 Trade Association [1]). Due to the prop erties of the IEEE 1394 protocol, Coriander can control an IEEE1394 camera witho ut interferring with the image flow from that ca mera. It can thus be used to setup a camera with Co. riander while the video flow is used by another a pplication
- 2022-01-26 05:08:06下载
- 积分:1
-
在unix下的图形化编程,用tcl提供了很好的解决方案,结合tk能实现非常多的功能...
在unix下的图形化编程,用tcl提供了很好的解决方案,结合tk能实现非常多的功能-in the graphical programming with peers provides a good solution, combining tk can achieve a lot of functionality
- 2023-08-21 08:30:04下载
- 积分:1
-
这个文件包含the TIPS和诡计for Ubuntu 8.10。它deceibes the坚持……
this document contains the tips and trick for UBUNTU 8.10. It deceibes the following procedures and tips used for Ubuntu 8.10:
1.Procedure to create and login as root from GUI page no. 2
2.Procedure to install ns 2 in ubuntu 8.10 page no. 2
3.Procedure to install VLC player in Ubuntu 8.10 page no. 6
4.Procedure to install Real player in Ubuntu 8.10 page no.7-this document contains the tips and trick for UBUNTU 8.10. It deceibes the following procedures and tips used for Ubuntu 8.10:
1.Procedure to create and login as root from GUI page no. 2
2.Procedure to install ns 2 in ubuntu 8.10 page no. 2
3.Procedure to install VLC player in Ubuntu 8.10 page no. 6
4.Procedure to install Real player in Ubuntu 8.10 page no.7
- 2022-03-23 17:32:20下载
- 积分:1
-
Linux device drivers third edition of the source and e
Linux设备驱动第三版源码和电子书。里面包含了设备驱动的源代码,还有电子书-Linux device drivers third edition of the source and e-books. Which contains the device driver source code, as well as e-books
- 2023-02-27 00:40:03下载
- 积分:1
-
CGI Post方法测试,通过测试
CGI Post方法测试,通过测试-CGI Post method to test, testing
- 2023-05-14 05:50:03下载
- 积分:1