资源列表
DLibrary
- modbus 通信 包含台达plc协议 。包含tcp udp。不过没有整理比较乱 、(Modbus communication includes Delta PLC protocol. Contains TCP udp. But it's a little messy without sorting it out.)
触发程序文件
- 控制晶闸管的触发角,使单片机发出脉宽为30°的双触发脉冲波形,实现电机的起动。(By controlling the trigger angle of thyristor, the single-chip computer can send out a double trigger pulse waveform with a pulse width of 30 degrees to start the motor.)
不规则三角网法体积计算
- 1.完整的VS项目,采用VS2017编写; 2.C#语言开发; 3.可以构建不规则三角网,并进行土方计算; 4.采用可视化读文件方式,并用表格显示; 5.计算完成后实时绘制三角网; 6.可以输出TIN的点、边、三角形信息和土方量。(1. Complete VS project, written in VS2017; 2. C # Language Development; 3. Irregular triangular network can be constructed
测角交会定点(包括前方交会和后方交会)计算
- C#+VS2017编写,完整项目,打开即用。包括前方交会和后方交会,可视化界面,表格存放数据。(C#+VS2017, complete project, open for use. Including forward and rear rendezvous, visual interface, tables to store data.)
UHF读卡器连接器
- 可以用这种硬件RD915M-R2000,其它可能也可以,可以设置主动模式,或者应答模式,接收卡片数据,也可以把接收的数据转发到别的IP和端口,如云服务器。默认硬件IP为192.168.1.190:6000,要把自己电脑设置为192.168.1.100,才能接收数据,可以用NETASSIST进行16进制数据接收。
抄表源码
- 用于智能电表自动抄取,学习交流。程序为C#开发,通过串口进行数据采集。(It is used for automatic reading of intelligent meters and learning and communicating. The program is developed for C # and data acquisition is carried out through serial port.)
CefSharp-63.0.3
- CefSharp-63.0.3.zip可自己编译,本机编译通过。(CefSharp-63.0.3.zip can be compiled by itself. The native compiler passes through.)
udp
- 这是其他地方找来的一个关于语音接收和发送的UDP的例子。可以用来学习用。因为这段时间正在弄这个
Devexpress+Winform中文文档
- 收集的Devexpress+Winform中文文档,对于Devpress控件的使用很有帮助,希望能够帮到大家(The collected Chinese documents of Devpress + Winform are very helpful for the use of Devpress control. I hope they can help you.)
SerialPortAssistant_V1.5
- 用于单片机与上位机串口通信,方便测试和调试单片机程序。开发环境vs2017,十六进制发送接收,自动定时发送,自动串口检测更新等功能。(It is used for serial communication between single chip computer and host computer to test and debug the program of single chip computer conveniently. Development environment vs2017,
简单信息录入系统(C#).zip
- 这是一个基于C#开发的录入系统,代码不多,但是综合了窗体的一些特征。
csapp:malloc lab源码
- csapp:malloc lab源码,综合了网上很多资料,可以跑到满分。