-
HOT_CAN
XC2287M 的CAN通信例程,包括如何使用DAVE(XC2287M Serial Communication using the CAN)
- 2020-06-23 16:40:01下载
- 积分:1
-
C++实现XY坐标源码
框架为MFC,语言为C++,利用这两个实现了画XY坐标系的功能,功能测试公国,源码已上传!不足之处请大家多多指教!谢谢!!!!
好的功能想法,也可以留言 谢谢
- 2023-05-13 07:30:07下载
- 积分:1
-
C#加载驱动例子
C#加载驱动例子
实现了托管代码加载驱动,管理驱动,使用驱动的方法
驱动例子:
SysKey.sys
[DllImport("advapi32.dll", EntryPoint = "OpenSCManagerW", ExactSpelling = true, CharSet = CharSet.Unicode, SetLastError = true)]
public static extern IntPtr OpenSCManager(string machineName, string databaseName, uint dwAccess);
[DllImport("advapi32.dll", SetLastError = true, CharSet = CharSet.Auto)]
public static extern IntPtr OpenService(IntPtr hSCManager, string lpServiceName, uint dwDesiredAccess);
[DllImport("advapi32.dll", SetLastError = true)]
[return: MarshalAs(UnmanagedType.Bool)]
public static extern bool CloseServiceHandle(IntPtr hSCObject
- 2022-02-04 10:03:20下载
- 积分:1
-
readdxf
#-------------------------------------------------## Project created by QtCreator 2017-11-01T09:35:55##-------------------------------------------------QT += core guigreaterThan(QT_MAJOR_VERSION, 4): QT += widgetsTARGET = read_dxfTEMPLATE = app# The following define makes your compiler emit warnings if you use# any feature of Qt which as been marked as deprecated (the exact warnings# depend on your compiler). Please consult the documentation of the# deprecated API in order to know how to port your code away from it.DEFINES += QT_DEPRECATED_WARNINGS# You can also make your code fail to compile if you use deprecated APIs.# In order to do so, uncomment the following line.# You can also select to disable deprecated APIs only up to a certain version of Qt.#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000&n
- 2022-03-17 18:02:15下载
- 积分:1
-
最大公约数和最小公倍数
说明: 输入两个数,求他们的最大公约数和最小公倍数。(Enter two numbers to find their maximum common number and minimum common multiple.)
- 2020-06-24 19:40:01下载
- 积分:1
-
Hakko T12烙铁式控制器STM32
这是基于STM32微控制器的Hakko T12 tips烙铁控制器的第一个版本。本项目是基于atmega328单片机的焊锡控制器的改进。这次的微控制器资源,大多是闪存量,允许实现图形OLED显示。很高兴能研究STM32微控制器,我必须说制造商创造了一个伟大的产品。
该控制器的主要特点是:
PID算法用于管理所提供的电源。这使得所需的温度非常稳定。
该控制器使用环境温度(手柄内的传感器或在控制器的情况下)来校正由热电偶测量的尖端温度。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
- 2022-01-25 15:08:08下载
- 积分:1
-
串口传输
这是一个用Qt写的串口传输的代码,可以读取GPS信息,并且有界面,读取数据成功,可以给新手做参考,GPS信号解码有部分问题,解码需要依据协议设定
- 2022-03-18 23:24:56下载
- 积分:1
-
Aaform
图像变换,处理图片的变换及反走样处理,包含VB和VC的源文件(Image transformation, to deal with the change of image and anti-aliasing processing, VB and VC contains source files)
- 2007-12-19 13:48:33下载
- 积分:1
-
FP
说明: 这是一个关于fp增长算法的的程序。目的是进行数据挖掘,进行剪枝操作(This is a program on the FP growth algorithm. The purpose is for data mining, pruning operation)
- 2016-01-10 21:14:57下载
- 积分:1
-
是提供asp.net 中的Treeview的产生代码
是提供asp.net 中的Treeview的产生代码-is to provide the Asp. Net for the selection code Treeview
- 2022-05-24 12:07:03下载
- 积分:1