-
MUD西游记2005完整版
wap网页文字游戏,mud客户端。下载直接可玩,里面有教程(WAP web text game, mud client. Download direct play, there are tutorials)
- 2020-09-11 16:28:01下载
- 积分:1
-
ISO_14230_3_1999
ISO_14230_3_1999_道路车辆_诊断系统_关键词协议2000_第3部分_应用层。做诊断开发的童鞋应该能用得到。(ISO_14230_3_1999_ road vehicles _ diagnostic systems- Keyword protocol 2000_ _ Part 3 _ the application layer. The development of children' s shoes to make the diagnosis should be able to get.)
- 2013-08-21 21:15:39下载
- 积分:1
-
GPU说明
说明: GPU相关技术说明介绍 相关文档说明 有相关图片资料说明(GPU related technical description related documentation)
- 2020-06-20 04:00:02下载
- 积分:1
-
VISUAL STUDIO 与 MATLAB实现混合编程
说明: VISUAL STUDIO 与 MATLAB实现混合编程(Mixed Programming with VISUAL STUDIO and MATLAB..)
- 2020-06-15 22:35:01下载
- 积分:1
-
winpcap learning the code,. net2005c++, first install the winpcap driver, and wi...
winpcap的学习代码,.net2005c++,要先安装winpcap的驱动,和winpcap的sdk-winpcap learning the code,. net2005c++, first install the winpcap driver, and winpcap the sdk
- 2022-09-15 09:40:03下载
- 积分:1
-
CryptoAPI-Encryption-Technology
Microsoft CryptoAPI encryption technology.More detail.From architecture to specific CryptoAPI, CSP.And encryption process, the CA process seriously, the classification of encryption.
- 2014-10-27 11:01:35下载
- 积分:1
-
C# listview 扩展 示例源码
C# listview 扩展 示例源码
- 2013-10-02下载
- 积分:1
-
opencv 寻找已知物体
使用SURF算子检测关键点
调用detect函数检测出SURF特征关键点,保存在vector容器中
计算描述符(特征向量)
使用FLANN匹配算子进行匹配
计算出关键点之间距离的最大值和最小值
存下匹配距离小于3*min_dist的点对
绘制出匹配到的关键点
- 2022-03-23 23:29:41下载
- 积分:1
-
labview-danpianji
利用Keil C51 和LabVIEW编写程序实现PC与单片机串口通信。
设计任务
PC通过串行口将数字(00 ,01 ,02,03... ,FF,十六进制)发送给单片机,单片机收到
后回传这个数字,PC接收到回传数据后显示出来,若发送的数据和接收到的数据相等,则串
行通信正确,否则有错误。启始符是数字00,结束符是数字 FF。(Use Keil C51 and LabVIEW programming to achieve PC serial communication with microcontroller. Displayed after the PC via the serial port design task digital (00, 01, 02,03 ..., FF, hex) is sent to the microcontroller, the microcontroller receives return this figure, PC receives the return data , if the data sent and received data are equal, the serial communication is correct, otherwise an error. Startup character is a number 00, the end of the character is a number FF.)
- 2020-07-01 04:20:01下载
- 积分: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