资源列表
输入三个整数x,y,z,请把这三个数由小到大输出
- p1_1.txt 程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将x与y的值进行交换, 然后再用x与z进行比较,如果x>z则将x与z的值进行交换,这样能使x最小。
ArcGIS9.3
- arcgis的全套注册文件,用于arcgis9.3的安装-arcgis complete set of registration documents for the installation of arcgis9.3
2(2)
- 最小生成树之Prim算法 Prim算法用于求无向图的最小生成树 设图G =(V,E),其生成树的顶点集合为U。 ①、把v0放入U。 ②、在所有u∈U,v∈V-U的边(u,v)∈E中找一条最小权值的边,加入生成树。 ③、把②找到的边的v加入U集合。如果U集合已有n个元素,则结束,否则继续执行②。 其算法的时间复杂度为O(n^2) Prim算法实现: (1)集合:设置一个数组set(i=0,1,..,n-1),初始值为 0,代表对
mouse
- 这是个基于Linux操作系统和opengl的鼠标绘制源代码。-this is a source code of making a mouse, based on the platform of linux and using opengl.
2-sat
- 所为2-sat问题,就是2判断问题。该算法是用拆点的方式建图,用找强连通子图的方法推出矛盾,用以判断2-sat是否可行。经典实现,-2-sat, is a matter of judgment. The algorithm is used to find a demolition point built strongly connected subgraph launched contradictions, used to determine whether the 2-sat. Classic
ANIMATION
- Animation of a ball in a limited space
1
- 稀疏矩阵转置: 输入稀疏矩阵中每个元素的行号、列号、值,建立稀疏矩阵的三元组存储结构,并将此矩阵转置,显示转置前后的三元组结构。-Sparse matrix transposition: input sparse matrix of each element in the row number, column number, the value triples storage structure create a sparse matrix, and the matrix transpose,
harris
- 根据harris算子提取图像角点(特征点) 根据灰度梯度变化的原理 实测有效-Extracted according to the operator harris corner of an image (feature points) according to the principle of gray gradient measured
opencv
- opencv c++ 对图像处理的小程序-Simply draw a rectangle on the image of the small program
HYL
- 纸飞机绘制过程 二维中的 还有敷上的囧字-Paper airplane draw process two-dimensional Rubbing embarrassing word
BP
- 用BP神经网络实现图像弱小目标的检测,可以直接运行-Using BP neural network to detect small target can be directly run
BIANYUANJIANCE
- OPENCV利用vs 2010人脸图像实现某张图片边缘检测-OPENCV use vs 2010 face images to achieve a picture of edge detection
