-
alphatrimmed1
image processing program filter
- 2014-01-20 00:31:22下载
- 积分:1
-
CC2530-PWM
CC2530 PWM控制,分析的相当详细。(CC2530 PWM control, analysis in considerable detail.)
- 2013-08-03 20:34:30下载
- 积分:1
-
6875
简单写字板,精选ios编程学习源码,很好的参考资料。(Simple WordPad, selection of learning IOS programming source code, a good reference.)
- 2013-12-13 17:01:37下载
- 积分:1
-
Hough
Detecting ellipses on a camera source with Hough transform
- 2017-01-07 01:24:49下载
- 积分: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
-
6678_EMIF
TMS320C6678 DSP emif的驱动程序,在TI官方的开发板上测试成功。包含emif的通道选择,参数设置。代码由C语言编写,是DSP的底层驱动程序。使用了TI的CSL库函数,在使用时注意添加相关的库路径,需要安装有关BIOS的开发DSK
- 2022-03-12 06:36:31下载
- 积分:1
-
test
方差比检验代码,可以用来进行有效市场假说的检验,另外是一部分(Variance ratio test code can be used for the test of the efficient market hypothesis, the other is part of the)
- 2012-06-09 21:38:09下载
- 积分:1
-
decoder
用C++是实现的码长为900的BCH码解码程序(本程序用visual studio运行,若用其他软件,可能要修改一下头文件)(The use C++ achieve a code length of 900 BCH code decoding process)
- 2020-06-29 21:20:02下载
- 积分:1
-
LCD_HZK
汉字点阵字库仿真,这个字库挺好用的,希望能为大家提供帮助!(Chinese character dot-matrix font Simulation)
- 2009-03-11 14:50:54下载
- 积分:1
-
51andNANDFlash
51单片机控制NAND Flash读写程序,编译环境vc++,可根据flash不同做稍加修改,即可实现功能要求(51 single-chip NAND Flash read and write procedures, compile environmental vc++, according to flash a little modified)
- 2012-04-25 11:00:41下载
- 积分:1