-
应用平台 UNIX 一个转换DBF数据库文件的数据到ASCII文本文件的Shell程序.这个包含SCO UNIX下的目标程序和C源程序....
应用平台 UNIX 一个转换DBF数据库文件的数据到ASCII文本文件的Shell程序.这个包含SCO UNIX下的目标程序和C源程序.-a UNIX application platform conversion of DBF database files in ASCII text data to document the Shell procedures. The SCO UNIX include the objectives and procedures C source.
- 2022-08-22 17:35:26下载
- 积分:1
-
implementing Fibonacci algorithm using fork on Linux
implementing Fibonacci algorithm using fork on Linux
- 2022-01-22 06:15:14下载
- 积分:1
-
orders, the need for unix operating system will help the friends
unix命令,对需要操作unix系统的朋友一定帮助-orders, the need for unix operating system will help the friends
- 2022-07-22 17:25:13下载
- 积分:1
-
Linux环境下一个2410键盘驱动加应用程序,希望对大家有帮助
Linux环境下一个2410键盘驱动加应用程序,希望对大家有帮助-Linux environment plus a 2410 keyboard-driven applications, in the hope that everyone has to help
- 2022-07-12 22:59:11下载
- 积分:1
-
x tookit intrinsics编程手册的源代码,最底层的linux图形界面接口函数。...
x tookit intrinsics编程手册的源代码,最底层的linux图形界面接口函数。-x tookit intrinsics programming manual source code, the bottom linux graphical interface functions.
- 2022-03-26 18:07:42下载
- 积分:1
-
汇编语言环境下实现混合语言程序设计
在linux环境下实现汇编语言和c语言的混合编程-Linux environment in assembly language and c realize mixed language programming
- 2022-01-30 22:17:31下载
- 积分:1
-
linux 下,lgs8gl5的驱动源代码,放血了,把所有的东东都弄上来了,会不会被老板杀了啊?...
linux 下,lgs8gl5的驱动源代码,放血了,把所有的东东都弄上来了,会不会被老板杀了啊?-linux under, lgs8gl5 driver source code, bloodletting, and put all the Dongdong都弄up, will be bosses kill ah?
- 2022-03-15 02:43:53下载
- 积分:1
-
外壳编程。详细解释,包括awk,sed,TR和其他…
linux,shell编程。讲解详细,包括awk,sed,tr等工具的使用。对于初学者而言,非常有帮助。-linux, shell programming. Explain in detail, including awk, sed, tr and other tools. For starters, very helpful.
- 2022-03-11 15:10:03下载
- 积分:1
-
UNIX系统的源代码分析
Unix v 操作系统代码分析new.-The unix system sourcecode analyse
- 2022-04-28 11:36:41下载
- 积分: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