搜索资源列表
wave_decomandreconstruct_1D
- 一维小波的分解与重构.采用vc控制台编写,采用的滤波器系数是db4.经测试成功运行,并可移植到二维图象的变换中
AnDian
- visual c++6.0实现的判断一个任意(i*j)二维数组上是否存在鞍点
二维薄膜生长进行模拟的源程序
- 用动力学蒙特卡罗方法对二维薄膜生长进行模拟的源程序,simulating film growth with 2D KMC simulator
mfcPTREE
- 用MFC实现二维的树,里面含有不同的计算规则和绘制方法 根据用户的选择绘制出不同的效果-MFC achieved by two-dimensional tree, which contains the rules and draw different calculation methods based on the user' s choice to draw the different effects
graphics
- 1)给出系统框架。 2)调用画点的函数,分别用DDA、中点Bresenham算法和改进Bresenham算法绘制直线和中点算法绘制直线、用不同的算法绘制圆和椭圆 ,并各自比较算法精度与效率的差别 。 3)实现二维图形的变换。(包括平移,放缩,旋转,错切以及复合变换) 4)运用所学的区域填充算法实现区域填充。 5)运用所学算法实现线段裁剪以及多边形裁剪(多边形裁剪为可选)。 6)自己实现其它附加以及需要完善的功能。 -1) give system framework.
source
- 锯齿数组 实现一个“可变长二维数组”,这个二维数组的行数可由输入决定,每行的元素个数仍可由输入决定。每个数组元素值都是1. 执行结果如下: 请输入行数: 5 请输入第1行的元素个数: 20 请输入第2行的元素个数: 34 请输入第3行的元素个数: 17 请输入第4行的元素个数: 9 请输入第5行的元素个数: 25 11111111111111111111 111 111 11 111 111 11111 111111111 11
Maze
- 迷宫算法.简易的二维迷宫.演示找到一条从起点到终点找到的路径.-Maze algorithm . This Program is a simple two-dimensional maze algorithm. Presentation to find a path found from start to finish.
three-dimensional-array
- C/C++语言动态申请二维数组和三维数组的几种方法-C/C++ language dynamic several ways to apply for a two-dimensional arrays and three-dimensional array
maze
- C++迷宫问题求解,随机生成迷宫存放于二维数组,为保证至少有一条通路,再生成一条路径置入迷宫中,然后回溯法求解-C++ maze problem solving randomly generated maze stored in a two-dimensional array, in order to ensure at least one path, and then generate a path into your maze, then backtracking to solve
控制台动态图形演示二维数组遍历
- 控制台动态图形演示二维数组遍历 编译环境:vc++ 6.0 (需要easyX图形库) -Console dynamic graphical presentation dimensional array traversal compilation environment: vc++ 6.0 (need easyX graphics library)
DistanceSmallestPoints
- 通过分治策略,在O(nlogn)时间复杂度内,找到二维平面区域内距离最小的点对。-Divide-and-conquer strategy, the time complexity of O (nlogn), find the area of two-dimensional plane distance smallest point on.
cPP.DataMakeraConsolePrinter
- 产生动态申请内存的一维二维数组数据; 在控制台输出数据; 此版本为类模板,可任意指定数据类型- Generate a one-dimensional two-dimensional array of dynamic application data memory In the console output data This version is a class template, you can specify any data type
QRMarker
- 最早起源于日本,它是用特定的几何图形按一定规律在平面(二维方向)上分布的黑白相间的图形,是所有信息数据的一把钥匙。-2-dimensional bar code
circlecenter-radius
- 用于求解二维情况下的三点外接圆半径及圆心,功能完备,适用各种情况-Is used to solve the two-dimensional case of three circumscribed circle radius and the center of the circle, fully functional and applicable situations
acou
- 交错网格声波方程正演模拟,交错网格有限差分地震波场计算,二维的声波正演,利用空间10阶,时间2阶。-The CalCulation of the SeismiC Wave一 fieldwith Staggered-grid Finite difference Sheme
mhc02
- 采用指向指针的指针来动态分配二维数组,存储读取的文本结构内的数据。求得这二维数组内的行均值与协方差,并整齐输出,最后对所分配的内存进行释放!-Using a pointer to the pointer to dynamically allocated two dimensional array, storage read text structure within the data. Obtained in the two dimensional array of mean and covar
mhc05
- 读取平面点坐标及点号,按X、Y轴坐标大小将平面点点号以二维5*5矩阵整齐输出!-Read the plane point coordinates and the dot, according to the X and Y coordinates, size and number on the plane with two-dimensional 5* 5 output matrix and tidy!
QR-ENCODE-VC
- 二维码编码 VC 非常简单实用,亲测可用-Two-dimensional code is very simple and practical VC
WordSplit
- 基于中科院分词工具进行封装,实现了一个, 你输入一句中文,以二维字符串数组的形式返回分好的名词、动词、形容词-CAS-based segmentation tool package to achieve one, you enter a word of Chinese, in the form of a two-dimensional array of strings returned good points nouns, verbs, adjectives, etc.
RadixSort
- 数据结构中的基数排序,这里是通过二维数组实现,简单易懂-Data structure radix sort, here is achieved through a two-dimensional array, easy to understand
