-
NRF24L01
NRF24L01按键测试程序可以通过按键来发送数据(NRF24L01 key test program)
- 2014-02-24 18:50:34下载
- 积分: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
-
VCZHONGDIAOYONGMatlab
VC中调用Matlab测试代码混合编程
对于学习VC和MATLAB 很有帮助(VC call Matlab test code mixed programming learning VC and MATLAB helpful)
- 2008-04-02 12:26:51下载
- 积分:1
-
MYFIRE
该例子演示了使用OPENGL创建蜡烛火焰的效果,包含完整源代码,使学习游戏中火焰粒子运动及爆炸粒子运动的好(The example demonstrates the use of OpenGL to create the effect of a candle flame, including complete source code, make learning games flame particle and particle explosion good Dongdong)
- 2020-07-10 12:08:55下载
- 积分:1
-
k-fold_cross-validation_binary_libsvm
K fold cross validation on svm
- 2016-10-30 00:53:07下载
- 积分:1
-
Pro03_Record_Audio
说明: 基于msp430f6638 实现录音回放功能(Realizing recording and playback function based on msp430f6638)
- 2020-07-28 23:18:39下载
- 积分:1
-
ADC_DMA
stm32f103vet6.编程想实现ADC的DMA功能,并将采集到得数据通过DAC输出,在示波器上观察波形。经调试可用,Keil uVision4.(stm32f103vet6. Programming the DMA function to the ADC, and data was collected through the DAC output, observe the waveform on the oscilloscope. The debugging available, Keil uVision4.)
- 2011-09-01 22:01:33下载
- 积分:1
-
stm32f407-encoder
这是基于stm32f407的编码器程序,能够实现单片机对编码器的控制并把数据用串口发回电脑(This is the code based on stm32f407 to control encoder and return the data to pc
when succeed)
- 2020-10-13 15:47:33下载
- 积分:1
-
ZYB.DBUtility
说明: DBHelper CSharp .NET
- 2020-06-25 18:20:01下载
- 积分:1
-
stm32单片机控制的485通信传输可利用esp8266及gprs上报至云端。
stm32单片机控制的485通信传输可利用esp8266及gprs上报至云端。
- 2023-03-24 05:10:03下载
- 积分:1