-
linux下arp查询的源代码,可以检测网关MAC,自动探测IP冲突
linux下arp查询的源代码,可以检测网关MAC,自动探测IP冲突-linux your arp查Daitou measured tungsten cavity询, You can collapse Master Shouson She hung自, MAC stretch twitter vegetables IP Phone Service
- 2022-11-30 03:10:03下载
- 积分:1
-
Linux编程的源代码,包括各种系统调用的用法。
学习Linux编程的源代码。包括各种系统调用如何使用等。-source code of linux progamming, includes various system calls and the usages.
- 2022-07-21 21:06:59下载
- 积分:1
-
linux下蓝牙的驱动程序,方便用户基于此对蓝牙设备进行操作
linux下蓝牙的驱动程序,方便用户基于此对蓝牙设备进行操作-Bluetooth drivers under linux, user-friendly Bluetooth devices based on this right to operate
- 2022-03-17 02:32:55下载
- 积分:1
-
linux下一个CS通信模型
linux下一个CS通信模型-under a CS Communication Model
- 2023-06-10 23:45:08下载
- 积分:1
-
S3C2440开发板ADS下的一个测试程序,这是一个发展…
S3C2440 开发板ADS下的一个测试程序,这个本是开发板公司的,放到这大家方便下载了,-S3C2440 development board under the ADS of a test procedure, this is a development board of the company, put it convenient to download the U.S.,
- 2022-02-20 23:42:32下载
- 积分: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
-
在linux环境下,开发的一个类似ping的程序,计算round trip time,即往返时间,可选择使用TCP或UDP...
在linux环境下,开发的一个类似ping的程序,计算round trip time,即往返时间,可选择使用TCP或UDP-A ping-like program in Linux. It can caculate round trip time between two points. You can choose TCP or UDP.
- 2022-08-20 00:36:21下载
- 积分:1
-
收集了一些关于makefile的资料,希望对初学者有些用
收集了一些关于makefile的资料,希望对初学者有些用-Some material about makefile, and it s useful for beginner.
- 2023-07-29 01:20:03下载
- 积分:1
-
PPC860常见外围驱动
PPC860常见外围驱动-PPC860 common external drive
- 2022-08-06 18:38:14下载
- 积分:1
-
linux/kd.h文件中介绍了ioctl函数能够使用的命令,该文件中包含了各种命令的使用例子...
linux/kd.h文件中介绍了ioctl函数能够使用的命令,该文件中包含了各种命令的使用例子-linux/kd.h document introduced the ioctl function to use the command, the document contains examples of the use of a variety of command
- 2023-08-13 03:15:02下载
- 积分:1