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

搜索资源列表

  1. diskinfo_src

    0下载:
  2. etting information about logical drives might not be an easy task. Using managed code, one way to do this is by using the System.Management namespace.-etting information about logical drives m ight not be an easy task. Using managed code, one way to
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10.8kb
    • 提供者:lfchen
  1. WPF_CAB_source_1[1].0.51205.1

    0下载:
  2. wpf和cab的结合使用源码(转载),目前wpf设计器还有缺陷,不能识别clr-namespace-wpf cab and the combined use of the source code (reproduced), is currently wpf design flaws, fail to recognize clr - namespace
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:497.84kb
    • 提供者:lhp
  1. p219__3__2

    0下载:
  2. #include<iostream> using namespace std class Point {public: Point(int a){x=a } ~Point(){cout< \"execuing Point destructor\"<<endl } private: int x } class Circle:public Point {public: Circle(int m,int n
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.66kb
    • 提供者:华盛
  1. dv

    0下载:
  2. #include<iostream> using namespace std class Point {public: Point(int a){x=a } ~Point(){cout< \"execuing Point destructor\"<<endl } private: int x } class Circle:public Point {public: Circle(int m,int n
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.04kb
    • 提供者:华盛
  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. abc

    0下载:
  2. 关于数据结构入门的源码关于数据结构入门的源码-#include<iostream> using namespace std template<class T> class list{ private: int n int max_size T*data public: list(int max_list_size=10) ~list(){delete [] data } bool empty
  3. 所属分类:source in ebook

    • 发布日期:
    • 文件大小:720byte
    • 提供者:wusb
  1. Document-Management-System

    0下载:
  2. 文件管理系统 文件管理系统的设计实际上是对Windows资源管理器的模拟和扩展。它通过IO命名空间中相关类实现对磁盘、文件以及目录的访问,在制定的位置新建一个文件或目录、对指定的文件或目录进行删除操作、用相关的应用程序打开指定的文件和对某些特殊文件(如txt文件)进行编辑。-Document management system document management system is actually a simulation of Windows Explorer and expand.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:512.59kb
    • 提供者:nizy
  1. gmailfs117

    0下载:
  2. GMail Drive is a Shell Namespace Extension that creates a virtual drive in the Windows Explorer, allowing you to use your Google Mail account as a storage medium. -GMail Drive is a Shell Namespace Extension that creates a virtual drive in the Windows
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:329.76kb
    • 提供者:Wolfensohn
  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. Shell-Control-Pack

    0下载:
  2. Give your Delphi and C++Builder applications Windows Explorer functionality with the Shell Control Pack. Simply place four components on a form set two properties and you have a working Explorer! These powerful shell components include tree view, lis
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1.35mb
    • 提供者:liji
  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
    • 提供者:天空
  1. UseNameSpace

    0下载:
  2. 命名空间,刚开始学习, 小制作,大家共赏-Namespace, just beginning to learn, small production, we Dramas
  3. 所属分类:Kill Virus

    • 发布日期:2017-04-16
    • 文件大小:19.37kb
    • 提供者:焦雄飞
  1. using-namespace-std

    0下载:
  2. THIS a C++ program to add two numbers.-THIS IS a C++ program to add two numbers.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:14.55kb
    • 提供者:manpreet
  1. lingdianqifeixue_cPP

    0下载:
  2. 《零点起飞学c++》结合大量示例和实战案例,由浅入深、循序渐进地介绍c++语言的相关知识,尤其对面向过程的程序设计到面向对象的程序设计做了重点介绍和必要辨析,《零点起飞学c++》共分4篇,第1篇面向过程的c++编程,包括走进c++、数据类型、变量和常量、运算符、表达式和语句、指针的操作、复合数据类型、函数、输入/输出,以及面向过程的编程案例。第2篇介绍面向对象的c++编程,包括封装、命名空间和作用域、继承和派生、多态、模板,以及面向对象的编程案例。第3篇介绍c++的高级开发技术,包括string
  3. 所属分类:source in ebook

    • 发布日期:2017-05-01
    • 文件大小:130.36kb
    • 提供者:zzz
搜珍网 www.dssz.com