-
uCOS-II-BI
说明: 在stm32 平台上成功移植了UCOSII(move ucosii to stm32 plate successfull.)
- 2020-06-15 23:40:01下载
- 积分:1
-
tuxiangzengqiang
图像增强的C++源程序,效果非常好,彩图ok(Image enhancement of the C++ source code, the effect is very good, Wallpapers ok)
- 2009-12-16 22:44:06下载
- 积分:1
-
Honeywell
HONEY实现工业控制过程的系统,进行任务调度.(HONEY process of industrial control systems, task scheduling.)
- 2011-07-20 12:32:29下载
- 积分:1
-
序列号生成代码
public static string DesEncrypt(string encryptString, string key)
{
byte[] keyBytes = Encoding.UTF8.GetBytes(key.Substring(0, 8));
byte[] keyIV = keyBytes;
byte[] inputByteArray = Encoding.UTF8.GetBytes(encryptString);
DESCryptoServiceProvider provider = new DESCryptoServiceProvider();
MemoryStream mStream = new MemoryStream();
CryptoStream cStream = new CryptoStream(mStream, provider.CreateEncryptor(keyBytes, keyIV), CryptoStreamMode.Write);
&nb
- 2022-02-14 04:41:29下载
- 积分:1
-
Aspose.Cells 导出excel 示例源码(C#)
Aspose.Cells 导出excel 示例源码(C#)
- 2017-10-31下载
- 积分:1
-
a
说明: 基于非负矩阵分解(NMF)的人脸特征提取算法,NMF基本思想是找到一个线性子空间W,使的构成子空间的基本图像的像素点都是正值,而且人脸图像在子空间上的投影系数也是正数(Non-negative Matrix Factorization (NMF) of facial feature extraction algorithm, NMF basic idea is to find a linear sub-space W, so that the composition of sub-space of the basic image pixels are positive, and face image in the sub-space projection coefficient is positive)
- 2009-05-05 09:50:56下载
- 积分:1
-
simHijack
模拟网页劫持程序。通过两个线程并对应相应的方法进行劫持网页。(Analog page hijackers. By two threads corresponding to the appropriate method of hijacking web page.)
- 2012-06-29 20:35:50下载
- 积分:1
-
DG-solver
Discontinuous Galerkin finite element code for Hyperbolic (Euler) equation solver in C
- 2014-09-23 03:07:18下载
- 积分:1
-
zixiangguan
求自相关算法的源代码, 求自相关算法的源代码。(Auto-correlation algorithm for the source code, and auto-correlation algorithm source code.)
- 2008-12-16 22:44:39下载
- 积分:1
-
rf
说明: c#俄罗斯方块 功能比较简单 但是代码也很少(c# Tetris function is relatively simple but the code is rarely)
- 2013-06-15 00:27:27下载
- 积分:1