CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - c vector
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - c vector - List
[
Other resource
]
c++vector
DL : 0
这是一个显示如何用VECTOR的一个程序,C++中的VECTOR功能类似,但是也有不同-This is a show of how to use a VECTOR procedures, the VECTOR C functions similar, but also different
Update
: 2008-10-13
Size
: 8.3kb
Publisher
:
亿摆
[
Mathimatics-Numerical algorithms
]
vector
DL : 0
C++作业,实现vector-C operations and achieve vector
Update
: 2025-02-19
Size
: 7kb
Publisher
:
刘玉龙
[
Internet-Network
]
distanceroute.c
DL : 0
fatmck@163.com编的距离向量路由算法-fatmck@163.com series of the distance vector routing algorithm
Update
: 2025-02-19
Size
: 1kb
Publisher
:
彭少明
[
Mathimatics-Numerical algorithms
]
雅可比法(C语言)
DL : 0
用C语言来实现的,雅可法可用于法实对称矩阵的全部特征值与对应的特征值向量。-Realizes with the language C, the way of Jacobi may be serviceable to the solid symmetrical matrix for complete characteristic value and the corresponding characteristic value vector.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
luo
[
AI-NN-PR
]
C实现矢量量化
DL : 0
使用C语言实现矢量量化,用到人工智能算法-use C language vector quantization, uses artificial intelligence algorithms
Update
: 2025-02-19
Size
: 3kb
Publisher
:
王飞雨
[
Data structs
]
c++vector
DL : 0
这是一个显示如何用VECTOR的一个程序,C++中的VECTOR功能类似,但是也有不同-This is a show of how to use a VECTOR procedures, the VECTOR C functions similar, but also different
Update
: 2025-02-19
Size
: 8kb
Publisher
:
亿摆
[
Compress-Decompress algrithms
]
lbgvq
DL : 0
lbg算法是一种经典的矢量量化算法,此源码为lbg算法的c语言实现。-lbg algorithm is a classic vector quantization algorithm, the algorithm lbg source for the C Language.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
slyang
[
Algorithm
]
c++_class_matrix
DL : 0
完整的矩阵类,实现的功能如下: 方阵、拷贝构造、初始化,分配矩阵数据的内存,并全部置0、将方阵初始化为方阵、设置矩阵个元素的值、得到知道元素的值、获取矩阵的列数、获取矩阵的行数、获取矩阵的数据、获取指定行的向量、获取指定列的向量、重载运算符 = 、重载运算符 ==、重载运算符 !=、重载运算符 +、重载运算符 - 重载运算符 数乘*、重载运算符 矩阵相乘* 矩阵转置。-integrity of the matrix type, function as follows : Lineup, copy structure, initialization, distribution matrix of data memory, All the home 0 to initialize arrays of arrays installed matrix elements of value, be aware of the value elements, Access Matrix number, access to the Matrix a few, access to the data matrix, the designated access vector, The designated access vector, heavy Operators =, operator == heavy, heavy load Operators! =, heavy Operators, Heavy Operators- Heavy Operators multiply*, heavy Operators matrix multiplication* matrix transpose.
Update
: 2025-02-19
Size
: 3kb
Publisher
:
dingdong
[
Data structs
]
libcprops-0.1.6.tar
DL : 0
以c实现的基本数据结构, 如: hashtable, hashlist, vector, mempool, 以及http的实现, 对于用c编程的人员应该很有用处-to achieve the basic data structure, such as : hashtable, hashlist. vector, mempool, and the realization http for using the c programming personnel should be useful
Update
: 2025-02-19
Size
: 531kb
Publisher
:
meitian
[
VC/MFC
]
c++_how_to_program
DL : 0
c++ how to program 里面详细介绍了从第1章到第24章的代码学习实例。是初学者很好的学习资料。 第1章 计算机、Internet和万维网简介 第2章 C++编程入门 第3章 类和对象介绍 第4章 控制语句(第Ⅰ部分) 第5章 控制语句(第Ⅱ部分) 第6章 函数和递归入门 第7章 数组与CC+标准库类模板vector 第8章 指针和基于指针的字符串 第9章 类的深入剖析(第Ⅰ部分) 第10章 类的深入剖析(第Ⅱ部分) 第11章 运算符重载:字符串和数组对象 第12章 面向对象编程:继承 第13章 面向对象编程:多态性 第14章 模板 第15章 输入/输出流 第16章 异常处理 第17章 文件处理 第18章 String类和字符串流处理 第19章 Web编程 第20章 搜索和排序 第21章 数据结构 第22章 位、字符、C字符串和结构体 第23章 标准模板库 第24章 其他主题
Update
: 2025-02-19
Size
: 472kb
Publisher
:
gong
[
Linux-Unix
]
vector
DL : 0
用于编写vector.c,该代码可以在win或者在类unix环境下都可以编译-Used in the preparation of vector.c, the code can win or unix-type environment can be compiled
Update
: 2025-02-19
Size
: 2kb
Publisher
:
tanglujun
[
VC/MFC
]
c++stlcxykfzn
DL : 0
C++STL STL(Standard Template Library,标准模板库)是惠普实验室开发的一系列软件的统称。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普实验室工作时所开发出来的。现在虽说它主要出现在C++中,但在被引入C++之前该技术就已经存在了很长的一段时间。 STL的代码从广义上讲分为三类:algorithm(算法)、container(容器)和iterator(迭代器),几乎所有的代码都采用了模板类和模版函数的方式,这相比于传统的由函数和类组成的库来说提供了更好的代码重用机会。在C++标准中,STL被组织为下面的13个头文件:<algorithm>、<deque>、<functional>、<iterator>、<vector>、<list>、<map>、<memory>、<numeric>、<queue>、<set>、<stack>和<utility>。以下笔者就简单介绍一下STL各个部分的主要特点。
Update
: 2025-02-19
Size
: 17.1mb
Publisher
:
[
Data structs
]
c++
DL : 0
vc源代码 11.1编程测试顺序容器矢量(vector)的主要功能和使用方法 -11.1 programming source code vc test vector sequence containers (vector) of the main functions and use
Update
: 2025-02-19
Size
: 11kb
Publisher
:
皇甫
[
OS program
]
c++vector
DL : 0
c++ matrix.Small program using vectors.Good for beginners.
Update
: 2025-02-19
Size
: 4kb
Publisher
:
花里胡哨
[
Internet-Network
]
distanceVectorRouter(c)
DL : 0
利用距离向量算法更新路由表。 该程序的多个实例(进程或线程)可以以运行在一台机器 一个实例代表一个路由器(结点)。 实例之间利用UDP交换路由表。 能够打印出邻居列表和输出路由表!(c语言实现)-The use of distance vector algorithm to update the routing table. Multiple instances of the program (process or thread) can be run on a machine on behalf of an example of a router (node). Examples of exchange between the use of UDP routing table. Be able to print out a list of neighbors and output routing table! (c language)
Update
: 2025-02-19
Size
: 31kb
Publisher
:
冷冰
[
Data structs
]
lbg.c
DL : 0
LBG algorithm for vector quantization
Update
: 2025-02-19
Size
: 3kb
Publisher
:
braeker
[
Linux-Unix
]
assn-3-vector-hashset
DL : 0
自已用C写的一个vector容器,纯C代码,较C++的vector来说,具有效率高,占用空间小的特点。经测试可用。-I realize a Vector which imitate the functionality of C++ vector. It uses less space than the C++ vector. This code has been test correctly
Update
: 2025-02-19
Size
: 5kb
Publisher
:
胡逸
[
]
Vector
DL : 0
提供两个构造函数:无参和有参传递。提供一个数据成员,用于设置向量中的值。(Provide two constructors: no arguments and arguments. Provides a data member to set values in a vector.)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
家鸽
[
Other
]
vector
DL : 0
C++容器的vector简单示例,非常简单,非常简单(this is a demo of c++'s vector,the rar include 2 c++ files and a ppt.)
Update
: 2025-02-19
Size
: 292kb
Publisher
:
岚2017
[
CSharp
]
C# draw
DL : 0
这是c#矢量绘图源码,实现了简易CAD功能(This is the c# vector graphics source code)
Update
: 2025-02-19
Size
: 139kb
Publisher
:
JoneyChen
«
1
2
3
4
5
6
7
8
9
10
...
49
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.