-
ocilib
OCI 头文件适合unix/linix 环境下(ocilib.h )
- 2013-04-20 11:50:45下载
- 积分:1
-
Sinmap2source
DEM中提取地形特征的一个新算法,简单实用(DEM to extract topographical features of a new algorithm, simple and practical)
- 2007-09-10 10:38:43下载
- 积分: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
-
gjbc
matlab高级编程的所有源程序,以章节为单位,源程序很全(all program of matlab )
- 2009-09-20 15:17:13下载
- 积分:1
-
RF
说明: Dieu khien robot tu xa
- 2014-10-02 21:43:22下载
- 积分:1
-
无线通信-预编码-MATLAB代码合集
说明: 多用户MIMO预编码之类的代码,帮助初学者进行编程,环境为MATLAB(Multi user MIMO precoding and other codes help beginners to program, and the environment is matlab)
- 2021-05-13 11:30:02下载
- 积分:1
-
Moving-Object-Detection-and-Tracking
extracting background Bit-layer(A method of achieving background is presented
which detect the moving object with statistics from complex
scene. Compared with other methods of achieving image
background, this approach can achieve and update
simultaneously background. The method of moving object
detection has the advantages of simplicity in computation,
strong resistance to noise. The state transition matrix and
observation matrix of Kalman filter are then defined to track
the detected object. The experiment indicates that the method
proposed has stability of forecast.)
- 2012-11-27 15:56:19下载
- 积分:1
-
ACM分治 最临近点对
1005: 最邻近点对
时间限制: 1 Sec 内存限制: 8 MB
提交次数: 6024 通过次数: 1804
提交
题目描述
要求用分治算法(O(nlogn)复杂度)实现寻找n个点中最邻近点对,输出最邻近距离的平方。其中0
- 2022-02-04 12:14:49下载
- 积分:1
-
USB2CANSource
USB2CAN开源资料,包含源码和硬件设计图(USB CAN )
- 2014-10-13 17:47:26下载
- 积分:1
-
Programming.Pearls
说明: 编程珠玑源代码 很经典 都是c和c++的源代码(Abas programming source code is very classic and c are c++ Source code)
- 2008-10-12 22:00:32下载
- 积分:1