代码搜索:NX
找到约 5,139 项符合「NX」的源代码
代码结果 5,139
www.eeworm.com/read/135730/13905914
nx2 contact.nx2
www.eeworm.com/read/135730/13905942
nx3 contact.nx3
www.eeworm.com/read/101619/15823905
h nx_supereagle.h
/*---------------------------------------------------------------------*
* The following (piece of) code, (part of) the 2xSaI engine, *
* copyright (c) 2001 by Derek Liauw Kie Fa.
www.eeworm.com/read/189192/8485972
v nx2mult.v
`define width 8
module Nx2mult (a, b, p);
input [`width-1:0] a;
input [1:0] b;
output [`width+1:0] p;
assign p=a*b;
endmodule
www.eeworm.com/read/189192/8485976
vhd nx2mult.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use IEEE.std_logic_unsigned.all;
-- Note that since both the arith and unsigned libraries are used
-- in this design, use
www.eeworm.com/read/288611/8618368
gif fi_nx01.gif
www.eeworm.com/read/359007/10171298
gif fi_nx01.gif
www.eeworm.com/read/281168/10259210
gif fi_nx01.gif
www.eeworm.com/read/146906/5734251
java l2nx.java
/* WARANTY NOTICE AND COPYRIGHT
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation;
www.eeworm.com/read/136571/5869901
c rtsp_thread_nx.c
#include "rtsp_private.h"
#include "rtsp_thread_nx.h"
#define COMM_SOCKET_THREAD info->m_thread_info->comm_socket_write_to
#define COMM_SOCKET_CALLER info->m_thread_info->comm_socket[1]
/*
*