资源列表
rlc_code
- 实现JPEG编码中的游程编码(RLE)的工程文件,能够直接运行,易读,其中temcode是读入的文件信号-JPEG coding to achieve run-length encoding (RLE) of the project file, can be run directly, easy to read, which is read the paper temcode signal
CPaint
- 绘制协议状态图的QT程序 提供状态节点、转移边等基本功能-QT protocol state diagram drawing program to provide state of the node, the basic function of the transfer edge
OCRv2
- v2 optical characterset recognition written in c#.net
diamond-shaped
- 这是一段绘制菱形地图的代码,本人亲自试验过,可以正常运行。-This is a diamond-shaped map drawing code, I personally tested, it works.
PictureGame
- 非常完整的拼图游戏VC++源码,基于控件的拼图游戏-The puzzle is complete VC++ source code, based on the control of jigsaw puzzle
vbdwg
- 一个用VB直接生成DWG图形的函数库(不需要CAD环境,不需要vbA)。-DWG directly generate a graph using VB function library (no CAD environment, without vbA).
Mif
- 用C#语言读取mif文件,实现显示,是个较好的程序-using C# language to read mif file
otsu2th
- 两个阈值的基于otsu的图像分割方法,使总方差达到最大-image segmentation using Otsu with two thresholds
MinAreaRectangle
- 对平面上的点集,寻找它的最小面积包围矩形,最小周长包围矩形,以及最大距离点对。算法采用了游标卡尺的思想,在找到凸包后时间复杂度为线性。-for finding the minimum area encasing rectangle and the maximum distance pair. The complexity of this algorithm is O(n),so it s very fast.
Bezier
- 计算机图形学,VC6.0平台的贝塞尔曲线画法。-Computer graphics, VC6.0 platform Bezier curve drawing.
Circle_and_Ellipse
- 计算机图形学中Circle and Ellipse曲线画法-Computer graphics, drawing Circle and Ellipse Curve
Line
- 计算机图形学中Line的画法,基于VC6.0-Computer graphics in the drawing Line