-
W10 Certification C# version 2.7
说明: Win10 开源破解,无马,放心使用。凑够20字了吗(WIn10 certification)
- 2019-06-27 11:51:04下载
- 积分:1
-
Chmiot.AutoUpdater
实现windows软件自动更新,也是网上找的代码,不全,自己补全了(Automatic updates for windows software, also looking for online code, incomplete, own complement of)
- 2014-02-11 16:40:44下载
- 积分:1
-
NModbus4
Modbus是一个C#实现Modbus协议。提供与Modbus从兼容的设备和应用程序。支持串行ASCII,串行RTU,TCP和UDP协议。(NModbus is a C# implementation of the Modbus protocol. Provides connectivity to Modbus slave compatible devices and applications. Supports serial ASCII, serial RTU, TCP, and UDP protocols.)
- 2016-01-16 11:15:29下载
- 积分:1
-
OpcInclude
说明: PC和S7-300 PLC通讯所需dll:komfort.dll,Prodave6.dll,w95_s7.dll(Communication between PC and S7-300 PLC required dll:komfort.dll, Prodave6.dll, w95_s7.dll)
- 2019-02-01 09:55:56下载
- 积分:1
-
openMV串口通讯
说明: 简单的openmv和stm32通过串口连接的调试程序,适合摄像头传数据,华为杯用(The simple debugging program of connecting openmv and STM32 through serial port is suitable for the camera to transmit data, which is used by Huawei cup)
- 2021-03-10 20:59:26下载
- 积分:1
-
基于boost的c++ Http服务
本实例是基于boost的http服务框架,易于二次开发
- 2023-03-19 21:55:04下载
- 积分:1
-
geant4-for-begginers
Geant4 for begginers
- 2015-02-25 17:17:31下载
- 积分:1
-
DSP28335_PMSM_Hall
利用28335芯片,采集hall传感器采集相关信号,驱动pmsm电机(The 28335 chip is used to collect Hall sensors to collect relevant signals and drive PMSM motors.)
- 2018-05-31 23:00:58下载
- 积分:1
-
DS18B20温度传感器
使用DS18b20温度传感器采集温度的数据,感兴趣的可以尝试一下啊(Using DS18b20 temperature sensor to collect temperature data, interested can try it.)
- 2018-05-13 12:10:11下载
- 积分:1
-
Detours库基本用法
Detours库基本用法 typedef void(__stdcall *D3D11DrawIndexedHook) (ID3D11DeviceContext* pContext, UINT IndexCount, UINT StartIndexLocation, INT BaseVertexLocation);D3D11DrawIndexedHook phookD3D11DrawIndexed = NULL;void __stdcall hookD3D11DrawIndexed(ID3D11DeviceContext* pContext, UINT IndexCount, UINT StartIndexLocation, INT BaseVertexLocation){ return phookD3D11DrawIndexed(pContext, IndexCount, StartIndexLocation, BaseVertexLocation);}
- 2023-07-30 23:35:13下载
- 积分:1