代码搜索:fetch
找到约 3,617 项符合「fetch」的源代码
代码结果 3,617
www.eeworm.com/read/458682/7291709
sh quote-fetch.sh
#!/bin/bash
# quote-fetch.sh: Download a stock quote.
E_NOPARAMS=66
if [ -z "$1" ] # Must specify a stock (symbol) to fetch.
then echo "Usage: `basename $0` stock-symbol"
exit $E_NOPARAMS
fi
www.eeworm.com/read/456671/7342632
vhd instru_fetch.vhd
-- 取指部分instru_fetch
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
--use work.exp_cpu_components.all;
entity instru_fetch is ----
www.eeworm.com/read/441281/7672154
vhd data_fetch.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
USE IEEE.numeric_std.ALL;
-- use package
USE work.procmem_definitions.ALL;
ENTITY data_fetch IS
PORT (
-- inputs
clk : IN STD_ULOGIC;
rst_n : IN STD_ULOGIC;
www.eeworm.com/read/438832/7725822
sh quote-fetch.sh
#!/bin/bash
# quote-fetch.sh: 下载一份股票报价.
E_NOPARAMS=66
if [ -z "$1" ] #必须指定需要获取的股票(代号).
then echo "Usage: `basename $0` stock-symbol"
exit $E_NOPARAMS
fi
stock_symbol=$1
file_suffix=.html
#
www.eeworm.com/read/246107/12755968
vi fetch measurement (read).vi
www.eeworm.com/read/246107/12756040
vi fetch measurement.vi
www.eeworm.com/read/246107/12756076
vi fetch (output buffer).vi
www.eeworm.com/read/246107/12756082