-
实现的外壳,可以处理订单CD:电流变化路径pwd的过程:1.
实现Shell,能处理命令
cd :改变进程当前路径
pwd :查看进程当前路径
pid:查看当前进程号(getpid()系统调用)
logout :退出shell
ls [-l]
rm [-r]
mkdir, mv, cp-achieve Shell, can handle orders cd : the process of change current path pwd : View current path process pid : View the current process (getpid () system call) logout : withdraw from the shell ls [-l] rm [-r] mkdir, mv, cp
- 2022-07-20 23:01:41下载
- 积分:1
-
CS8900 network card driver, compiled through 2410
CS8900网卡驱动,2410上编译通过-CS8900 network card driver, compiled through 2410
- 2022-09-27 18:15:03下载
- 积分:1
-
可用于UNIX/LINUX下测试字库文件的源代码
可用于UNIX/LINUX下测试字库文件的源代码-Can be used in UNIX/LINUX to test the font file
- 2022-02-15 14:25:45下载
- 积分:1
-
资料里面详细地描述了Qt从入门到精通过程与心得
资料里面详细地描述了Qt从入门到精通过程与心得-Information which describes in detail Qt from entry to the master process and experience
- 2022-06-28 16:27:20下载
- 积分:1
-
用于s3c2410的linux
用于s3c2410的linux-2.6内核下的触摸屏驱程-s3c2410 for the linux- 2.6 kernel under way Touchscreen Flooding
- 2022-03-11 17:50:38下载
- 积分:1
-
GNU LINUX 编程指南code
经典例子
GNU LINUX 编程指南code
经典例子-GNU LINUX
- 2022-02-01 09:20:19下载
- 积分: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
-
手的掌握
高手写的手写代码!欢迎大家下载,共同交流,如果有问题,请联系我!谢谢!-A master of hand-written code to write! Welcome everyone to download, share, if there are problems, please contact me! Thank you!
- 2023-04-01 20:20:03下载
- 积分:1
-
ADS下的测试通过的CAN总线的程序.好东西啊!
ADS下的测试通过的CAN总线的程序.好东西啊!-ADS under test through the CAN bus procedures. Good thing ah!
- 2022-11-24 05:45:03下载
- 积分:1
-
minigui 1.6.10 游戏例子 能对编程有很大启发
minigui 1.6.10 游戏例子 能对编程有很大启发-minigui 1.6.10 game programming examples can have a great inspiration
- 2022-01-26 04:19:11下载
- 积分:1