-
Capture under a Linux software, can capture, frame format and a variety of data...
一个Linux下抓包软件,可以实现抓包,并对多种数据帧格式(TCP,ARP等)分析并对结果进行输出显示的功能。-Capture under a Linux software, can capture, frame format and a variety of data (TCP, ARP, etc.) analysis of the results shows that the function of the output.
- 2023-05-16 17:15:03下载
- 积分:1
-
Ep9315 arm ds12885
ep9315 ds12885时间芯片驱动程序
Ep9315 arm ds12885
ep9315 ds12885时间芯片驱动程序-Ep9315 arm ds12885ep9315 ds12885 time chip driver
- 2022-02-13 13:37:59下载
- 积分: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
-
DOS文件格式转化为UNIX文件格式的C程序
DOS文件格式转化为UNIX文件格式的C程序-DOS file format conversion for UNIX file format C Program
- 2022-09-18 14:45:03下载
- 积分:1
-
SD卡的分析源码,可在2440板上运行。是很好的SD卡学习资料...
SD卡的分析源码,可在2440板上运行。是很好的SD卡学习资料-SD
- 2022-07-22 23:12:50下载
- 积分:1
-
QT4网络程序,通过INTERnet传输数据
QT4网络程序,通过INTERnet传输数据
-QT4 network procedures, transmission of data through the INTERNET
- 2022-02-07 22:34:44下载
- 积分:1
-
Mouse check the latest version of the code word vc download, check the source wo...
鼠标取词vc代码 最新版下载,取词方面的源码,可以供学习-Mouse check the latest version of the code word vc download, check the source words can be for learning
- 2022-04-27 22:19:01下载
- 积分:1
-
Learning Linux
学习Linux驱动的经典教材的中文版本,深入浅出,细致入微。-Learning Linux-driven Chinese version of the classic material in layman
- 2022-01-28 18:18:13下载
- 积分:1
-
此程序为扫描程序,用一定的算法对纸张进行扫描,在linux下编译通过...
此程序为扫描程序,用一定的算法对纸张进行扫描,在linux下编译通过-procedure for scanning procedures, with some of the algorithm for scanning paper, compile under linux
- 2022-01-25 19:23:59下载
- 积分:1
-
提供几种常见的文件操作,如对文件进行读或写,显示目录,创建目录等等。...
提供几种常见的文件操作,如对文件进行读或写,显示目录,创建目录等等。-provide several common file operations, such as the document read or write, show directory, create directories and so on.
- 2022-04-22 02:10:31下载
- 积分:1