登录
首页 » Visual C++ » 20100808

20100808

于 2021-03-19 发布 文件大小:427KB
0 273
下载积分: 1 下载次数: 64

代码说明:

  经典的文本水印算法,实现了别人实现不了的功能,希望大家有所用!(The classic text watermarking algorithm to achieve the functions of others fail to realize, I hope you all have a use!)

文件列表:

WordWatermark
.............\Debug
.............\.....\defaultIndex.txt,212,2011-03-17
.............\.....\index.txt,395,2011-03-17
.............\.....\key.txt,12,2011-02-24
.............\.....\tone.ini,254,2011-03-03
.............\.....\WordWatermark.exe,238592,2011-03-17
.............\.....\原始水印信息.txt,8,2011-03-04
.............\ipch
.............\....\wordwatermark-ec7eb4bd
.............\WordWatermark
.............\.............\CApplication.h,45437,2011-03-17
.............\.............\CCharacters.h,2290,2011-03-17
.............\.............\CDocument0.h,75140,2011-03-17
.............\.............\CDocuments.h,8288,2011-03-17
.............\.............\CFont0.h,12849,2011-03-17
.............\.............\CParagraph.h,17275,2011-03-17
.............\.............\CParagraphs.h,15737,2011-03-17
.............\.............\CRange.h,42993,2011-03-17
.............\.............\CSelection.h,39511,2011-03-17
.............\.............\CWords.h,2250,2011-03-17
.............\.............\Debug
.............\.............\defaultIndex.txt,212,2011-03-17
.............\.............\index.txt,395,2011-03-17
.............\.............\key.txt,12,2011-02-24
.............\.............\MSWORD.OLB,765736,2006-10-26
.............\.............\ReadMe.txt,4770,2011-03-17
.............\.............\res

