-
APIHOOK
APIHook程序范例,截取部分API函数。(APIHook program example, intercept some API functions.)
- 2013-08-28 14:12:10下载
- 积分:1
-
ictclas文本分析
用于文本的分割与处理,可以用作情感分析等(Used for text segmentation and processing, can be used for emotional analysis, etc.)
- 2020-06-17 17:00:02下载
- 积分:1
-
xuliehua
vc基本序列化的程序源码,希望对大家有所帮助(vc basic sequence of the program source code, we want to help)
- 2011-06-05 22:20:23下载
- 积分:1
-
iMVS-6000PlatformSDKDemo_CS
说明: 只用来条码识别,省去了繁琐的其他功能,需要搭配visionmaster使用,该项目用来自用,所以里面涉及到一些参数,需要自行修改(It is only used for bar code identification, and other complicated functions are omitted. It needs to be used with visionmaster. This project is for self use, so some parameters are involved and need to be modified by yourself)
- 2020-11-30 12:46:33下载
- 积分:1
-
线程在 vc 环境中测试
simple.vcproj
- 2022-02-01 16:45:54下载
- 积分:1
-
温度计(包含负温度)
这是基于单片机的温度计,包含负温度。文件里包含了仿真图和C语言源码,真实有效。
- 2022-10-06 23:25:03下载
- 积分:1
-
C# 实现 MD5加密解密算法
using System.Security.Cryptography;using System.IO; using System.Text; ///MD5加密 public string MD5Encrypt(string pToEncrypt, string sKey) { DESCryptoServiceProvider des = new DESCryptoServiceProvider(); byte[] inputByteArray = Encoding.Default.GetBytes(pToEncrypt); des.Key = ASCIIEncoding.ASCII.GetBytes(sKey); des.IV = ASCIIEncoding.ASCII.GetBytes(sKey); MemoryStream ms = new MemoryStream(); CryptoStream cs = new CryptoStream(ms, des.CreateEncryptor(),CryptoStreamMode.Write); cs.Write(inputByteArray, 0, inputByteArray.Length); cs.FlushFinalBlock(); StringBuilder ret = new StringBuilder(); foreach(byte b in ms.ToArray()) { ret.AppendFormat("{0:X2}", b); } ret.ToString(); return ret.ToString(); } ///MD5解密 public string MD5Decrypt(string pToDecrypt, string sKey) { DESCryptoServiceProvider des = new DESCryptoServiceProvider(); byte[] inputByteArray = new byte[pToDecrypt.Length / 2]; for(int x = 0; x < pToDecrypt.Length / 2; x ) { int i = (Convert.ToInt32(pToDecrypt.Substring(x * 2, 2), 16)); inputByteArray[x] = (byte)i; } des.Key = ASCIIEncoding.ASCII.GetBytes(sKey); des.IV = ASCIIEncoding.ASCII.GetBytes(sKey); MemoryStream ms = new MemoryStream(); CryptoStream cs = new CryptoStream(ms, des.CreateDecryptor(),CryptoStreamMode.Write); cs.Write(inputByteArray, 0, inputByteArray.Length); cs.FlushFinalBlock(); StringBuilder ret = new StringBuilder(); return System.Text.Encoding.Default.GetString(ms.ToArray()); }
- 2013-11-13下载
- 积分:1
-
dianzhen
点阵原理图,595和138,没错这就是电路板
·OLED例程,适合12864,具体使用请根
·台达PLC Modbus协议通信dll com控件
·单片机红外遥控最全的资料,包含很
·非接触式IC卡开发板源程序,包括原
·C51实用程序(45个) I/O、定时( OLED routines, suitable for 12864, please use the specific root
· Delta PLC Modbus protocol communication dll com Controls
· Infrared remote control MCU most complete information, including the very
· Non-contact IC card development board source, including the original
· C51 utility (45) I/O, timer)
- 2013-08-24 18:02:56下载
- 积分:1
-
RFID
使用usrp1或usrp n210搭建rfid,环境,gnuradio 3.4.2
ubuntu 10.10(usrp1,usrp2,make rfid gnuradio 3.4.2
ubuntu 10.10)
- 2021-01-04 17:08:55下载
- 积分:1
-
的开发的技术看风景的快速反击刚恢复很好过分
的开发的技术看风景的快速反击刚恢复很好过分-llllllllllllllllllllllll
- 2023-04-04 15:35:04下载
- 积分:1