代码搜索:ctrl

找到约 10,000 项符合「ctrl」的源代码

代码结果 10,000
www.eeworm.com/read/485423/6561668

txt ctrl.txt

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use ieee.std_logic_arith.all; entity ctrl is port ( idclk,reset:in std_logic; inc,dec:in std_logic;
www.eeworm.com/read/485474/6563271

php ctrl.php

www.eeworm.com/read/485474/6563306

css ctrl.css

body { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 11px; text-align: center; } div { padding: 8px; border: 1px solid #999; background-color: #EFEFEF; margi
www.eeworm.com/read/483301/6603422

v ctrl.v

//***************************************************************************** // DISCLAIMER OF LIABILITY // // This text/file contains proprietary, confidential // information of Xilinx, Inc., is d
www.eeworm.com/read/483301/6603426

v ctrl.v

//***************************************************************************** // DISCLAIMER OF LIABILITY // // This text/file contains proprietary, confidential // information of Xilinx, Inc., is d
www.eeworm.com/read/265217/11272699

ctrl log.ctrl

www.eeworm.com/read/265217/11272700

ctrl logmirror.ctrl

www.eeworm.com/read/264895/11295339

c ctrl.c

#include #include #include #include #include #include #include #include #include
www.eeworm.com/read/264895/11295340

h ctrl.h

#ifndef _BLX_PROC_CMD #define _BLX_PROC_CMD #define MAX_CONNECTED 10 #define MAX_CONNECTED_NO 20 unsigned char proc_cmd(const void * buf, const int fd,int * is_me); unsigned char check_user(c
www.eeworm.com/read/408595/11379994

vhd ctrl.vhd

library ieee; use ieee.std_logic_1164.all; entity ctrl is port(clk :in std_logic; sel :in std_logic; set :in std_logic; clkout :out std_logic); end ctrl; architecture one of ctrl