.............\.............\...\WordWatermark.rc2,810,2011-03-17
.............\.............\resource.h,2292,2011-03-17
.............\.............\stdafx.cpp,215,2011-03-17
.............\.............\stdafx.h,1807,2011-03-17
.............\.............\targetver.h,314,2011-03-17
.............\.............\tone.ini,254,2011-03-03
.............\.............\WordWatermark.aps,106752,2011-03-17
.............\.............\WordWatermark.cpp,2560,2011-03-17
.............\.............\WordWatermark.h,547,2011-03-17
.............\.............\WordWatermark.rc,13376,2011-03-17
.............\.............\WordWatermark.vcxproj,6385,2011-03-17
.............\.............\WordWatermark.vcxproj.filters,3010,2011-03-17
.............\.............\WordWatermark.vcxproj.user,143,2011-03-17
.............\.............\WordWatermarkDlg.cpp,24393,2011-03-17
.............\.............\WordWatermarkDlg.h,1266,2011-03-17
.............\.............\原始水印信息.txt,8,2011-03-04
.............\WordWatermark.sln,906,2011-03-17

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • files
    数字图像隐藏及提取研究分析论文、文献等。主要研究算法为LSB算法和DCT奇偶量化、DCT均值量化。(Digital Image Information Hiding and Extraction of analytical papers, literature. The main algorithm for the LSB algorithm and DCT parity quantization, DCT mean quantization.)
    2012-04-27 14:06:39下载
    积分:1
  • dirty glass
    建立一个透明物体上有污点的模型,可以模拟玻璃上有污点的图象(Rendering of clean transparent objects has been well studied in computer graphics. However, real-world transparent objects are seldom clean—their surfaces have a variety of contaminants such as dust, dirt, and lipids. These contaminants produce a number of complex volumetric scattering effects that must be taken into account when creating photorealistic renderings. In this paper, we take a step toward modeling and rendering these effects. We make the assumption that the contaminant is an optically thin layer and construct an analytic model following results in radiative transport theory and computer graphics. Moreover, the spatial textures created by the different types of contamination are also important in achieving visual realism. To this end, we measure the spatially varying thicknesses and the scattering parameters of a number of glass panes with various types of dust, dirt, and lipids. We also develop a simple interactive synthesis tool to create novel instances of the me)
    2009-07-11 17:13:08下载
    积分:1
  • HoleFilling
    利用opencv库写的一个关于图像孔洞填补的小程序,附加了效果图片(Using the opencv library to write a small program on the filling of the hole, the additional effect of the picture)
    2020-11-27 09:39:30下载
    积分:1
  • Face-deformation
    C++,人脸变形,选择图片,在图片中选择一个四边形窗口(人物脸部),然后再在内部选择一个四边形窗口,逆时针选择,然后点击变形直接呈现变形结果,点击动画可以查看人脸变形过程(C++ program, select a picture, choose a quadrilateral window (human faces) in the picture, and then select a quadrilateral inside the window, counter-clockwise to select, then click on the deformation presented directly deformation results, click animated facial deformation process can be viewed)
    2014-02-16 13:46:01下载
    积分:1
  • 232
    实现运动目标的跟踪,首先用鼠标选取一个区域。之后能自动跟踪这个目标(Tracking of moving objects, first use the mouse to select a region. After automatic tracking of this objective)
    2012-05-29 22:25:21下载
    积分:1
  • VC++_image_Code
    说明:  VC++6.0图像处理算法集:图象的几何变换、平滑(去噪声)、锐化、腐蚀、膨胀、细化算法、半影调、抖动、直方图修正、彩色变换、腐蚀,膨胀,细化等算法,并有可执行文件供试用,并附有配套电子收,是图像处理入门的好资料。(VC++ 6.0 image processing algorithms: image geometric transformation, smoothing (to noise), sharpening, corrosion, expansion, thinning algorithm, penumbral tune jitter histogram of the amendment, color conversion, corrosion, swelling, refinement algorithm, etc., as well as executable files for trial, together with supporting electronic collection, image processing is a good data entry.)
    2008-11-20 23:20:31下载
    积分:1
  • HistDemoA
    说明:  直方图均衡化的一个程序,只能对BMP的黑白图像进行直方图均衡化(A histogram equalization process, only black and white BMP image histogram equalization)
    2008-09-23 09:48:10下载
    积分:1
  • VCPP-image-processing-chapter07
    VisualC++数字图像处理技术详解第2版光盘-第七章(VisualC++ digital image processing technology Detailed Version 2 CD- Chapter VII)
    2016-04-16 13:35:33下载
    积分:1
  • algorithm-of-findpath
    绣花问题是连续型的填充,在不同区域的缝制过程中,缝针不能提针,因此不能用一般的离散型区 域填充方法处理。本文运用几何计算和图论理论提出了一个绣花缝针轨迹自动生成算法:先对轮廓走向进行 定义,通过轮廓铅垂方向的局部极值点的分割线将图案从上向下进行分割,采用交点的特征值比较彻底的解 决了分割时的重点问题,将图案区域准确的划分成缝针能一次完成的若干个节点。在此基础上根据节点的邻 接关系建立节点的邻接“图”,通过图论中半哈密尔顿路径或深度遍历方法找到节点的遍历(缝制)序列和每 个节点的缝制方向,最后可对设定的起点、终点和缝针间隔的条件自动提供缝针的走向轨迹。(In the process of embroidering, needle can not hang up for changing to a different area. Therefore, Embroider problem could be abstract as a continuous area-filling work. Considering disperse area-filling methods can not process this problem well. Based on geometry computing and graph theory, an algorithm of finding path of embroidering needle are proposed in this paper. First, outline orientations are defined, and finding all local extreme points of inner outline on their gravitational orientation to build sectioning lines so as to divide the picture. By using intersection point character the overlap point problem was solved perfectly. Therefore, the picture is divided into some nodes which can be finished alone. Then, based on connections of these nodes, an adjacency graph of nodes was built. Using half-Hamilton path or depth-first search method, both embroidering sequence and direction of these nodes could be got from the graph. Finally, from a defined start-point, end-point)
    2012-12-09 23:26:22下载
    积分:1
  • contrast
    28个vc++图像处理原程序之--对比度拉伸(28 vc++ Image processing of the original procedure- contrast stretching)
    2008-12-24 11:58:36下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载