代码搜索结果
找到约 10,000 项符合
Image 的代码
image2.java
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
image_ram.v
//
// Verilog Module dwt_final_lib.image_ram.arch_name
//
// Created:
// by - VLSI4.UNKNOWN (VLSI04)
// at - 10:08:02 04/25/2008
//
// using Mentor Graphics HDL Designer(TM) 2004.1b
generate_image.m
% M=even_out;
% N=odd_out;
M=csvread('D:\even_out.txt');
N=csvread('D:\odd_out.txt');
image_out=[];
for i=1:8192
image_out((i*2)-1)=(M(i));;
image_out(i*2)=(N(i));
i=i+1;
end
%d