代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/381939/9062684
c key_scan.c
/*-----------------------------------
**模块:键盘扫描(翻转法)
**功能:分别对行列进行扫描得到键值
**备注:高四位为列,低四位为行
------------------------------------*/
#include
#include
/************键
www.eeworm.com/read/381683/9078063
bin audiodem_scan.bin
www.eeworm.com/read/381327/9097557
c key_scan.c
// 现在由本机判断按下-〉释放为一个完整的击键后报告给MAIN MCU
//------------------------------------------------------------------------------------
//
// FILE NAME : KEY_SCAN.c
// TARGET DEVICE : C8051F314
// CR
www.eeworm.com/read/381327/9097572
lst key_scan.lst
C51 COMPILER V8.02 KEY_SCAN 09/17/2008 10:45:02 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE KEY_SCAN
OBJECT MODULE PLACED I
www.eeworm.com/read/381327/9097593
obj key_scan.obj
www.eeworm.com/read/381327/9097670
h key_scan.h
//------------------------------------------------------------------------------------
//
// FILE NAME : key_scan.h
// TARGET DEVICE : C8051F314
// CREATED ON : 07/14/06
// CREATED BY
www.eeworm.com/read/381211/9104330
m image_scan.m
function [y,M,N,K]=image_scan(x)
% [y,M,N,K]=image_scan(x)
%
% Zigzag scan of rectangular image x.
% x has K image planes, each with M rows and N columns of pixels.
% Scan begins at x(1,1,1) and
www.eeworm.com/read/381207/9104610
m scan_loss.m
%this program caculates and plots scan loss versus scan angle
clear all
close all
d = 0.6; % element spacing in lambda units
betadeg = linspace(0,22.5,1000);
beta = betadeg .*pi ./180;
den = pi*
www.eeworm.com/read/381044/9113570
vhd key_scan.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity key_scan is
port(clk,key_pre:in std_logic;
row:in std_logic_vector(3 downto 0);
www.eeworm.com/read/381044/9113572
vhd scan_gen.vhd
package test_con is
constant N1:integer:=3686;
end test_con;
use work.test_con.all;
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
e