代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/464740/7155898
dat scan7.dat
www.eeworm.com/read/464740/7155908
dat scan8.dat
www.eeworm.com/read/464740/7155910
dat scan13.dat
www.eeworm.com/read/464740/7155921
dat scan2.dat
www.eeworm.com/read/460801/7240547
c key_scan.c
#include "GloblDef.h"
#include "key.h"
struct SKeyValue xdata KeyValue[KEY_NUM]={
{1,{0}}, //功能键1 KEY_FUN1
{1,{1}}, //退格键 KEY_C
{1,{2}}, //功能键2 KEY_FUN2
{2,{'1','.'}},
{4,{'2','a','b','
www.eeworm.com/read/460213/7255519
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/460213/7255520
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
www.eeworm.com/read/460029/7258617
rc2 scan.rc2
//
// SCAN.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
//////
www.eeworm.com/read/457902/7315668
c scan_str.c
/* scan_str.c -- using scanf() */
#include
int main(void)
{
char name1[11], name2[11];
int count;
printf("Please enter 2 names.\n");
count = scanf("%5s %10s",name1,
www.eeworm.com/read/455782/7365637
v scan_led.v
module scan_led(clk_1k,d,dig,seg);
input clk_1k;
input[31:0] d;
output[7:0] dig;
output[7:0] seg;
reg[7:0] seg_r;
reg[7:0] dig_r;
reg[3:0] disp_dat;
reg[2:0] count;
assign dig=dig_r;
assig