资源列表
两个数交换5种方法
- C语言两个变量交换的5中方法:(1)a=a+b-(b = a);(2)b=a+(a = b)*0;(3)a=a+b; b=a-b; a=a-b;(4)a=a*b;b=a/b;a=a/b;(5)a=a^b;b=a^b;a=a^b;(C language two variables exchange 5 methods)
init
- 空气质量检测,mqtt上传,攀藤pms5x传感器(Air quality testing, mqtt upload, climbing pms5x sensor)
FrFT_Tools
- a code for getting FrFT of SAR signals
DAYTIME
- 实现DAYTIME服务器和客户端程序 服务器作为后台程序,运行后不退出,接受客户端连接,向客户端返回服务器的日期时间。(Implementation of DAYTIME server and client program Server as a daemon, do not quit after operation, accept client connection, return to the server date and time.)
Convertbinaryfile
- 实现二进制文件与普通的文本文件 之间相互转换,高效易用,数据结构体自己定义(The implementation of binary files and common text files to convert, efficient and easy to use, data structures themselves)
log
- 基于LINU X平台的日志模块实现,日志输出模块,功能如下: 1. 记录日志到文件,按日期和大小进行归档 2. 日志的输入格式和printf的格式相同 3. 支持对日志文件进行压缩(Logging module implementation)
aes
- aes加密、解密,直接包含头文件使用即可(AES encryption, decryption. Directly containing the header file can be used)
r1.py
- 可以跑机器人,用Python编的用于ros上的小程序,可以让机器人沿着指定路线前进(can help you to play with your robot)
简易聊天室
- 构建简易聊天室,使用图形界面,实现客户端和服务器端通信(Building a simple chat room, using a graphical interface to achieve communication between the client and the server)
客户端服务器
- Linux环境下设计的客户端和服务器互交编程(Intercross programming of client and server designed in Linux environment)
LabK.doc
- Lab work for parallel course mpi
union_pay_ssl-non-blocking
- 非阻塞https访问,用于linux下的c编程,一般默认ssl访问都是阻塞的,现在出一个非阻塞版本(Non blocking HTTPS access, for C programming under Linux, generally default SSL access is blocked, and now a non blocking version)
