-
用Socket实现的客户端send 、receive测试
用Socket实现的客户端send 、receive测试-Socket client send, receive test
- 2023-02-11 06:25:03下载
- 积分:1
-
计算机网络,按照网络长层自顶向下的顺序来描述网络.是国外的一本优秀教材...
计算机网络,按照网络长层自顶向下的顺序来描述网络.是国外的一本优秀教材-computer networks, according to network-layer top-down order to describe the network. Yes abroad an outstanding teaching
- 2023-02-17 01:05:04下载
- 积分:1
-
MD5算法的例子
MD5算法的例子--Example of MD5 algorithm
- 2022-03-21 17:55:35下载
- 积分:1
-
LINUXvideopPREVIEW, LINUX images below to open a tool for source code
LINUXvideopPREVIEW, LINUX下面打开图像的工具源代码-LINUXvideopPREVIEW, LINUX images below to open a tool for source code
- 2022-01-31 14:12:11下载
- 积分:1
-
pidAssistant
说明: QT 串口类在子线程处理数据,使用 信号和槽(The QT serial port class processes data in child threads, using signals and slots)
- 2020-07-01 17:02:47下载
- 积分:1
-
The Packet Debugger, pdb is a program which allows people to work with
packet...
The Packet Debugger, pdb is a program which allows people to work with
packet streams as if they were working with a source code debugger. Users
can list, inspect, modify, and retransmit any packet from captured files as
well as work with live packet capture.-The Packet Debugger, Palm is a program which allows people to work with packet streams as if they were working with a sou rce code debugger. Users can list, inspect, modify, and retransmit any packet from a captured files s well as work with live packet capture.
- 2022-03-23 12:24:25下载
- 积分:1
-
qflightinstruments
功能完善的Qt飞行仪表指示器合集,包含完整PFD,NAV,高度指示,空速指示,飞行姿态指示器等(This is collection of Qt4 and Qt5 widgets of flight instruments, inluding Attitude Indicator, Airspeed Indicator, Vertical Speed Indicator, Turn Indicator, Horizontal Situation Indicator, Primary Flight Display and Navigation Display.)
- 2021-04-01 10:49:08下载
- 积分:1
-
自己的日志文件系统
用于存储日志的文件系统,初始化后,可直接调用打印信息文件。打印信息支持存储在文件和打印在终端上。日志文件可指定目录,文件命名有两种方式,可用时间命名和.bak为后缀命名,可设置日志文件最大值,超过则新建日志文件。
- 2022-05-14 03:24:37下载
- 积分:1
-
test
在tx2 通过pcie接口采集数据,测试demo。(Acquisition of data through PCIe interface in TX2)
- 2021-05-07 00:58:36下载
- 积分:1
-
linux 看门狗
实现了linuxwathLinux 自带了一个 watchdog 的实现,用于监视系统的运行,包括一个内核 watchdog module 和一个用户空间的 watchdog 程序。内核 watchdog 模块通过 /dev/watchdog 这个字符设备与用户空间通信。用户空间程序一旦打开 /dev/watchdog 设备(俗称“开门放狗”),就会导致在内核中启动一个1分钟的定时器(系统默认时间),此后,用户空间程序需要保证在1分钟之内向这个设备写入数据(俗称“定期喂狗”),每次写操作会导致重新设定定时器。如果用户空间程序在1分钟之内没有写操作,定时器到期会导致一次系统 reboot 操作(“狗咬人了”呵呵)。通过这种机制,我们可以保证系统核心进程大部分时间都处于运行状态,即使特定情形下进程崩溃,因无法正常定时“喂狗”,Linux系统在看门狗作用下重新启动(reboot),核心进程又运行起来了.
这个程序就是那个用户空间的程序。
- 2022-07-21 08:08:06下载
- 积分:1