资源列表
gdqthresh
- 采用matlab软件编写一种基于过渡区的图像分割方法,-using Matlab software development based on the transitional zone of image segmentation methods,
DSP_MATLAB
- 按时间抽取fft的matlab程序。按照标准的流程图编写。结构清晰,便于学习fft
matlabMUSIC
- 用MUSIC算法作谐波恢复,该算法精确度非常高,能够分辨0.013Hz的频率分量。
lud
- lud算法基于matlab
01beibao
- 动态规划问题中的01背包问题,需要的可以看下了-Dynamic programming problem in the 01 knapsack problem, in need may have a look up. .
bfs.c
- THIS A BITONIC SEARCH PROGARM. A BITONIC SEARCH IS A PROGRAM THAT IS USED TO FIND OUT THE PARALLEL VALUES THAT ARE UNSORTED AND CAN BE REALIZED AT A TIME USING SEMAPHORE -THIS IS A BITONIC SEARCH PROGARM. A BITONIC SEARCH IS A PROGRAM THAT IS USED TO
ode
- 常微分方程求解,主要为拉格朗日插值,比较简单,适合初学者学习使用-Solving ordinary differential equations, mainly for Lagrange interpolation, is relatively simple, suitable for beginners to learn to use
fft
- c语言实现的时间抽取的FFT算法程序,输入两个参数,一个是输入序列xin,采用复数形式,数组从下标1开始存数,另一个是FFT的点数N.FFT子程序求s的256点的FFT的方法-FFT algorithm implemented in C
myGA
- 这是遗传算法,是一种实用高效的人工智能算法,主要用于工程优化问题的求解。-This is a genetic algorithm, is a practical and efficient artificial intelligence algorithms, mainly for engineering optimization problems.
main
- n个最小数问题,即对于给定的n*n个随机数,从中找出n个最小的数,且这n个数来自不同的行和列-N most decimal problems, namely, for a given n*n a random number, find the smallest number from n, and the N number from different rows and columns
Tri-Tiling(Modified)
- 如何利用2*1个方格的板子,将3*n的板子完全覆盖?这个程序就解决了这个问题。其实编程的难度不大,重点是解决了数学中一个递推关系的问题。-How to use 2* a checkered board, the 3* n board completely covered? This program solves this problem. In fact, programming is not difficult, the focus is to solve a mathematical pro
BPneuralnetwork
- 简单的BP人工神经网络拟合算法,能够通过循环自动确定参数。-Simple BP artificial neural network fitting algorithm can automatically determine the parameters through the loop.