代码搜索:Vector

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

代码结果 10,000
www.eeworm.com/read/478902/6707830

c handler.c

/* InterruptHook Copyright (C) 2003 Alexander M. 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 F
www.eeworm.com/read/264965/11292422

cpp vectordemo.cpp

//--------------------------------------------------------------------------- /* 例3.7 模板向量容器的测试程序 测试应用程序时必须包含Vector_Test.h头文件。本节最后将给出两种不同数据类型 (整型和实型)的测试应用程序。它们的程序结构完全相同,不同之处仅在于输入类常量 和测试类的
www.eeworm.com/read/264965/11292555

cpp vectordemo.cpp

//--------------------------------------------------------------------------- /* 例3.7 模板向量容器的测试程序 测试应用程序时必须包含Vector_Test.h头文件。本节最后将给出两种不同数据类型 (整型和实型)的测试应用程序。它们的程序结构完全相同,不同之处仅在于输入类常量 和测试类的
www.eeworm.com/read/263314/11367808

txt counter_conversion.txt

-- Counter using a Conversion Function -- This counter uses a natural number to hold the count value and converts it into a bit_vector for output. Illustrates the use of a function. -- 4-bit binary
www.eeworm.com/read/408235/11401160

scm traverse.scm

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; File: traverse.sc ;;; Description: TRAVERSE benchmark ;;; Author: Richard Gabriel ;;; Created: 1
www.eeworm.com/read/408235/11401181

scm travinit.scm

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; File: traverse-init.sc ;;; Description: TRAVERSE benchmark ;;; Author: Richard Gabriel ;;; Created:
www.eeworm.com/read/403296/11519634

vhd xb.vhd

--选择要输出的波形 LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_ARITH.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL; ENTITY xb IS PORT( --q0,q1,q2,q3:in STD_LOGIC_VECTOR(9 DOWNTO 0);
www.eeworm.com/read/347629/11652859

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/157733/11667560

c bitvec.c

/* Getting and setting bits in a bit-vector. */ /* Copyright (C) 1997 Andrew McCallum Written by: Andrew Kachites McCallum This file is part of the Bag-Of-Words Library
www.eeworm.com/read/156813/11762075

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