-
matlab
RLS , channel equalizer
- 2011-09-09 00:26:38下载
- 积分:1
-
couplehelper
couple helper system for flyff
- 2014-12-31 04:35:08下载
- 积分:1
-
光敏传感器控制呼吸灯的明暗程度
光敏传感器的使用,使用STM32单片机,控制灯的亮的程度。(The use of photosensitive sensors, the use of STM32 microcontroller, control the brightness of the light.)
- 2020-07-02 00:00:07下载
- 积分:1
-
LostAndFound
主要是用来学习的一个小系统,失物招领网上有很多PHP的,但是就没有C#写的,我这个就是C#写的。(Primarily used to study a small system, there are many online Lost PHP, but there is no C# to write, I write this is C#.)
- 2014-06-17 14:34:29下载
- 积分:1
-
图像复原vc++算法实现
图像复原的经典算法实现,包括运动模糊及运动模糊复原,逆滤波退化及逆滤波复原,加噪退化及维纳滤波复原算法,基于MFC实现,已生成exe文件,可直接运行。
- 2022-11-02 10:25:13下载
- 积分:1
-
voltage
基于MSP430单片机的1602液晶显示(1602 based on MSP430 MCU LCD)
- 2010-06-23 20:43:14下载
- 积分:1
-
两个具体的不同环境下的MS AGENT 的例子,请大家参看
两个具体的不同环境下的MS AGENT 的例子,请大家参看-two specific different environment MS Agent examples, please see
- 2023-07-06 10:15:04下载
- 积分:1
-
FFVSDK
Fingerprint Verification SDK 包涵:
指纹特征提取和识别算法
指纹扫描仪支持模块
编程例子
SDK 文档
(Fingerprint Verification SDK contains:
* Fingerprint feature extraction and matching algorithm
* Support modules for fingerprint scanners
* Programming samples
* SDK documentation
Programming samples
Fingerprint Verification SDK allows developers to use a wide range of programming languages in a development environment of their choice to create applications. The SDK includes programming samples in different languages for guiding the developers of biometric applications:
* C++
* C#
* Visual Basic .NET
* Visual Basic 6
* Sun Java 2
* Delphi 7
)
- 2009-12-30 03:13:00下载
- 积分:1
-
Quick-sort
Quicksort sorts by employing a divide and conquer strategy to divide a list into two sub-lists.
The steps are:
Pick an element, called a pivot, from the list.
Reorder the list so that all elements with values less than the pivot come before the pivot, while all elements with values greater than the pivot come after it (equal values can go either way). After this partitioning, the pivot is in its final position. This is called the partition operation.
Recursively sort the sub-list of lesser elements and the sub-list of greater elements.
The base case of the recursion are lists of size zero or one, which never need to be sorted.
- 2011-03-17 03:41:02下载
- 积分:1
-
Seismic-Evalution-Source-code
This is the Source code for Seismic evalution.With this we can manage a system.
- 2011-09-08 14:19:31下载
- 积分:1