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

搜索资源列表

  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
    • 文件大小:246717
    • 提供者:昕晨夕
  1. Dictionary_Search

    0下载:
  2. 有名的词典查询 自动生成10000个单词然后找他的类似词。。。 -//Dictionary #include <iostream> #include <fstream> #include <string> #include <time.h> #define maxsize 10000000 #define exp_n 10000 using namespace std string word[maxs
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:1133155
    • 提供者:秘密
  1. RegEx

    0下载:
  2. 使用.net 4.0实现的计算器,和常见的计算器不同。这个计算器支持复数计算。比如说输入是 3.567E-10+4.89E+5i-.1 它会自动分析出其中的运算有 1. 0.00000000003567 2. 489000i 3. -0.1-As of .NET 4.0, the native library does offer a complex class in the namespace System.Numerics. The ideal situation
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:150429
    • 提供者:gerili
  1. ch09Ex01

    0下载:
  2. 这是继承自System.object的一个方法,并把对象的类名作为一个字符串返回,该类名用所有相关的命名空间来限定。-This is a method inherited from System.object, and the object s class name as a string, the class name with all the relevant namespace qualified.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:13715
    • 提供者:浩雪
  1. NSP

    0下载:
  2. NSP程序 windows网络编程 14.3 命名空间服务提供者 386 14.3.1 名字空间的安装 386 14.3.2 名字空间的实施 387 14.3.3 名字空间提供者示范 392 -14.3 NSP program windows network programming service provider namespace name space to install 386 14.3.1 386 14.3.2 Implementation 387 14.3.3 N
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:133112
    • 提供者:ihoope
  1. jQuery-develop

    0下载:
  2. jQuery插件的开发包括两种: 一种是类级别的插件开发,即给jQuery添加新的全局函数,相当于给jQuery类本身添加方法。jQuery 的全局函数就是属于jQuery命名空间的函数,另一种是对象级别的插件开发,即给jQuery对象添加方法。下 面就两种函数的开发做详细的说明。-jQuery plugin development, including two kinds: one is the class-level plug-in development, that is to
  3. 所属分类:JavaScript

    • 发布日期:2017-04-04
    • 文件大小:87690
    • 提供者:ly
  1. datastruct

    0下载:
  2. 通过反序输出整数,实现了一个整数的反序输出。很好的实现了反序功能。-#include<iostream> using namespace std int main() {int a,b=0 cout<<"please input the integer:"<<endl cin>>a while(a) {b=b*10+a 10 a/=10 } cout<<"the end is"<<
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3697
    • 提供者:
  1. XML-Schema

    0下载:
  2. XML Schema 提供了两个在实例文档中使用的特殊属性,用于指出模式文档的位置。这两个 属性是:xsi:schemaLocation 和xsi:noNamespaceSchemaLocation,前者用于声明了目标名称 空间的模式文档,后者用于没有目标名称空间的模式文档,它们通常在实例文档中使用。-XML Schema provides two in the instance document using the special attribute is used to indica
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-30
    • 文件大小:99733
    • 提供者:limulin
  1. CSharp-thread

    0下载:
  2. 对于整数数据类型的简单操作,可以用  Interlocked  类的成员来实现线程同步,存在于  System.Threading  命名空 间。Interlocked类有以下方法:Increment  ,  Decrement  ,  Exchange  和  CompareExchange  。使用  Increment  和  Decrement  可以保证对
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:306560
    • 提供者:jake
  1. spuc2.3.1

    0下载:
  2. Readme Complex class is very similar to the Standard C++ library complex class and the standard C++ class could be substituted in many cases. Code is wrapped in namespace SPUC SPUC DSP C++ source code library directory structure array -
  3. 所属分类:DSP program

    • 发布日期:2017-03-28
    • 文件大小:428648
    • 提供者:Prabhat
  1. XMLUtil

    0下载:
  2. 一个使用JDOM读取XML文件的工具类。 这个类的内部封装了JDOM的具体实现,提供了常用的一些方法,避免直接使用JDOM的API。 同时,也提供了方法可以返回JDOM的一些基本类型。目前的版本中还没有实现关于Namespace 的操作。-A use JDOM to read XML file tools. This class encapsulates the JDOM inside the concrete realization, provides some of the metho
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-26
    • 文件大小:2778
    • 提供者:
  1. Game

    0下载:
  2. User options The Options form enables users to reset the high scores and turn sound on and off. Help The application includes a compiled Help project. The compiled Help is accessed through the Help menu item. Mouse The mouse is used not
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:105588
    • 提供者:Itoro
  1. CSharp-and-.NET-Architecture

    0下载:
  2. 该书探究.NET的特点,包括汇编,命名空间,和基础类库,作为C#开发者值得了解-Explore the book. NET features, including assembly, namespace, and base class library, as a C# developer should know
  3. 所属分类:.net

    • 发布日期:2017-03-26
    • 文件大小:177715
    • 提供者:
  1. Struts2_0200_Namespace

    0下载:
  2. 命名空间的实现,namespace是package里的一个属性,用来标记action的访问路径-Implementation of the namespace, namespace is inside a package attribute, the access path used to mark action
  3. 所属分类:JavaScript

    • 发布日期:2017-05-15
    • 文件大小:3829078
    • 提供者:李浩天
  1. the-research-of-name-ui

    0下载:
  2. QT中Ui名空间研究,对 QT中 namespace ui 做了研究性分析-QT in the name of space research Ui, on the QT in the namespace ui do the research analysis
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:79399
    • 提供者:lihui
  1. WorkflowPersistence

    0下载:
  2. namespace WorkflowPersistence { public sealed partial class Workflow1: SequentialWorkflowActivity { public Workflow1() { InitializeComponent() } } }
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:5690
    • 提供者:fj
  1. cnpm

    0下载:
  2. using language C++ (OOP) using namespace std
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1213774
    • 提供者:ba_liem
  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
    • 文件大小:1411929
    • 提供者:liji
  1. DigitalSignatureHelper

    0下载:
  2. The System.Security.Cryptography namespace provides cryptographic services, including secure encoding and decoding of data, as well as many other operations, such as hashing, random number generation, and message authentication. For more information,
  3. 所属分类:CA program

    • 发布日期:2017-04-10
    • 文件大小:717
    • 提供者:Andriy
  1. pop3-and-smtp

    0下载:
  2. 开发平台:vs2005 内容简介:本程序是基于pop3以及smtp协议来实现电子邮件的收发过程,利用VS2005提供的.NET框架2.0的System.Net.Mail命名空间中专门对邮件收发处理的类,进行编程。 包含内容:1.源程序代码及工程 2.详细的实验报告一份 3.调试说明书一份-Development Platform: vs2005 Introduction: This procedure is based on the pop3 and smtp protoc
  3. 所属分类:.net

    • 发布日期:2017-05-10
    • 文件大小:2139617
    • 提供者:pengxinyue
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 27 »
搜珍网 www.dssz.com