▍1. kunction
又一个简单的com服务器和客户端程序,呵呵,不错不错(Another simple com server and client program, ha, good)
又一个简单的com服务器和客户端程序,呵呵,不错不错(Another simple com server and client program, ha, good)
本示例主要实现了以下三点: 1. 自建了mqtt 服务端(broker),并可以接收客户端发来的各种topic 2. 实现了客户端发布订阅mqtt消息 3. 实现了 服务端直接向外广播topic,客户端只需要 订阅该topic即可 调试步骤如下: 1. 运行>>cmd>> cd 至 MQTTnet.TestApp.AspNetCore2 目录,并执行 dotnet run 2. 浏览器输入 http://localhost:5000 即可看到如下截图,浏览器输入 http://localhost:5000/publish 即可通过服务端发布topic
一个用C写的内存管理系统,模拟操作系统内存,很好不错的(A memory management system written in C, analog operating system memory, very good)
When I wrote this function my problem was to replace one color by an other on transparent bitmaps My
MFC 直接使用setTimer c++ 中,也有类似的定时器:CreateWaitableTimer、SetWaitableTimer 其实是windows API(MFC uses setTimer directly In C++, there are similar timers: CreateWaitableTimer, SetWaitableTimer is actually the Windows API.)
虚拟仪器 声卡采集 信号一些低通滤波处理(Some Low-pass filter processing of signal collected by Virtual instrument Sound Card)
Socket编程,实现了客户端与服务器端的TCP连接操作。(Socket programming (TCP))
基于ntp协议的网络时间服务程序在linux平台下的客户端实现(Client implementation of network time service program based on ntp on linux platform)
基于MFC框架应用SOCKET的聊天室客户端,在VS2015上完美运行(SOCKET chat room client based on MFC framework, running perfectly on VS2015)
wcdma协议中的turbo码链路仿真,基于bpsk,可以测试误比特率和误帧率等性能(The turbo code link simulation in wcdma protocol, based on bpsk, can test the performance of bit error rate and frame error rate.)
这个文件是光立方的制作方法,用STC系列单片机控制,广州塔形状,多种亮法,内部有详细的程序,需要的话可以自己改变代码(This document is the production method of light cube, controlled by STC series singlechip, the shape of Canton Tower, various bright methods, the internal detailed program, and can change the code by itself if necessary.)
ACE 网页向服务器发送图片 的一个OCX(A OCX that sends pictures to the server on a ACE web page)
通过C语言实现对校园景点的查看,最短路径的查询,对景点的增加,删除,和更新(Through the C language to achieve the campus system navigation, query the shortest path, campus function, add to delete the updated attractions.)
基本功能高效的CAN通讯应用 同样,CAN232 不仅适应基本CAN-bus产品,也满足基于高层协议如ModBUS,Devi()