代码搜索:f1024
找到约 5 项符合「f1024」的源代码
代码结果 5
www.eeworm.com/read/246277/12744567
h~ flash.h~
//******************************************************************************
// Copyright (C) 2005, ZEMTEC.COM All Rights Reserved.
//
// AT25F1024 读写控制程序
//
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/346815/11719938
txt 程序说明.txt
程序说明
1、读AT25F1024A Device ID , 经测试,D5509上的AT25F1024A可以工作在16M频率上,17M误差很大???
建议串行EEPROM 工作在1M 频率以下, 以兼容AT25128 AT25256, AT25P1024等芯片
2、SDRAM 和AT25F1024A共同操作注意事项, GPIO4低电平片选AT, 高电平使能SDRAM
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/335284/12541641
vhd fpin.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity fpin is
port(reset,clk:in std_logic;
f1024,f512,f4,f1: buffer std_logi