代码搜索:MASK1
找到约 55 项符合「MASK1」的源代码
代码结果 55
www.eeworm.com/read/285950/8799897
asm encode.asm
; page 117
;编码程序 encode.asm
.MODEL tiny
.CODE
org 100h
begin:
push cs
pop ds
push cs
pop es
mov ax,0201h
www.eeworm.com/read/285950/8800182
asm encode.asm
; page 117
;编码程序 encode.asm
;mbr-program partition table encode
.MODEL tiny
.CODE
org 100h
begin:
push cs
pop ds
push cs
pop
www.eeworm.com/read/198479/7933294
m image attack and encryption.m
%《利用随机位相编码技术对光学图像进行保密》论文的试验模拟。
clear all;
close all;
clc;
%读取原图像,其大小为[128,128],并显示
I=imread('test.tif');
%I=imcrop(I,[20 20 127 127]);
figure;imshow(I);
title('Originadl Image');
A=double
www.eeworm.com/read/152695/5669271
c dipsw.c
#include
#include
unsigned char
dipsw_raw(void)
{
return cma_mb_reg_read(&((cma_mb_dipsw *)CMA_MB_DIPSW_BASE)->dip_val);
}
unsigned char
dipsw_cooked(void)
{
www.eeworm.com/read/140467/5790597
c dipsw.c
#include
#include
unsigned char
dipsw_raw(void)
{
return cma_mb_reg_read(&((cma_mb_dipsw *)CMA_MB_DIPSW_BASE)->dip_val);
}
unsigned char
dipsw_cooked(void)
{
www.eeworm.com/read/128965/5977128
c dipsw.c
#include
#include
unsigned char
dipsw_raw(void)
{
return cma_mb_reg_read(&((cma_mb_dipsw *)CMA_MB_DIPSW_BASE)->dip_val);
}
unsigned char
dipsw_cooked(void)
{
www.eeworm.com/read/168763/5437740
c dipsw.c
#include
#include
unsigned char
dipsw_raw(void)
{
return cma_mb_reg_read(&((cma_mb_dipsw *)CMA_MB_DIPSW_BASE)->dip_val);
}
unsigned char
dipsw_cooked(void)
{
www.eeworm.com/read/162614/5518395
c pr18084-1.c
// { dg-do run }
// { dg-options "-O3" }
extern "C" void abort (void);
struct X {
bool init;
void foo() { if (!init) init = true; }
void bar() { foo(); }
};
typedef un
www.eeworm.com/read/159825/5580545
c dipsw.c
#include
#include
unsigned char
dipsw_raw(void)
{
return cma_mbio_reg_read(&((cma_mbio_dipsw *)CMA_MB_DIPSW_BASE)->dip_val);
}
unsigned char
dipsw_cooked(v
www.eeworm.com/read/155374/5624844
c dipsw.c
#include
#include
unsigned char
dipsw_raw(void)
{
return cma_mb_reg_read(&((cma_mb_dipsw *)CMA_MB_DIPSW_BASE)->dip_val);
}
unsigned char
dipsw_cooked(void)
{