代码搜索:Data Science
找到约 10,000 项符合「Data Science」的源代码
代码结果 10,000
www.eeworm.com/read/364478/9905697
bsf data_rom.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/364385/9909168
gif data_over.gif
www.eeworm.com/read/168528/9909174
cab data1.cab
www.eeworm.com/read/364385/9909189
gif data_default.gif
www.eeworm.com/read/168460/9912111
bak data20051104.bak
www.eeworm.com/read/364280/9914175
v data_scanc.v
module data_scanC
( sys_clk,
k_data,
k_clock,
reset,
data,
PA,
ZHJS
);
input sys_clk;
input k_data;
input k_clock;
input reset;
output [7:0] data;
inout [7:0] PA;
inout
www.eeworm.com/read/364280/9914241
bsf data_scanc.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/364280/9914344
bsf data_scanc.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/364280/9914345
vhd data_scanc.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity data_scanC is
PORT(
sys_clk : in STD_LOGIC; --系统同步时钟
k_data : in STD_LOGIC; --键盘数据
k