资源列表
20060823192217796
- 掏美元培训得来的某外国公司推广keil ARM 和LPC2100的源码。-training in the amount of U.S. dollars to a foreign company to promote keil LPC2100 ARM and the source.
968253
- 自适应lms算法源程序 自适应matlab程序-adaptive algorithm source lms adaptive procedures Matlab
imagemagic
- demo目录: fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图 像都是位图。 fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能 有较好的效果。输出图像覆盖于输入图像之上。 fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这 些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下: testimgSSSDDD.bmp 其中
timecontrol
- 该程序是时间显示程序,一般可以使用LCD显示.-time of the procedure is indicated procedures, the general can use LCD display.
temperture
- 这个程序比较实用,主要功能是检测温度.进行温度的设置.使用的是DS18B20温度传感器.显示使用LED.-this procedure is practical, Detection is the primary function of temperature. temperature settings. using the temperature sensor DS18B20. that the use of L ED.
PbM
- 在已知道立体视觉中左右两幅图像对应点的前提下,用pbM求解基本矩阵(F Matrix)-know the three-dimensional visual images around two corresponding points on the premise that pbM used for the basic matrix (F Matrix)
phex_2.8.6.95_src
- Phex是一个开放源代码,多平台,利用Gnutella 客户端的免费软件,你通过它可以搜索,下载以及共享所有类型的文件。这个程序提供了一个自动功能来寻找新的产品以及支持通过不同主机断点续传。它与LimeWire, BearShare, Morpheus以及其它P2P Gnutella 软件兼容,版本0.7.3提供了一个新的自动屏蔽无用信息的功能。 Phex is a P2P filesharing client which is based on the Gnutella networ
ANtsP2P_beta1.5.6_p0.9.3_src_nb
- ANts P2P realizes a third generation P2P net. It protects your privacy while you are connected and makes you not trackable, hiding your identity (ip) and crypting everything you are sending/receiving from others. Features Open Source
Win32Osd_WaterFlow[06-11-14_00]
- SCOsd.cpp可以直接操作内存的方式处理象素 CSWaterFlow.cpp是一个测试程序,撒水的粒子效果-SCOsd.cpp memory can operate directly approach CSWaterFlow pixels. cpp is a test procedure that tracks the effect of particles
newoula-C
- * 用改进的欧拉方法求解初值问题,其中一阶微分方程未y =f(x,y) * 初始条件为x=x[0]时,y=y[0]. * 输入: f--函数f(x,y)的指针 * x--自变量离散值数组(其中x[0]为初始条件) * y--对应于自变量离散值的函数值数组(其中y[0]为初始条件) * h--计算步长 * n--步数 * 输出: x为说求解的自变量离散值数组 * y为所求解对应于自变量离散值的函数值数组 -* Improved Euler me
Newton-C
- * 用牛顿插值法依据N个已知数据点即使函数值 * 输入: n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向量 * xx-插值点第一坐标 * 输出: 函数返回值所求插值点的第二坐标 -Newton interpolation method based on N-known data points even function * Input : n -- known data points the nu
Hermite-C
- * 用埃特金插值法依据N个已知数据点计算函数值 * 输入: n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向量 * xx-插值点第一坐标 * eps--求解精度 * 输出: 函数返回值所求插值点的第二坐标 -* Use Aitken interpolation method based on N-known data points calculation function * Input :