代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/411211/11252479
ttf sign8.ttf
255,255, 98,255, 37, 0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
96, 24,134, 97, 24,134, 9
www.eeworm.com/read/411211/11252508
hif sign8.hif
HIF003
--
-- Copyright (C) 1988-1999 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
www.eeworm.com/read/411211/11252509
cnf sign8.cnf
www.eeworm.com/read/411211/11252552
scf sign8.scf
www.eeworm.com/read/411211/11252644
pof sign8.pof
www.eeworm.com/read/411211/11252659
vhd sign8.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY sign8 IS
PORT(
clk,start:IN STD_LOGIC;
clkout,rstall,multend:OUT STD_LOGIC);
END s
www.eeworm.com/read/411211/11252662
rpt sign8.rpt
Project Information f:\zztt\vhdl\designtaxi_25\sign8.rpt
MAX+plus II Compiler Report File
Version 9.3 7/23/1999
Compiled: 05/25/2005 16:17:47
Copyright (C) 1988-1999 Alte
www.eeworm.com/read/411211/11252686
sym sign8.sym
www.eeworm.com/read/148202/12485227
ico sign1.ico
www.eeworm.com/read/147195/12577213
c mul_sign.c
#include
#include "mul.h"
void main()
{
int a;
unsigned long temp_u;
signed long temp_s;
temp_s=mul_sign_16(-460,460);
}
//***********16位有符号乘法*********