代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/155542/11864191
m main.m
function main()
%主要思想是从两幅图像中选取信息,然后置乱成一幅图像。
%这样可以从要加密的多幅(2*n幅)图像中,按照上述思想,得到一半数目(n幅)的图像。
%对得到的图像进行自适应算法的隐藏,又可以得到(n-1)幅的图像。
%对(n-1)幅的图像进行Arnold变换,得到(n-1)幅的图像作为密钥,此外,密钥还有迭代次数,置乱规则,Arnold加密规则
%主要缺点 ...
www.eeworm.com/read/155516/11867262
h system.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/344667/11869415
h sha.h
#ifndef _SHA1_H
#define _SHA1_H
#ifndef uint8
#define uint8 unsigned char
#endif
#ifndef uint32
#define uint32 unsigned long int
#endif
typedef struct
{
uint32 total[2];
ui
www.eeworm.com/read/344618/11870412
h fat16.h
/*#######################################################################################
Project:MSP430F1XX MCU Development Board
fat16.h
Copyright (C) 2007 edadiy
http://www.edadiy.cn
#########
www.eeworm.com/read/155415/11876087
h updownclient.h
//this file is part of eMule
//Copyright (C)2002 Merkur ( devs@emule-project.net / http://www.emule-project.net )
//
//This program is free software; you can redistribute it and/or
//modify it und
www.eeworm.com/read/155415/11876689
h knownfile.h
//this file is part of eMule
//Copyright (C)2002 Merkur ( devs@emule-project.net / http://www.emule-project.net )
//
//This program is free software; you can redistribute it and/or
//modify it und
www.eeworm.com/read/155415/11877210
h clientcredits.h
//this file is part of eMule
//Copyright (C)2002 Merkur ( devs@emule-project.net / http://www.emule-project.net )
//
//This program is free software; you can redistribute it and/or
//modify it und
www.eeworm.com/read/155415/11877733
cpp preferences.cpp
//this file is part of eMule
//Copyright (C)2002 Merkur ( devs@emule-project.net / http://www.emule-project.net )
//
//This program is free software; you can redistribute it and/or
//modify it und
www.eeworm.com/read/258097/11886036
h dvdpe_d.h
//
// FILE
// dvdpe_d.h
//
// DESCRIPTION
// DVD navigation related data structure
//
// *NOTE* all structure in big-endian format
//
#ifndef __DVDPE_D_H
#define __DVDPE_D_H
//
// PCI
www.eeworm.com/read/258097/11886150
h func.h
#ifndef __FUNC_H
#define __FUNC_H
#include "types.h"
#include "endian.h"
#include "stdlib.h"
#include "sio.h"
#include "epp.h"
/***********************************************************