-
This is a very useful hieroglyphics used linux, linux can give the beginner or a...
这是一个非常有用的象形文字用linux,linux可以给初学者或高级用户,供学习或参考!
- 2022-03-06 08:56:23下载
- 积分:1
-
典型的守护程序,可用于录制
典型的守护程序,可用于录制-typical procedure can be used to record
- 2022-03-20 11:41:12下载
- 积分:1
-
银行模拟系统 银行模拟系统 银行模拟系统 银行模拟系统
银行模拟系统 银行模拟系统 银行模拟系统 银行模拟系统-银行模拟系统银行模拟系统银行模拟系统
- 2022-05-20 18:47:18下载
- 积分:1
-
网卡驱动程序详解
网卡驱动程序详解-Elaborates on Ethernet Driver
- 2022-02-05 01:59:56下载
- 积分:1
-
SST芯片SST39VF6401/SST39VF6402的底层驱动源代码,C语言,有需要的下,我找的好辛苦,这年头这些东西都不好找了...
SST芯片SST39VF6401/SST39VF6402的底层驱动源代码,C语言,有需要的下,我找的好辛苦,这年头这些东西都不好找了-SST chip SST39VF6401/SST39VF6402 the bottom of driver source code, C language, are in need, I find very hard for all these things this year不好找the
- 2022-03-22 23:02: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
-
在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>...
在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c ,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。-In the myshell v0.1 based on adding new features: In the parent process to receive the console input line of string, as issued by the Linux user commands, such as ls/usr /*. c < Enter " , in creating a sub- the process, the child process by calling execlp () system call, the implementation of this Order.
- 2022-08-21 12:52:36下载
- 积分:1
-
Linux 2.6 内核上配置IPSec VPN 的工具
Linux 2.6 内核上配置IPSec VPN 的工具-Linux kernel 2.6 on IPSec VPN configuration tool
- 2022-02-02 07:40:18下载
- 积分:1
-
很好的LINUX入门的书籍,中文版的书籍,推荐看一下的呢
很好的LINUX入门的书籍,中文版的书籍,推荐看一下的呢-Very good entry-LINUX books, the Chinese version of the books, look at the recommendation of this
- 2022-08-25 07:32:59下载
- 积分:1
-
一个登录的程序,嘻嘻,希望对大家有所帮助
一个登录的程序,嘻嘻,希望对大家有所帮助-a login procedure, hee hee, and I hope to help everyone
- 2022-08-18 12:33:27下载
- 积分:1