代码搜索:F256

找到约 9 项符合「F256」的源代码

代码结果 9
www.eeworm.com/read/395331/2438152

f256

# # $Id: f256 897 2007-12-29 13:02:32Z arniml $ # # JTAG package script for EP2C8F256 # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General P
www.eeworm.com/read/395331/2438168

f256

# # $Id$ # # JTAG package script for EP1C12F256 # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Fr
www.eeworm.com/read/369934/9629323

m bilinear_interpolation_zoom.m

function Bilinear_Interpolation_Zoom f1024 = imread('1024.jpg'); f256 = f1024(1:4:end,1:4:end); [m,n] = size(f256); X0 = 4; x = X0-1; ff1024 = zeros(m+x*(m-1),n+x*(n-1)); for i = 1:m for j
www.eeworm.com/read/369934/9629321

m bilinear_interpolation_shrink.m

function Bilinear_Interpolation_Shrink f1024=imread('1024.jpg'); [imagewidth,imageheight]=size(f1024); width=256; height=256; f256=uint8(zeros(width,height)); wscale=imagewidth/width; hscale=im
www.eeworm.com/read/335329/12539662

cpp 解f256方程-奇偶过滤.cpp

#include #include #include #define N 7 int A[7]={0}; int ca[35]={0}; char res_file[500],result_file[500]; void main() { int i,j=0,k=0; int s=0,odd_num
www.eeworm.com/read/335330/12539649

cpp 解f256方程-尾数交集过滤.cpp

#include #include #include int A[7]={0}; int B[5][15]={0}; int wh[6]={11}; void main() { int i,j=0,k[5]={0},tem=11; int s=0,g_num=0,cnt=0,m=0,n=0,t=0,h=
www.eeworm.com/read/335328/12539670

cpp 解f256方程-大小过滤.cpp

#include #include #include #define N 7 int A[7]={0}; int ca[35]={0}; char res_file[500],result_file[500]; void main() { int i,j=0,k=0; int s=0,num=0,m
www.eeworm.com/read/459541/7274046

h config.h

#ifndef CONFIG_H #define CONFIG_H //------------------------------------------------------------------ /* 芯片选择配置 */ //---------------------------
www.eeworm.com/read/335331/12539639

cpp 解f256方程-尾数排除过滤.cpp

#include #include #include #define N 7 int A[7]={0}; void main() { int i,j=0,k=0; int s=0,tem=0; FILE *fr,*fw; char res_file[500],result_file[500];