代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/227189/14437628
vhd 相应加法器的测试向量(test bench).vhd
-- download from: www.pld.com.cn & www.fpga.com.cn
entity testbench is
end;
------------------------------------------------------------------------
-- testbench for 8-bit adder
------------
www.eeworm.com/read/125701/14470247
vhd testadder.vhd
-- download from: www.pld.com.cn & www.fpga.com.cn
entity testbench is
end;
------------------------------------------------------------------------
-- testbench for 8-bit adder
------------
www.eeworm.com/read/125698/14470277
txt cpu_3rd_package.txt
-- Third Party Package containing functions for Bit_Vector operations
-- download from: www.fpga.com.cn & www.pld.com.cn
-- Cypress Semiconductor WARP 2.0
--
-- Copyright Cypress Semicondu
www.eeworm.com/read/122234/14712716
txt java数据库编程中查询结果的表格式输出.txt
Java数据库编程中查询结果的表格式输出
(加入日期:2001-4-27 点击数:1290)
【对此文发表评论】 【编程爱好者论坛】 【保存文章至硬盘】 【打印文章】
---- 利用Java开发数据库应用系统时,经常需要在用户界面上显示查询结果。由于SUN公司提供的JDK1.x开发工具包不是可视化的集成开发环境(IDE),不能象Delphi、VB那样方便地把查询结果在DBGrid等 ...
www.eeworm.com/read/216028/15029087
c msp430interdemo.c
【MSP430中断服务函数的定义】
编写:DC / 2005.12./www.microcontrol.cn
//为了保证代码可以在IAR编译器的任何版本中都能正确得到编译,所以作以下的条件编译。
#ifdef __IAR_SYSTEMS_ICC__ //如果编译器是IAR, 那么以下将被编译。
#if __VER__ >= 200
#pr
www.eeworm.com/read/212047/15167726
c balance.c
/* linalg/balance.c
*
* Copyright (C) 2001 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publish
www.eeworm.com/read/211463/15180070
txt msp430中断服务函数的定义.txt
MSP430中断服务函数的定义
//为了保证代码可以在IAR编译器的任何版本中都能正确得到编译,所以作以下的条件编译。
#ifdef __IAR_SYSTEMS_ICC__ //如果编译器是IAR, 那么以下将被编译。
#if __VER__ >= 200
#pragma vector=USART0RX_VECTOR //在IA
www.eeworm.com/read/211207/15184747
h poly.h
#ifndef POLY__H
#define POLY__H
#include
using namespace std;
class Poly;
ostream & operator > (istream &, Poly &);
class Po
www.eeworm.com/read/168845/5435946
cpp recursive_variant_test.cpp
//-----------------------------------------------------------------------------
// boost-libs variant/test/recursive_variant_test.cpp source file
// See http://www.boost.org for updates, documentati
www.eeworm.com/read/162614/5517567
c attribute-test-4.c
// { dg-do run }
#define vector __attribute__((vector_size(16)))
extern "C" void abort();
union U {
float f[4];
vector float v;
} data;
class Star
{
public:
s