-
linux 与unix shell编程指南
linux 与unix shell编程指南-with unix shell programming guide
- 2022-04-01 22:28:06下载
- 积分:1
-
系统调用拷贝函数
本程序通过Linux的系统调用进行文件拷贝,如果进行一定的修改可以支持断点续传...
系统调用拷贝函数
本程序通过Linux的系统调用进行文件拷贝,如果进行一定的修改可以支持断点续传-System call function copy of the procedures adopted by Linux system calls to file copy, if changes must support HTTP
- 2022-05-23 18:17:03下载
- 积分: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预科班培训讲义(内部资料)-Huaqing foresight linux matriculation classes and training handouts (internal data)
- 2023-02-14 16:35:06下载
- 积分:1
-
who命令的具体实现,方法见原代码注释
/*who1.c
who命令的具体实现,方法见原代码注释
/*who1.c - for a first version the who programe
* open,read UTMP file,and show resulets
-/*who1.c- for a first version the who programe
* open,read UTMP file,and show resulets
*/
- 2022-03-23 17:18:26下载
- 积分:1
-
sjf2410的使用,可以烧写nandfash 和nor flash
sjf2410的使用,可以烧写nandfash 和nor flash-sjf2410 use, you can nandfash and nor flash programmer
- 2022-04-08 08:24:25下载
- 积分:1
-
教你如何一步 的搭建自己的linuxGUI,这个不是正式的发行版,不过很不错...
教你如何一步 的搭建自己的linuxGUI,这个不是正式的发行版,不过很不错-Teach you how to build their own step linuxGUI, this is not an official release version, but very good
- 2022-02-04 23:03:19下载
- 积分:1
-
Viewml的一个不错的库
Viewml的一个不错的库-Viewml of a good library. .
- 2022-03-18 22:15:23下载
- 积分:1
-
Qt是一个跨
QT是一个跨平台的开发工具,在linux中也可以使用qt,本文件介绍了在linux下进行qt开发图形用户界面!-QT is a cross-platform development tool, linux can also be used qt, this document describes the qt under linux development of graphical user interface!
- 2022-03-13 13:54:03下载
- 积分:1
-
在linux下使用window程序的虚拟软件
更加友好的界面
在linux下使用window程序的虚拟软件
更加友好的界面-the use of virtual window procedures more friendly software interface
- 2022-09-12 06:50:03下载
- 积分:1