代码搜索:Embed
找到约 2,683 项符合「Embed」的源代码
代码结果 2,683
www.eeworm.com/read/283872/8984136
hex embed.hex
:03000000020026D5
:0C002600787FE4F6D8FD75817E02006D45
:1001E600C0F9A4B0999282F880908883C6A1868EC1
:1001F600BFFF407924301912027800100803462107
:10020600060E3F065B4F666D7D077F6F777C395E16
:10021600
www.eeworm.com/read/283872/8984143
opt embed.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/379733/9179951
m embed.m
function [data_em, s, ntd_em, s2] = embed(data, delays, dim, timeindep),
% EMBED Embed data vector with delayed samples
%
% [data_em, s] = EMBED(data, delays, dim, timeindep)
%
% Embeds the given d
www.eeworm.com/read/176515/9495255
js embed.js
tree.nodes['9_9001703'] = 'text:%u6c47%u7f16%u8bed%u8a00 ; data:roomid=1703';
tree.nodes['9_901'] = 'text:%u786c%u4ef6%u8bbe%u8ba1 ; data:roomid=901';
tree.nodes['9_902'] = 'text:%u9a71%u52a8%u5f00%
www.eeworm.com/read/170102/9820153
htm embed.htm
var d=document;
var ac="34522";
//var WSpn="";
//var pg=Math.round(Math.random()*(99999 - 1))+1;
var ref = d.referrer;
var WSvp = (typeof(document.location) != "undefined") ? document.location
www.eeworm.com/read/169281/9869660
dsw embed.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/362329/10003750
m embed.m
function [WLoc,CA,CH,CV,CD]=Embed(o,w,N)
[CA,CH,CV,CD] = DWT2(o,'haar');
[RM CN]=size(CA);
WLoc=zeros(RM,CN);
L=length(w);
k=0;
for i=1:RM
for j=1:CN
Range=[CH(i,j),CV(i,j),CD(i,j
www.eeworm.com/read/163175/10172347
m embed.m
function LSB
%LSB
%图像水印的LSB算法
clear all;
close all;
c=zeros(200*200/8,8);
%行为文本的字符数目,列为8,每个字符的ASCILL值。
A=zeros(256,256);
B=zeros(200,200);
C=zeros(200,200);
%初始化
subplot(2,2,1);
grid o
www.eeworm.com/read/274450/10871441