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

搜索资源列表

  1. 000

    0下载:
  2. #include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l cin> x while(x) { unsigned long *p=new unsigned long[x+1] if(p==NULL) { cerr<<\"error!\"<<endl abo
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:849
    • 提供者:刘见锋
  1. Dijkstra

    0下载:
  2. Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy { class Marx { private int[] distance private int row private ArrayList ways = new ArrayList() public Marx(int n,params int
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:210319
    • 提供者:wwf
  1. cPP_IOStream

    0下载:
  2. c++_IOStream,c++的标准输入输出库iostream 是一个类库,以类的形式组织,使用该库中的类要先引用命名空间:using namespace std -c++ _IOStream, c++ standard input output library iostream is a library, to class in the form of organization, using the first reference to the class library namespace
  3. 所属分类:Document

    • 发布日期:2017-04-05
    • 文件大小:152438
    • 提供者:覃伟
  1. namespace

    0下载:
  2. 主要简述在编程过程中需要怎么样来对变量取名-Mainly on the needs in the programming process to how to name variables
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:23684
    • 提供者:彰化
  1. Arithmetric

    0下载:
  2. 浅谈VB.NET的密码算法及其在信息安全中的应用 Simple Discussion on Cryptology Arithmetric of VB.NET and Its Usage in Information Secuirity ,介绍了Microsoft的最新开发工具Visual Basic 2005(简称VB.NET)中与密码算法相关的System.Security.Cryptography命名空间(简称SSC).举例说明了利用SSC提供的类编写信息安全程序的方法,其中包括对
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:354873
    • 提供者:刘皓
  1. chengxu

    0下载:
  2. 程序员甲在头文件定义了冲突的名字时系统会出现错误,利用命名空间来解决程序名字冲突问题-A programmer defined in the header file name conflict occurs when the system error, use the namespace to the name of conflict resolution procedures
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1615
    • 提供者:最初的梦想
  1. advancedCSharp

    0下载:
  2. Tutorial for all advanced features of C# language including Inheritance, Interfaces, Delegates, Exceptions, Namespace and Assemblies, Attributes, Threads and XML comments.
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:262354
    • 提供者:jenn
  1. CodeDom

    0下载:
  2. 这篇文章将向你介绍Microsoft.NET Framework中的CodeDom命名空间并且让你在应用中使用这种新技术。你将学习CodeDom的优点、缺点、命名空间,最后使用CodeDom来完成一个编程练习。-This article will introduce you to the Microsoft.net Framework CodeDom namespace and let you use this new technology. You will learn CodeDom adv
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:84985
    • 提供者:Andrew
  1. 04-namespace

    0下载:
  2. C# Video Part four: To Learn the namespaces.
  3. 所属分类:software engineering

    • 发布日期:2017-05-19
    • 文件大小:5593511
    • 提供者:xxx
  1. yui_2.9.0

    0下载:
  2. YAHOO Global Object为整个YUI提供了统一的命名空间,必须将它包含在每一个用到YUI的页面中,并且需要在其他YUI组件引入之前。 YAHOO Global Object同时还包含了很多通用的方法 -YAHOO Global Object for the entire YUI provides a unified namespace, it must be included in every page that uses YUI and needs before t
  3. 所属分类:software engineering

    • 发布日期:2017-06-01
    • 文件大小:14139467
    • 提供者:chaishuang
  1. usb-CPP

    0下载:
  2. C#的usb通讯编程 using System using System.Collections.Generic using System.ComponentModel using System.Data using System.Drawing using System.Text using System.Windows.Forms using System.IO namespace U盘更新 { public part
  3. 所属分类:Communication

    • 发布日期:2017-11-02
    • 文件大小:4198
    • 提供者:caiwenxing
  1. bind

    0下载:
  2. 一个 超小型的bind库, 它实现了大部分boost::bind的功能, 只是将名字空间由boost 变换为 bi 。如果使用了一般的使用中通常可以将 boost::bind(my_fun(), _1,_2)(234, "hello world") 形式替换为 bi::bind(my_fun(), _1, _2)(234, "hello world"), 既可完成编译,如果使用了名字空间,那就只需要将 using namespace boost 替换为 using names
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:6412
    • 提供者:feitianyu
  1. csma-c

    0下载:
  2. CAMA防碰撞机制的实现,#include <windows.h> #include <process.h> /* _beginthread, _endthread */ //#include <stddef.h> //#include <stdlib.h> //#include <conio.h> #include "Random.h" #include"iostream" using namespace
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2080
    • 提供者:GHG
  1. autocompleteboxexample

    0下载:
  2. You can download it http://www.alexfeinman.com/download.asp?doc=tapi1.1.zip. But please confirm for commerical use. Follow these steps. 1. Refer the Tapilib assembly ( the debug folder in the downloaded zip) 2. Add the namespace : using Ope
  3. 所属分类:Development Research

    • 发布日期:2017-04-25
    • 文件大小:412397
    • 提供者:Santosh
  1. .NET-class-presentation

    0下载:
  2. NET_Framework_类库,NET类库简介(好)-.NET Common namespace and class presentation
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:20541
    • 提供者:xiaotang
  1. C#命名空间大全

    0下载:
  2. c#的命名空间大全,包括空间主要组件及其用法。(C# namespace Daquan, including the main components of space and its usage.)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-16
    • 文件大小:33792
    • 提供者:hasean
  1. Example_2_1

    0下载:
  2. C++ namespace which is used on the class
  3. 所属分类:文章/文档

    • 发布日期:2017-12-18
    • 文件大小:307200
    • 提供者:haiqingzhang
  1. Chapter 2

    0下载:
  2. C++ namespace which is used on the class 2
  3. 所属分类:文章/文档

    • 发布日期:2017-12-17
    • 文件大小:1241088
    • 提供者:haiqingzhang
  1. hid-namespace

    0下载:
  2. HID Nmespace C# help file
  3. 所属分类:软件工程

    • 发布日期:2018-05-07
    • 文件大小:202752
    • 提供者:zanvar
搜珍网 www.dssz.com