资源列表
MM_WPF_Test2
- MarkingMate in CSharp WPF Demo
IE浏览器监控程序源码
- vs2015编写,有详细的代码注释。可以获取ie浏览器打开的网页的列表、监视ie的访问记录。
UDPSeverForm
- 读取激光雷达的数据,并进行解析;然后根据时间进行距离标定。(Read the lidar data and analyze it)
秒表
- 利用C#的系统计时器空控件进行计时的秒表。(A stopwatch that uses the system timer empty control of C#.)
HslCommunicationDemo-v8.1.3
- 各个品牌PLC通信控件,解决了工控行业项目通信的大难题(Each brand PLC communication control solves the big problem of project communication in industrial control industry)
003
- 第三题 分别用类的继承、虚函数、抽象类继承、接口实现计算球、圆柱、圆锥的表面积和体积。(Third questions The surface area and volume of sphere, cylinder and cone are calculated by class inheritance, virtual function, abstract class inheritance and interface.)
WPF的textbox加下划线
- WPF textbox增加下划线,非常好用,样式美观,适用(WPF textbox Add underline, very easy to use, beautiful style, applicable)
Kinect 4 Unreal K4U_4.14_1.2_Plugin
- Kinect 4 Unreal 时虚幻4插件kinect的蓝图,可以快速编辑动画
功能强大的自动下载工具
- vc语言编写的强大自动下载者工具.完整正常编译
vc小项目屏保
- 一个屏保程序,彩色烟雾很好看也很实用,一起来下载吧多多支持多多下载
UDP服务端
- UDP服务端,用于接收udp包数据,十分好用
田忌赛马
- 输入n[1, 100]组田忌和齐威王的马的速度,使用贪心法求田忌胜出的最多盘数(赢局数—输局数,平局数不算分),设计贪心策略,实现程序。 输入:组数n[1, 100],田忌和齐威王每组马的速度,每一组包含两个正整数,分别表示这一组田忌和齐威王的马的速度; 输出:匹配策略,赢局数,输局数,平局数(Input the speed of n [1, 100] groups of Tian Ji and Qi Weiwang's horses, use the greedy