-
M9D112系列芯片驱动源码,可在Linux内核下对芯片配置、初始化及数据读写...
M9D112系列芯片驱动源码,可在Linux内核下对芯片配置、初始化及数据读写-M9D112 series chip driver source code, available at Linux kernel under the chip configuration, initialization and data reading and writing
- 2022-05-31 11:40:44下载
- 积分:1
-
here is the xpl that attacks the some of openssl vulnerabilities
here is the xpl that attacks the some of openssl vulnerabilities
- 2022-04-19 17:17:59下载
- 积分:1
-
一个牛人编写的嵌入式操作系统LINUX操作应用,写的相当不错,供大家参考1...
一个牛人编写的嵌入式操作系统LINUX操作应用,写的相当不错,供大家参考1-A cow were prepared by an embedded LINUX operating system, operational applications and write quite well for your reference 1
- 2023-06-15 05:15:03下载
- 积分:1
-
linux下的FTP命令。包含登陆,退出,如下载和上传…
linux下的FTP命令。包含登陆,退出,下载和上传等命令。-FTP command under linux. Contains the landing, exit, such as download and upload command.
- 2023-06-19 09:15:04下载
- 积分:1
-
Office of the software a touch
本软件一个处摸屏驱动软件,在ads上编译-Office of the software a touch-screen software, compiled in ads
- 2022-05-30 08:48:20下载
- 积分:1
-
系统调用是系统内核和应用程序的接口
此代码展示了linux系统调用的实现...
系统调用是系统内核和应用程序的接口
此代码展示了linux系统调用的实现-system is called the kernel and application program interface that this code to display the Linux system call the realization
- 2022-09-01 02:25:02下载
- 积分:1
-
我只想在那里使用的安装方法学习…
linux的安装方法我刚学linux时使用的希望对有需要的朋友有帮助-linux installation method learning linux I just would like to use when there is a need to have a friend help
- 2023-06-20 09:45: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
-
C++编程思想例子程序(位容器)
C++编程思想例子程序(位容器)-C programming examples thinking (place containers)
- 2022-03-23 23:09:20下载
- 积分:1
-
一个简单的shell,实现4个功能:
(1)cd
(2)pwd
(3)pid
(4)logout
一个简单的shell,实现4个功能:
(1)cd
(2)pwd
(3)pid
(4)logout-a simple shell, achieving four functions : (a) cd (2) pwd (3) pid (4) logout
- 2023-01-20 06:30:03下载
- 积分:1