-
电力系统33节点粒子群算法。(一般用于配网重构)
电力系统33节点粒子群算法。(一般用于配网重构)
- 2019-03-12下载
- 积分: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
-
attackofwatermarking
说明: 通过程序介绍的一些算法,可以对信息隐藏技术实施攻击,特别是水印技术.(procedures introduced by the algorithm, the information can be hidden to attack technology, in particular watermarking technology.)
- 2006-04-18 11:58:33下载
- 积分:1
-
WDF
WDF驱动很好的入门书籍,通俗易懂,原理清晰,实例简单。(WDF drivers good introductory book, easy to understand, the principle is clear, simple examples.)
- 2016-09-14 11:00:44下载
- 积分:1
-
led_blink MSP430G2553
对于LED _blink MSP430G2553的C代码
- 2023-03-10 08:45:03下载
- 积分:1
-
BLDC_openloop_1.0
说明: 基于STM32F28335的无刷直流电机BLDC的开环控制(Open loop control of BLDC)
- 2020-10-17 20:23:46下载
- 积分:1
-
HSM
本历程实现了一个完整的层次状态机HSM,可根据UML方便的写出相应的状态机代码。特别适合复杂状态机的开发。(This process implements a complete hierarchical state machine (HSM), according to the UML state diagram convenient to write the corresponding state machine code. Especially for complex state machine development.)
- 2013-08-21 09:32:25下载
- 积分:1
-
OUBL
流传很广很经典的哈夫曼编码和译码,可以用来学习和交流!()
- 2018-04-21 04:10:56下载
- 积分:1
-
LM629
伺服直流电机专用IC高精确度的PID位置控制,闭环控制(DC motor servo IC dedicated high-precision location of the PID control, closed-loop control)
- 2008-01-09 22:45:42下载
- 积分:1
-
qeueu
data structure : queue
- 2013-01-29 17:00:47下载
- 积分:1