代码搜索:Vector

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

代码结果 10,000
www.eeworm.com/read/128256/14308213

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/125697/14470290

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/125549/14486483

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/124283/14581156

c svd.c

/* linalg/svd.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2004 Gerard Jungman, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of
www.eeworm.com/read/122800/14667904

c bitvec.c

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

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/220921/14783596

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/218418/14921172

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/115980/14993984

h clustering.h

///////////////////////////////////////////////////////////////// // File Name: Clustering.h // File Function: 1. Maximun clustering algorithm // 2. LBG (k-Mean) clustering algorithm // //
www.eeworm.com/read/115343/15017100

hpp enum_maker.hpp

// Copyright (c) 2003 Daniel Wallin and Arvid Norberg // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "S