Location:
Search - c vector
Search list
Description: 这是一个显示如何用VECTOR的一个程序,C++中的VECTOR功能类似,但是也有不同-This is a show of how to use a VECTOR procedures, the VECTOR C functions similar, but also different
Platform: |
Size: 8501 |
Author: 亿摆 |
Hits:
Description: C++作业,实现vector-C operations and achieve vector
Platform: |
Size: 7168 |
Author: 刘玉龙 |
Hits:
Description: fatmck@163.com编的距离向量路由算法-fatmck@163.com series of the distance vector routing algorithm
Platform: |
Size: 1024 |
Author: 彭少明 |
Hits:
Description: 用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.
Platform: |
Size: 1024 |
Author: luo |
Hits:
Description: 使用C语言实现矢量量化,用到人工智能算法-use C language vector quantization, uses artificial intelligence algorithms
Platform: |
Size: 3072 |
Author: 王飞雨 |
Hits:
Description: 这是一个显示如何用VECTOR的一个程序,C++中的VECTOR功能类似,但是也有不同-This is a show of how to use a VECTOR procedures, the VECTOR C functions similar, but also different
Platform: |
Size: 8192 |
Author: 亿摆 |
Hits:
Description: lbg算法是一种经典的矢量量化算法,此源码为lbg算法的c语言实现。-lbg algorithm is a classic vector quantization algorithm, the algorithm lbg source for the C Language.
Platform: |
Size: 2048 |
Author: slyang |
Hits:
Description: 完整的矩阵类,实现的功能如下:
方阵、拷贝构造、初始化,分配矩阵数据的内存,并全部置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.
Platform: |
Size: 3072 |
Author: dingdong |
Hits:
Description: 以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
Platform: |
Size: 543744 |
Author: meitian |
Hits:
Description: 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章 其他主题
Platform: |
Size: 483328 |
Author: gong |
Hits:
Description: 用于编写vector.c,该代码可以在win或者在类unix环境下都可以编译-Used in the preparation of vector.c, the code can win or unix-type environment can be compiled
Platform: |
Size: 2048 |
Author: tanglujun |
Hits:
Description: 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各个部分的主要特点。
Platform: |
Size: 17930240 |
Author: |
Hits:
Description: vc源代码
11.1编程测试顺序容器矢量(vector)的主要功能和使用方法
-11.1 programming source code vc test vector sequence containers (vector) of the main functions and use
Platform: |
Size: 11264 |
Author: 皇甫 |
Hits:
Description: c++ matrix.Small program using vectors.Good for beginners.
Platform: |
Size: 4096 |
Author: 花里胡哨 |
Hits:
Description: 利用距离向量算法更新路由表。
该程序的多个实例(进程或线程)可以以运行在一台机器
一个实例代表一个路由器(结点)。
实例之间利用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)
Platform: |
Size: 31744 |
Author: 冷冰 |
Hits:
Description: LBG algorithm for vector quantization
Platform: |
Size: 3072 |
Author: braeker |
Hits:
Description: 自已用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
Platform: |
Size: 5120 |
Author: 胡逸 |
Hits:
Description: 提供两个构造函数:无参和有参传递。提供一个数据成员,用于设置向量中的值。(Provide two constructors: no arguments and arguments. Provides a data member to set values in a vector.)
Platform: |
Size: 1024 |
Author: 家鸽
|
Hits:
Description: C++容器的vector简单示例,非常简单,非常简单(this is a demo of c++'s vector,the rar include 2 c++ files and a ppt.)
Platform: |
Size: 299008 |
Author: 岚2017
|
Hits:
Description: 这是c#矢量绘图源码,实现了简易CAD功能(This is the c# vector graphics source code)
Platform: |
Size: 142336 |
Author: JoneyChen
|
Hits:
« 12
3
4
5
6
7
8
9
10
...
49
»