代码搜索:图像加密
找到约 10,000 项符合「图像加密」的源代码
代码结果 10,000
www.eeworm.com/read/461868/7215223
cpp splitproc.cpp
// ************************************************************************
// 文件名:SplitProc.cpp
//
// 图像分割处理函数库:
//
// RgnGrow() - 区域生长
// ContourDIB() - 轮廓提取
// TraceDIB() - 边界跟踪
www.eeworm.com/read/397757/8024536
frm frmmain.frm
VERSION 5.00
Begin VB.Form FrmMain
Caption = "网络图像传输"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
HasDC
www.eeworm.com/read/243410/12942946
h segimage.h
/******************************************************************************
* 光学字符识别程序
* 文件名:segimage.h
* 功能 :图像分割定义文件
* modified by PRTsinghua@hotmail.com
***********************************
www.eeworm.com/read/493068/6405814
frm flip.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "翻转图像"
ClientHeight = 6384
ClientLeft = 60
ClientTop = 348
ClientWidth = 7752
LinkTopic =
www.eeworm.com/read/487437/6511410
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "图像拖放"
ClientHeight = 4155
ClientLeft = 60
ClientTop = 345
ClientWidth = 3450
Icon =
www.eeworm.com/read/487437/6511575
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "旋转图像"
ClientHeight = 5460
ClientLeft = 60
ClientTop = 345
ClientWidth = 7980
LinkTopic =
www.eeworm.com/read/487437/6511644
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "图像动画"
ClientHeight = 4620
ClientLeft = 165
ClientTop = 735
ClientWidth = 6450
LinkTopic
www.eeworm.com/read/410341/11292734
cpp gravitytrack.cpp
#include "StdAfx.h"
#include "GravityTrack.h"
/******************************************************/
/* 函数名称:
/* GravityTrack
/*
/* 函数参数:
/* unsigned char* sGray-输入灰度图像
/*
www.eeworm.com/read/406590/11439571
h bmp24.h
#ifndef _BMP24_H_
#define _BMP24_H_
#pragma once
//===============================================================================================================
// 24位真彩图像处理类的说明
//