CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - namespace

搜索资源列表

  1. neipaixu

    0下载:
  2. [问题描述] 将N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前,要求使用最少的附加空间,且算法的时间复杂度为O(N) [输入] 待排序记录个数,各关键字的值。 [输出] 关键字从正负分开,正数在前 [存储结构] 待排序记录顺序存储。 [算法的基本思想] 快速排序算法每次任取一个记录的关键字为标准,将其余记录分为两组将,N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前。 #in
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:7.42kb
    • 提供者:Demonic
  1. testNameSpaceApp

    0下载:
  2. 测试NAMESPACE的程序 适于初学者
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.9kb
    • 提供者:李严
  1. clist-1.5.4-release

    0下载:
  2. CList是一个标准C++的列表存储和维护的模板库,它所有的类都在一个头文件里,而且位于同一个命名空间。压缩包里有详细的文档说明怎么使用这个库。-CList is a list storage and manipulation template library written in standard C++. All classes can be included with#include <ta0kira/clist.hpp> after the library is instal
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:165.58kb
    • 提供者:james
  1. Lave1

    0下载:
  2. #include <iostream> #include <stdlib.h> #include <string.h> using namespace std const kl = 4, kzs = 2, m = 6, n = 4, Error = 5 char *K[kl] = {{"01"},{"bB"},{"23456789ACDEFacdef"},{"hH"}} int A[m][n] = {{1,2,2
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:822.57kb
    • 提供者:Andrew
  1. Laba_0

    0下载:
  2. #include "comparer.h" #include <iostream> using namespace std int Comparer::compareByName(Student& s1,Student& s2) { return strcmp(s1.m_szName,s2.m_szName) } int Comparer::compareBySurname(Student& s1,Student& s2) { ret
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:577.62kb
    • 提供者:Andrew
  1. namespace

    0下载:
  2. 很高效的矩阵链乘的程序,在时间和空间上都很注意节省-A very efficient matrix-chain by the procedure, in time and space is more attentive to save
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:580byte
    • 提供者:txmz
  1. SOPHIA_PROJECT

    0下载:
  2. The included Sophia project is intended to be both instructive and fun. It is, at the most basic level, a chatterbox application with speech synthesis and speech recognition tacked on to it. I originally meant for it to be a showcase of what one can
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4.55mb
    • 提供者:meshari
  1. SHORTEST

    0下载:
  2. 弗洛伊德求最短路径的VC算法 #include <iostream> using namespace std #define MAXV 50 #define INF 32767 typedef int InfoType //邻接矩阵存储方法 typedef struct { -Freud find the shortest path algorithm# include VC <iostream> using namespace s
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:908.59kb
    • 提供者:nannan
  1. cinema

    0下载:
  2. namespace cinema(排片表)的vc++定义包含排片用到的各种类定义-namespace cinema (film row table) vc++ definition contains the row of film used in a variety of class definition
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1.23kb
    • 提供者:your
  1. huangjin

    0下载:
  2. 一维搜索的黄金分割C++算法,内附图片以供参考-#include "stdafx.h" #include<iostream> using namespace std
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:118.28kb
    • 提供者:王超
  1. zuixiao

    0下载:
  2. 最小重量机器设计问题,回溯法和分支限定法-#include<iostream> using namespace std #define N 3 #define M 3 int w[N][M]={{1,2,3},{3,2,1},{2,2,2}} int c[N][M]={{1,2,3},{3,2,1},{2,2,2}} class machine {public:
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:7.3kb
    • 提供者:林莹莹
  1. namespace

    0下载:
  2. c语言,一元多项式一定要包含系数项和指数项的描述,在选择合理的数据结构基础上完成多项式的建立、销毁、输出和加减法操作。-c language, a polynomial coefficient must contain a descr iption of items and index entries, the choice of rational polynomial data structure based on the completion of the establishment, de
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:240.93kb
    • 提供者:昕晨夕
  1. new

    0下载:
  2. 二维坐标系上有一些炸弹,每个炸弹有x,y坐标和爆炸后波及的范围r,这个r指的是跟自己曼哈顿距离r以内的点 就类似于扫雷那样,一个炸弹爆炸可能引起一片一片的炸弹炸出去 然后有一些询问,问点燃某个炸弹后会有多少个炸弹爆炸 已经炸过的就不算了 -#include <iostream> #include <vector> #include <algorithm> #include <cstdio>
  3. 所属分类:ELanguage

    • 发布日期:2017-11-15
    • 文件大小:1.03kb
    • 提供者:夏超
  1. 001

    0下载:
  2. 计算矩形的面积和周长、面向对象程序设计 #include<iostream> #include"002.h" using namespace std int main() { double x1,y1,x2,y2 cout<<"请分别输入左下右上点的坐标,用空格分开"<<endl cin>>x1>>y1>>x2>>y2 juxing j1(x1,y1,x2,y2
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:933byte
    • 提供者:yangh
  1. count_word

    0下载:
  2. 统计文本中的单词个数,并按出现次数降序输出(支持大文本),原版是http://www.oschina.net/code/snippet_176897_7944。采用hash_map,GCC采用#include <ext/hash_map>。修改版本是VS2010采用#include <hash_map>using namespace stdext VC调用hash_map的例子,值得学习。-The number of words in the statistics tex
  3. 所属分类:STL

    • 发布日期:2017-11-11
    • 文件大小:4.24kb
    • 提供者:书林跋涉
  1. MiGong

    0下载:
  2. 1. 问题描述: 本实验假设迷宫是一个n 行n列的二维平面表格,左上角作为迷宫的入口,右下角作为迷宫的出口。迷宫问题求解的目标是寻找一条从入口到出口的通路。 2.基本要求: 设计一个程序,能自动或手动生成这样一个n行n列的矩阵maze[n][n],即每个元素都为0或1的二维数组,然后判断该矩阵表示的迷宫是否存在一条从入口到出口的通路。如果存在,将表示该通路的数组下标按顺序保存到文件path.txt如:(1,1)(2,2)(1,3)(1,4)(1,5)(1,6)(2,6)(3,6)(4
  3. 所属分类:Data structs

    • 发布日期:2017-11-06
    • 文件大小:2.15mb
    • 提供者:
  1. Euclidean-division

    0下载:
  2. 辗转相除法递归求最大公约数 #include iostream using namespace std -Euclidean division method recursively find the greatest common divisor
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:556byte
    • 提供者:李洛克
  1. VS2005-IPAddressControlLib-rev-10

    0下载:
  2. VS很好用的IP类文件,外国人编写的哦,很实用的命名空间-IP class files VS good use of foreigners prepared oh, Very practical namespace
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:19.47kb
    • 提供者:呵呵
  1. HASH

    0下载:
  2. HASH函数实现//输入输出采用直接在对话框进行的方式 //雪崩测试的改变位数由伪随机数生成 #include<iostream> #include<string.h> #include<stdio.h> #include<conio.h> #include<time.h> using namespace std -hash function
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:865.22kb
    • 提供者:hesper
  1. SPPP3.0

    0下载:
  2. SP++ (Signal Processing in C++) 是一个关于信号处理与数值计算的开源C++程序库,该库提供了信号处理与数值计算中常用算法的C++实现。SP++中所有算法都以C++类模板方法实现,以头文件形式组织而成,所以不需要用户进行本地编译,只要将相关的头文件包含在项目中即可使用。”XXX.h”表示声明文件,”XXX-impl.h”表示对应的实现文件。所有的函数和类均位于名字空间”splab”中,因此使用SP++时要进行命名空间声明:”using namespace splab”
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-18
    • 文件大小:4.71mb
    • 提供者:陈斌
搜珍网 www.dssz.com