资源列表
atlas
- approximation algorithm for counting contingent tables
home-mortgage-calculator
- Calculator for mortgages
AlgorithmClassic
- 此源码包含有很多经典的C++算法代码,可以用作参考.-This source contains a lot of the classic C++ algorithm code can be used as reference.
《现代信号处理教程》配套源程序
- 此程序是关于小波变换用于故障信号分析和处理的程序。-this procedure is used on the wavelet transform fault signal analysis and processing procedures.
maze
- 以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 要求:首先实现一个栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。 迷宫为8*8,采用二维数组存放迷宫信息,入口为(1,1),出口为(8,8),输入格式: 0为可通过,1为路障。 二维数组的(0,i),(I,0),(10,i),(
self-tuning-control
- 两种显示自校正最小方差控制,两种隐式自校正广义最小方差控制律,作业程序和结果-Two display self-tuning minimum variance control, two kinds of implicit self-tuning generalized minimum variance control law, procedures and results
shengyinxinhaopinpufenxi
- matlab的信号频谱分析文档说明,包括源代码和说明-matlab signal spectrum analysis documentation, including source code and instructions
hough
- hough变换检测园和直线,计算机视觉作业-Park and the straight line hough transform detection, computer vision operations
AVS_P3_dec
- AVS 音频解码参考软件,本人亲自验证,没有问题,请放心下载。-AVS audio decoder reference software, I personally verified, there is no problem, please be assured to download.
LP_segmentation_skewcorrection
- Based on digital image processing,develop a simulation program for car plate character segmentation, which is required to have image input, image preprocessing, image segmentation and morphology filter functions.to obtain a good result for segmentati
GA
- 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。-GA (Genetic Algorithm) is
beisaier
- 输出2阶-7阶Legendre多项式的值,并分别写入 data1-data6六个txt文件中,用origin可描点绘制出图形-Output 2-7 order Legendre polynomials of order value, and are written data1-data6 six txt file, with origin point can draw the graphic depiction
