▍1. cef_binary_78.3.9+gc7345f2+chromium-78.0.3904.108_windows32.tar
Windows 32位版本的CEF3工程代码(需要自己CMake创建sln,自行编译产生cefsimple/cefclient)。Chromium版本:78.0.3904.108。编译时加入ffmpeg支持,可以播放mp3, mp4, 支持h.264/aac。
Windows 32位版本的CEF3工程代码(需要自己CMake创建sln,自行编译产生cefsimple/cefclient)。Chromium版本:78.0.3904.108。编译时加入ffmpeg支持,可以播放mp3, mp4, 支持h.264/aac。
Socket通讯,长连接短链接,包分 包头、指令、内容 包头一般2-4个字节 表示包的长度,指令2个字节 表示做什么操作,内容是具体数据
用VC 6.0实现了Tcp/ip服务器端和客户端实例。对该方面的编程者极其有用。有界面。 TCP网络调试程序 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。
以下都为转载供学习,如有侵权请联系删除~~~ 里面的注释也写的挺全的,希望对大家有所帮助~~ 基于qt5的串口网络调试工具 我又回来啦! 发布历史: v3.3.0 2020年11月27日(添加了modbus调试功能,支持串口主机,串口从机,tcp服务器及tcp客户端) v3.2.0 2020年10月28日 v3.1.0 2020年07月16日 v3.0.0 2020年06月12日 v2.2.0 2019年11月17日 v2.1.0 2019年10月27日 v2.0.0 2019年09月15日 v1.2.2 2019年04月19日 v1.2.1 2019年03月22日 v1.2.0 2019年03月22日 v1.1.0 2019年03月10日 v1.0.0 2019年02月23日 软件基于Qt5开发,取名为“瑞士军刀”。目前支持串口调试,udp调试,tcp客户端调试,tcp服务器调试,websocket客户端调试,websocket服务器调试及modbus调试,其中modbus支持串口主机,串口从机,tcp客户端及tcp服务器。软件免费,项目开源,可在github或者gitee下载: 可在GitHub下载最新构建·: https://github.com/qsaker/QtSwissArmyKnife 天朝子民欢迎使用Gitee: https://gitee.com/qsaker/QtSwissArmyKnife Qt5.6,Qt5.9,Qt5.12及Qt5.15可编译通过。 软件用户交流群:952218522,Qt技术交流群:723516989。欢迎提供反馈建议,欢迎共同探讨技术。 [attachment=22098]/* * Copyright 2020 Qter(qsaker@qq.com). All rights reserved. * * The file is encoded using "utf8 with bom", it is a part * of QtSwissArmyKnife project. * * QtSwissArmyKnife is licensed according to the terms in * the file LICENCE in the root of the source code directory. */
超宽带室内定位研究,本文主要研究基于超宽带的室内定位技术的研究,并且对室内定位技术的算法做了介绍。(UWB indoor positioning research, this paper research is based on UWB indoor positioning technology research, and the algorithm for indoor positioning technologies have been described.)
这是用Labwindow/cvi编写的基于datasocket技术的网络通信技术,值得一看,对初学者很有帮助(This is prepared by using Labwindow/cvi DataSocket technology based on network communication technology, worth a look, very helpful for beginners)
广义s变换matlab程序以及使用例子,真实使用,下载即可。(Generalized S-transform matlab program and its application examples)
说明: 广义s变换matlab程序以及使用例子,真实使用,下载即可。(Generalized S-transform matlab program and its application examples)
回声消除代码实例,具有一定的参考价值,可以下载使用。(voice aec code example ,will be valuable to you work if you download it)
说明: Rip协议实现 仿真器, 技术上包括Qt TableView,UDPSocket。(Emulator Rip protocol implementation, technically, including Qt TableView, UDPSocket.)
socket建立连接超时的控制 (Controlling socket when timeout)
UDP组播测试,可以用多个PC机之间进行UDP测试。(udp test for computers)