代码搜索:水印技术

找到约 10,000 项符合「水印技术」的源代码

代码结果 10,000
www.eeworm.com/read/341486/12082628

m wmtov.m

function W=WMToV(x ) % 将水印逐行扫描到一个向量里 % x是水印位图,W是向量 Z=imread(x); %将矩阵Z中的每列合并成一个长的列向量并赋值给W W=Z(:); W=W';
www.eeworm.com/read/419503/10864005

ico 图像水印doc.ico

www.eeworm.com/read/419503/10864015

rc2 图像水印.rc2

// // 图像水印.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED //////
www.eeworm.com/read/419503/10864049

h 图像水印doc.h

// 图像水印Doc.h : interface of the CMyDoc class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_DOC_H__AC3FAF81_1982_484B_84AC_41C417E9198E__INCLUDE
www.eeworm.com/read/419503/10864051

h 图像水印view.h

// 图像水印View.h : interface of the CMyView class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_VIEW_H__8B9DC548_D29D_495B_B953_F65184F7C04E__INCL
www.eeworm.com/read/419503/10864057

cpp 图像水印view.cpp

// 图像水印View.cpp : implementation of the CMyView class // #include "stdafx.h" #include "图像水印.h" #include "图像水印Doc.h" #include "图像水印View.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_