资源列表
QT在Linux网络通信3
- 有服务端和客户端,非常好的例子,测试过跑的通发送的是QString。
QT在Linux网络通信4
- 有服务端和客户端,非常好的例子,测试过跑的通,有select机制。
QT在Linux网络通信5
- 有服务端和客户端,非常好的例子,测试过跑的通,非常好的数据结构。
QT在Linux网络通信6
- 有服务端和客户端,非常好的例子,测试过跑的通6。
Linux网络通信7
- 有服务端和客户端,非常好的例子,测试过跑的通,有select机制。
Firmware
- source code files firmware proyect modem 5g, lte, nbiot. C/C++ linux gcc. Full comm stack and debug tools. Jtag software included.
datasheet
- The TJA1040 is the interface between the Controller Area Network (CAN) protocol controller and the physical bus. It is primarily intended for high speed applications, up to 1 MBaud, in passenger cars. The device provides differential transmit cap
pic32mm
- The PIC32MM Curiosity Development Board is a demonstration, development and experimentation platform based on the PIC32MM0064GPL036 low-power, low- cost microcontroller. The board has a built-in programmer/debugger and provides all of the hardware
rohc-2.3.1
- rohc-2.3.1.tar 开源可运行
深入理解Linux驱动程序设计
- 深入理解LINUX驱动开发,可以帮助了解学习驱动开发的人。(An in-depth understanding of Linux-driven development can help anyone who is learning about driven development.)
存储管理
- 设计一个虚拟存储区和内存工作区,并使用下列算法计算访问命中率。 1.先进先出的算法(FIFO) 2. 最近最少使用的算法(LRU) 3.最佳淘汰算法(OPT)
BCC异或校验算法(C语言实现)
- BCC异或校验算法(C语言实现) 将报文按位异或后取反+1 得到异或校验码