资源列表
information-theoretic-learning
- 国外信息论大牛Jose C. Principe最新出版,关于信息论的最新方法介绍-the recently publishment of information theoretic learn by Jose C. Principe
zhucunkongjianfenpeihehuishou
- 设计一个程序,可以由用户初始化空闲表和作业申请队列,程序在这个基础上模拟作业调度及内存分配,并将过程显示。 用户初始化空闲表的时候需要指定每一个空闲块的大小及起址,程序根据空闲块起址自动将其插入到空闲表中的相应位置 用户初始化申请队列时只需输入作业名及提交时间,所需时间。程序将申请队列中的作业按提交时间排序。-Design a program that can free the user initiates an application form and job queues, proc
prim
- 用prim算法实现最小生成树,运用c++代码实现最短路径问题-Minimum spanning tree algorithm with a prim, use c++ code to achieve the shortest path problem
chaoliuchengxu
- 使用C语言,进行电力系统潮流计算的源代码。-The use of C language flow calculation for electric power supply system source code.
Contrast-Enhancement-Techniques
- his example shows several image enhancement approaches. Three functions are particularly suitable for contrast enhancement: imadjust, histeq, and adapthisteq. This example compares their use for enhancing grayscale and truecolor images.-his example s
FaceGeometry
- Geometric Feature based Face detection
MIMGA
- 基于互信息最大化的特征提取代码,希望对大家有用(Feature extraction code based on maximization of mutual information)
Rayleigh
- 采用C语言的方式编写模拟输出一组符合瑞利分布的伪随机数。(rayleigh of c langage.)
cim-nlms
- correntropy induced metric nlms
Matrix-transpose
- 对矩阵进行转置 用二维数组进行转置 C-Matrix transpose
Fang_Taylor_Chan
- 用matlab实现小车的精准定位算法的研究。-Realize the precise localization algorithm of the car
middle
- 动态规划求解01背包问题,使用VC++6.0开发,C-dynamic program for 0-1 package problem