代码搜索:16
找到约 10,000 项符合「16」的源代码
代码结果 10,000
www.eeworm.com/read/466125/7039073
gif face16.gif
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|19 Oct 2005 23:43:54 -0000
vti_extenderversion:SR|4.0.2.7802
vti_backlinkinfo:VX|shop/book_write.asp
www.eeworm.com/read/465996/7042789
c crc16.c
#include "crc16.h"
/* CRC16 implementation acording to CCITT standards */
static const unsigned short crc16tab[256]= {
0x0000,0x1021,0x2042,0x3063,0x4084,0x50a5,0x60c6,0x70e7,
0x8108,0x9129,0xa14a
www.eeworm.com/read/465996/7042790
h crc16.h
#ifndef _CRC16_H_
#define _CRC16_H_
unsigned short crc16_ccitt(const char *buf, int len);
#endif /* _CRC16_H_ */
www.eeworm.com/read/465744/7044718
vhd register16.vhd
Library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity register15 is
port(
Din: in std_logic_vector(15 downto 0);
clk:
www.eeworm.com/read/465744/7044730
vhd adder16.vhd
Library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity adder16 is
port(
clk,rst: in std_logic;
a,b: in std_logic_vector(15 dow
www.eeworm.com/read/465744/7044948
bsf adder16.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/465773/7045474
dcu unit16.dcu
www.eeworm.com/read/465773/7045500
ddp unit16.ddp
www.eeworm.com/read/465773/7045503
dfm unit16.dfm
object Form16: TForm16
Left = 131
Top = 60
Width = 564
Height = 419
Caption = 'Form16'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height