代码搜索:Vector

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

代码结果 10,000
www.eeworm.com/read/437034/7756451

ifs ifspec.ifs

/* $Id: ifspec.tpl,v 1.1 91/03/18 19:01:11 bill Exp $ */ NAME_TABLE: Spice_Model_Name: nco C_Function_Name: ucm_nco Description: "A simple MIDI numerically controlled osci
www.eeworm.com/read/297535/8012263

vhd cnt.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_ARITH.ALL; ENTITY cnt IS PORT( clk: IN STD_LOGIC; rst: IN STD_LOGIC; adj: IN STD_LOGIC; adjust: IN STD_LOGIC_VECTOR(4 d
www.eeworm.com/read/243711/12921336

java~108~ bussearch.java~108~

import java.sql.*; import java.util.*; public class busSearch { //private String station_Name;//公交站点名 //private int line_Number;//公交车次号 String databasename="jnbus";//数据源名 connectDB conn
www.eeworm.com/read/239924/13247858

c power_cal.c

#include #include #include #define n 11 //矩阵阶数,根据实际修改 #define finished 1 #define stop -1 #define effective_num 9 //有效数字位数 #define MAX_times 100 //最大
www.eeworm.com/read/136831/13359242

m hopfield_net.m

% =========== define input pattern ============ m=12; n=10; num1= [-1 -1 -1 -1 1 1 -1 -1 -1 -1; -1 -1 -1 1 1 1 -1 -1 -1 -1; -1 -1 1 1 1 1 -1 -1 -1 -1; -1 -1 -1 -1 1 1
www.eeworm.com/read/320939/13415677

vhd s_box.vhd

--------------------------------------------------------------------- -- (c) Copyright 2006, CoreTex Systems, LLC -- -- www.coretexsys.com --
www.eeworm.com/read/306157/13751550

h serialport.h

// SerialPort.h: interface for the CSerialPort class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_SERIALPORT_H__E54C8089_9C01_4F51_A2DC_D73F7C93E6A3
www.eeworm.com/read/301746/13849259

vhd moving_object.vhd

LIBRARY ieee ; USE ieee.std_logic_1164.ALL; USE ieee.std_logic_unsigned.ALL; USE ieee.std_logic_arith.ALL; USE ieee.numeric_std.all; ENTITY moving_object IS GENERIC( HAC : integer :=1280;
www.eeworm.com/read/152843/5664529

h irq_vectors.h

#ifndef _ASM_IRQ_VECTORS_H #define _ASM_IRQ_VECTORS_H /* * IDT vectors usable for external interrupt sources start * at 0x20: */ #define FIRST_EXTERNAL_VECTOR 0x20 #define SYSCALL_VECTOR 0x80 /
www.eeworm.com/read/148153/5717211

c radius.c

/* * radius.c Functions to send/receive radius packets. * * Version: $Id: radius.c,v 1.125.2.5 2005/08/19 19:43:46 aland Exp $ * * This library is free software; you can redistribute it and/or