-
youxuliebiaocharu
有序列表的插入,每次添加新数据时,保证整个列表的有序性(Into an ordered list, every time you add new data, to ensure the orderly nature of the entire list)
- 2010-09-28 18:30:57下载
- 积分:1
-
resolution.tar
matlab code or seismic segy reading
- 2009-12-14 05:00:02下载
- 积分:1
-
ghash-clmulni-intel_glue
Accelerated GHASH implementation with Intel PCLMULQDQ-NI instructions. This file contains glue code.
- 2014-08-30 11:10:14下载
- 积分:1
-
dsakf
% 文件名:randlsbget.m
% 程序员:余波
% 编写时间:2007.6.25
% 函数功能: 本函数将完成提取隐秘于上的秘密信息
% 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001)
% 参数说明:
% output是信息隐藏后的图象
% len_total是秘密信息的长度
% goalfile是提取出的秘密信息文件
% key是随机间隔函数的密钥
% result是提取的信息
function result=randlsbget(output,len_total,goalfile,key)
ste_cover=imread(output)
ste_cover=double(ste_cover)
% 判断嵌入信息量是否过大
[m,n]=size(ste_cover)
frr=fopen(goalfile, a )
% p作为信息嵌入位计数器将信息序列写回文本文件
p=1
% 调用随机间隔函数选取像素点
[row,col]=randinterval(ste_cover,len_toal,key)
for i=:len_toal
if bitand(ste_cover(row(i),col(i)),1)==1
fwrite(frr,1, bit1 )
result(p,1)
else
fwrite(frr,0, bit1 )
result(p,1)=0
end
if p==len_total
break
end
p=p+1
end
fclose(frr)
()
- 2007-06-28 16:08:04下载
- 积分:1
-
11
说明: matlab科学计算继续上传,一共10个章节,由浅入深,几乎包括了绝大部分的科学计算方法以及仿真。本人把部分算法做了优化,更为完善(matlab scientific computing continue to upload, a total 10 chapters, easy-to-digest, almost, including most of the scientific method of calculation and simulation. I have done a part of algorithm optimization, a more perfect)
- 2008-12-25 16:32:52下载
- 积分:1
-
Tsp
TS算法求解TSP问题,里面包含样本数据,算法收敛较好,优化结果比较理想!(tabu search for TSP)
- 2010-07-24 19:41:31下载
- 积分:1
-
MATLAB
matlab SERIAL COMMUNICATION WITH ARDUINO
- 2013-05-06 07:34:16下载
- 积分:1
-
concat
This tests the new String object method: concat.
- 2014-01-15 20:20:26下载
- 积分:1
-
Seismic_NMO
叠前地震数据动校正和叠加的matlab模块,对于学习地震勘探的人十分有效(code for seismic NMO and Seismic stack)
- 2016-03-18 16:46:59下载
- 积分:1
-
Example
二为弹性波动程序,用于显示p波,s波和表面波的传播过程。(Elastic Wave Program)
- 2013-05-18 12:12:29下载
- 积分:1