CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - namespace

搜索资源列表

  1. 5

    0下载:
  2. 非递归的快速排序算法-#include <iostream> #include <stack> #define MAX_SIZE 11 using namespace std typedef int elem typedef std::stack<int> Stack int partition(elem*pData, int low, int high) voi
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:835byte
    • 提供者:cui
  1. cc

    0下载:
  2. C++ 工程实践(1):慎用匿名 namespace 匿名 namespace (anonymous namespace 或称 unnamed namespace) 是 C++ 的一项非常有用的功能,其主要目的是让该 namespace 中的成员(变量或函数)具有独一无二的全局名称,避免名字碰撞 (name collisions)。一般在编写 .cpp 文件时,如果需要写一些小的 helper 函数,我们常常会放到匿名 namespace 里。muduo 0.1.7 中的 muduo/base/
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:3.17kb
    • 提供者:杨峰
  1. 142

    0下载:
  2. 求两个整数的最大公约数和最小公倍数,并编写主函数调用这两个子函数,输出结果,两个整数由键盘输入。-#include<iostream> using namespace std int x(int a,int b) //x为求最大公约数的函数 { int t=0 if(a>b)t=b else t=a for(int i=t i>=1 i--)if(a i==0&&b i==0)break return i
  3. 所属分类:assembly language

    • 发布日期:2017-11-10
    • 文件大小:1.14kb
    • 提供者:ll
  1. gtest_demo1

    0下载:
  2. 程序如下: #include <iostream> //包含头文件iostream using namespace std //使用命名空间std int main( ) { cout<<″This is a C++ program.″ return 0 } 在运行时会在屏幕上输出以下一行信息: This is a C++ program.-At run time on the screen output the follow
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:1.56mb
    • 提供者:天空
搜珍网 www.dssz.com