资源列表
c
- c++冒泡排序#include \"stdio.h\" void sort() { int i,count=0,a[20] int k=20 printf(\"please input 20 defferent numbers?\\n\") for(i=0 i<20 i++) scanf(\" %d\\a\",&a[i]) while(count<20) { for(i=0 i<k i++)
Njiehuanfang
- 实现N阶幻方,3宫格,5宫格,7宫格,9宫格,C语言算法-Achieve N-order magic square, 3 grids, 5 grids, grids 7, 9 grids, C language algorithms
algorithms
- 数据结构中几个常用的算法C++实现 数据结构中几个常用的算法C++实现-Of several commonly used data structures in C++ algorithm for data structure, several commonly used algorithms for C++ implementation
dfs
- 深度优先搜索算法DFS的实现,1.如果有可能,访问一个领接的未访问的节点,标记它,并把它放入栈中。 2 当不能执行规则 1 时,如果栈不为空,则从栈中弹出一个元素。 3 如果不能执行规则 1 和规则 2 时,则完成了遍历。-Depth-first search algorithm DFS implementation, 1. If possible, visit a collar then outstanding access node, mark it and put it into the
STACK
- 利用C语言来实现栈的各种操作 进栈 出栈等等各种操作-Using C language to implement the various operations into the stack stack stack, and so various operations
demandvb
- 求圆柱体积,附加圆柱图,是自己输入半径和高-Cylindrical volume of demand, additional maps, their radius and high input
main
- 示例聚类算法中主函数的编写,以二个聚类中心为例。-Writing sample clustering algorithm main function, with two cluster centers for example.
feding
- energy detection in feding channel
pationtion
- matlab BP神经网络 预测非线性系统建模 非线性函数拟合-BP matlab neural network forecasting nonlinear system modeling nonlinear function fitting
Wiener-filtering-principle
- 验证纳纳滤波原理,给定噪声信号,进行维纳滤波,将维纳滤波后的信号与期望信号进行比较,验证维纳滤波器的性能-Wiener filtering principle
Gray-prediction-model
- 灰度预测模型,针对北京市近十几年来人口的数学建模-Gray prediction model, mathematical modeling in Beijing for the past ten years the population
A2p6
- This program contains a digital image processing program, Laplacian Transform
