代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/286613/8755764
cpp p4-198.cpp
#include
#include
#include
using namespace std;
//利用类模板生成实例
typedef vector < int > IntArray;
//显示数组
void put_array(int x[],int size) {
for(int i=0;i
www.eeworm.com/read/286613/8756345
cpp p4-198.cpp
#include
#include
#include
using namespace std;
//利用类模板生成实例
typedef vector < int > IntArray;
//显示数组
void put_array(int x[],int size) {
for(int i=0;i
www.eeworm.com/read/385416/8806099
h raytracer.h
// -----------------------------------------------------------
// raytracer.h
// 2004 - Jacco Bikker - jacco@bik5.com - www.bik5.com - <
// -----------------------------------------------------
www.eeworm.com/read/384728/8848844
vhd 61_assign.vhd
--***************************************************************
-- Following first two examples show that object of std_logic and
-- object of logic can be assigned to each other
-- Bbut
www.eeworm.com/read/284185/8955492
vhd 61_assign.vhd
--***************************************************************
-- Following first two examples show that object of std_logic and
-- object of logic can be assigned to each other
-- Bbut
www.eeworm.com/read/382131/9046993
h math3d.h
/* ColDet - C++ 3D Collision Detection Library
* Copyright (C) 2000 Amir Geva
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Li
www.eeworm.com/read/281861/9128634
vhd div4_2.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY div4_2 IS
PORT(
numerator : IN STD_LOGIC_VECTOR (3 DOWNTO 0); --被除数
denominator : IN STD_LOGIC_VECT
www.eeworm.com/read/281861/9128677
vhd decoder4_10.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
ENTITY decoder4_10 IS
PORT(
A : IN STD_LOGIC_VECTOR(3 downto 0);
Y : OUT STD_LOGIC_vector(9 downto 0));
END decoder4_10;
ARCHITECTURE behavier
www.eeworm.com/read/182678/9195753
cpp p4-198.cpp
#include
#include
#include
using namespace std;
//利用类模板生成实例
typedef vector < int > IntArray;
//显示数组
void put_array(int x[],int size) {
for(int i=0;i
www.eeworm.com/read/180877/9282166
cpp p4-198.cpp
#include
#include
#include
using namespace std;
//利用类模板生成实例
typedef vector < int > IntArray;
//显示数组
void put_array(int x[],int size) {
for(int i=0;i