-
LINUX新手入门及安装配置
LINUX新手入门及安装配置-Linux Getting Started configuration and installation
- 2022-03-06 10:47:20下载
- 积分:1
-
msmtp source to achieve an embedded message is sent, and mutt shell binding ene...
msmtp源程序实现了嵌入式消息的发送,并结合mutt壳能量实现了电子邮件的发送和接收
- 2023-08-09 22:35:04下载
- 积分:1
-
“更多的C++是一个类库,提供了一些通常的C.特征
"More for C++" is a class library that provides some features that are usually common for object oriented programming languages like Java or Python, but not for C-"More for C" is a class library that provide "s some features that are usually common for obje ct oriented programming languages like Java or Python, but not for C.
- 2022-04-30 22:58:34下载
- 积分:1
-
通过键盘计算输入的代数式,完成加减乘除运算。
通过键盘计算输入的代数式,完成加减乘除运算。-Calculated through the keyboard input代数式to complete the addition and subtraction multiplication and division calculations.
- 2022-10-19 01:50:06下载
- 积分:1
-
介绍了编程的资料,很好的。初学者应该下载
介绍Linux编程的资料,非常不错。值得初学者下载-introduced Linux programming information, very good. Beginners should download
- 2022-06-21 08:21:46下载
- 积分:1
-
unix网络编程技术与分析.rar
unix网络编程的资料
unix网络编程技术与分析.rar
unix网络编程的资料-unix network programming and analysis. Rar unix network programming information
- 2022-02-12 06:59:16下载
- 积分:1
-
CRYPT的C语言的代码,常用代码,开发环境为LINUX
CRYPT的C语言的代码,常用代码,开发环境为LINUX-Crypt of the C language code, common code, development environment for LINUX
- 2022-01-24 13:19:54下载
- 积分:1
-
Learning Linux
学习Linux驱动的经典教材的中文版本,深入浅出,细致入微。-Learning Linux-driven Chinese version of the classic material in layman
- 2022-01-28 18:18:13下载
- 积分:1
-
kriging 插值算法C程序, written by Chao
kriging 插值算法C程序, written by Chao-yi Lang-kriging C program, written by Chao-yi Lang
- 2022-01-27 08:49:23下载
- 积分: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