资源列表
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
BlackHole
- 经典的数学界黑洞数猜想算法,C语言经典实现黑洞数猜想-Classical black hole conjecture mathematical algorithm industry, C Language Classical Black Hole Conjecture
demandvb
- 求圆柱体积,附加圆柱图,是自己输入半径和高-Cylindrical volume of demand, additional maps, their radius and high input
Power
- 分别用蛮力法、分治法、减治法求a的n次方,并比较运行时间-Respectively with brute force method, partition method, reduce the power comes for a ^ n,and compare the running time.
JavaApplication7
- sorting algorithm which allow you to enter ten numbers in an array an sort them by increasing order
mergelist
- 利用list iterator合并两数列-Use merge two columns list iterator
main
- 示例聚类算法中主函数的编写,以二个聚类中心为例。-Writing sample clustering algorithm main function, with two cluster centers for example.
A2p6
- This program contains a digital image processing program, Laplacian Transform