-
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
-
lcd
单片机实现温度的测量和液晶显示 ds18b20 LCD1602(MCU temperature measurements and liquid crystal display ds18b20 LCD1602)
- 2011-06-29 19:04:17下载
- 积分:1
-
。NET框架C #准备收购管理框架的一个网站,它是美丽的…
.net 架构下的c#编写的一个网站后天管理框架,很漂亮的-. net framework c# prepared a site acquired management framework, it is beautiful
- 2022-03-17 22:46:19下载
- 积分:1
-
gpxe-1.0.1.tar
gPXE是支持PXE规范的网络启动实现,扩展了很多其他功能,比如http、iscsi和aoe等(gPXE is an implementation of the PXE specification for network
booting, with extensions to allow additional features such as booting
via HTTP, iSCSI, and AoE. )
- 2010-12-20 11:51:20下载
- 积分:1
-
MMSPo
现代信号处理中关于Levinson算法,Burg算法,,ARMA模型法,MUSIC算法,已通过测试。
(Modern signal processing on the Levinson algorithm, Burg algorithm, ARMA model law, MUSIC algorithm, has passed the test.)
- 2012-07-27 13:09:01下载
- 积分:1
-
xml-write
c# .net ,使用XmlDocument,实现xml的写入。(c#. net, using XmlDocument, implement xml writes.)
- 2013-09-28 16:40:21下载
- 积分:1
-
PCAlates
说明: PCA和SVM的电磁模板分析攻击PCA and SVM for electromagnetic analysis attack templates(PCA and SVM for electromagnetic analysis attack templates)
- 2011-03-27 13:26:36下载
- 积分:1
-
dijkstra
数学建模运筹学重要算法,包含资料 包含说明 大全(Mathematical modeling operations research important algorithms, including data)
- 2014-01-04 15:42:00下载
- 积分:1
-
fontconver
把字库输出的24*24点阵的字符转换成12*24点阵,在逻辑片显示中应用比较合适(The font output 24* 24 dot matrix characters into 12* 24 lattice, in the logic of the application showed more appropriate to)
- 2008-07-25 16:46:29下载
- 积分:1
-
ID3算法
ID3算法实现。该算法完整的实现了ID3算法,创建了一颗完整的决策树,通过选取的数据集,判断出最终的选择
- 2022-02-01 13:59:08下载
- 积分:1