-
用C++语言,在线程上创建1000个月的平安主机。
使用c语言,在linux上创建线程1000个月ping一台主机。
- 2022-06-18 04:37:58下载
- 积分:1
-
linux系统,qt,标准对话框的编写,正确的
linux系统,qt,标准对话框的编写,正确的-linux system, qt, the preparation of the standard dialog box, the correct
- 2022-04-02 12:37:57下载
- 积分:1
-
linux环境下 消息队列的简单使用,可以学习消息队列的一般方法...
linux环境下 消息队列的简单使用,可以学习消息队列的一般方法-linux environment using a simple message queue, message queue can learn the general approach
- 2022-04-11 08:15:26下载
- 积分:1
-
elinks under lynx is the most important two text browsers, linux in under very p...
elinks下lynx是最重要的二个文本浏览器, 在linux下非常实用, elinks也是gentoo安装过程中默认使用的浏览器, 这是elinks源代码-elinks under lynx is the most important two text browsers, linux in under very practical, elinks also gentoo installation process use the default browser, which is the source code elinks
- 2022-07-11 02:56:55下载
- 积分:1
-
Qt及Linux操作系统、窗口设计。用于软件Qtopia的2本书…
QT及linux操作系统窗口设计。书中用的软件有Qtopia 2.1.1,Qt/Embedded 3.4,Qt/X11 3.4,KDE 3.5/X windows的X11R682.-QT and the linux operating system, window design. Book used in software Qtopia 2.1.1, Qt/Embedded 3.4, Qt/X11 3.4, KDE 3.5/X windows in X11R682.
- 2022-03-22 20:48:42下载
- 积分:1
-
ncurses
ncurses-5.4
- 2023-03-29 12:05:03下载
- 积分:1
-
ecos系统的体系及代码分析闻档,非常不错,值得一看。
ecos系统的体系及代码分析闻档,非常不错,值得一看。-ecos systems file system and code analysis smell very good, worth a visit.
- 2023-03-05 18:30:04下载
- 积分:1
-
一个自行开发的内存数据管理的包,实现了部分内存数据库的功能。
一个自行开发的内存数据管理的包,实现了部分内存数据库的功能。-Memory of a self-developed data management package, to achieve some of the functions of memory database.
- 2022-03-19 00:04:09下载
- 积分: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
-
TCL
demo by N. Sidiropoulos and R. Bro
clear all
F=5 % users
I...
TCL
demo by N. Sidiropoulos and R. Bro
clear all
F=5 % users
I=4 % antennas-TCLdemo by N. Sidiropoulos and R. Broclear all F = 5 usersI = 4 antennas
- 2022-03-18 01:39:21下载
- 积分:1