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

搜索资源列表

  1. 201012108527023

    0下载:
  2. 我们知道可以用SQLDMO组件或.net中提供的System.Data .Sql .SqlDataSourceEnumerator枚举到局域网内所有SQL服务器,你们有没有感觉他们不是一般的慢,而是太慢了!这里提供了一个较快的类:命名空间EnumNetWorkSqlServer 在你的项目中添加对他的引用,这个类只提供一个方法GetServers(),返回一个string[]数组。 -We know that you can use component or SQLDMO. Net is pro
  3. 所属分类:.net

    • 发布日期:2017-04-23
    • 文件大小:44464
    • 提供者:bouddha
  1. Zll.ImageTheButton

    0下载:
  2. 在WPF中,控件(control)一词的意义,比早期Windows编程的控件,有更特定的定义。比方说,在Windows Forms中,屏幕上的一切,都被视为控件。在WPF中,这个词保留给用户交互使用,也就是说,当用户用鼠标或键盘时,控件一般会对用户提供某种响应(feedback)。 Control类直接继承FrameworkElement,从Control继承而来的类超过50个,这些类提供给程序员各式各样的控件,包括按钮、列表框、滚动条、编辑框、菜单和工具条。这些类都是放在System
  3. 所属分类:Button control

    • 发布日期:2017-03-29
    • 文件大小:39221
    • 提供者:feifeiwua
  1. jquerytest

    0下载:
  2. namespace sample in JQuery
  3. 所属分类:JavaScript

    • 发布日期:2017-04-24
    • 文件大小:246116
    • 提供者:Deepaprakash
  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
    • 文件大小:3246
    • 提供者:杨峰
  1. BLOBRW

    0下载:
  2. 使用微软.NET Framework的System.IO命名空间下的FileStream文件流类,实现对二进制大对象轻松进行读写。这是一个用VS2005编写的WinForm程序,通过打开一个bmp或者jpg大文件,让其显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBox可以切换到浏览状态,观看存入数据库的图片。对二进制大对象使用的流操作,对于任何文件都具有通用性,读写文本文件也可以这么做。 -Microsoft. NET Framework&
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:28192
    • 提供者:黄黄
  1. CheckModifyACLPermission

    0下载:
  2. 用net 2010的accesscontrol命名空间操作File,Directory 和 Registery权限-This sample demonstrates how to use the .NET namespace to manipulate permissions related security, which include of file permission, folder permission and register key permission.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:93898
    • 提供者:王琳
  1. Socket

    0下载:
  2. 用的Socket类,System.Net.Socket命名空间还提供了两个抽象高级类TCPClient和UDPClient和用于通讯流处理的NetWorkStream-Use Socket class, System.Net.Socket namespace also provides two high-level abstract classes, and for communications TCPClient and UDPClient stream processing NetWorkS
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:283648
    • 提供者:莫文龙
  1. XR

    0下载:
  2. XR头文件,C++中输出流的替代头文件,可以直接输出表达式的值已经要说的话-#ifndef EXPRESSION_RESULT #define EXPRESSION_RESULT #include <iostream> #include <iomanip> namespace zjun { class line_number { private: int num int width public:
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:621
    • 提供者:何小青
  1. huangjin

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

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

    0下载:
  2. #include <iostream> //包含输入输出流头文件 using namespace std //使用标准命名空间 int main()-# Include <iostream>// Contains the input and output stream header file using namespace std // using the standard namespace int main ()
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:500768
    • 提供者:tabuiy
  1. My_Explorer_src

    0下载:
  2.  This article shows how to get system drives information using System.Managementnamespace and use Sysetm.IO namespace to get directories and files information to populate TreeView and ListView controls.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:41078
    • 提供者:ANH
  1. Swing星际争霸

    0下载:
  2. Java 开发的Swing星际争霸源代码 -java c# vb include import using namespace
  3. 所属分类:其他游戏

    • 发布日期:2017-11-07
    • 文件大小:1529856
    • 提供者:john
  1. SendFileTest_v0.6

    1下载:
  2. c#文件发送 使用system.net命名空间-c# send the file using the system.net namespace
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:410607
    • 提供者:zheng
  1. XCUBIC

    0下载:
  2. An easy way to use svm in c++, here I build several classes in namespace XCUBIC, make it easy to combine your data in to matrix for svm use.-An easy way to use svm in c++, here I build several classes in namespace XCUBIC, make it easy to combine yo
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1559
    • 提供者:fiame
  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
    • 文件大小:7478
    • 提供者:林莹莹
  1. ASP.NET_3.5

    0下载:
  2. 第1章 .ASP.NET入门 第2章 C#语言基础 第3章 System.IO命名空间 第4章 ASP.NET Web服务器控件 第5章 网站设计 第6章 ASP.NET数据库编程 第7章 网络安全与验证 第8章 内建组件对象-Chapter 1. ASP.NET Chapter 2 Introduction to C# Language Fundamentals Chapter 3 System.IO namespace Chapter 4 ASP.NE
  3. 所属分类:Web Server

    • 发布日期:2017-05-26
    • 文件大小:8893438
    • 提供者:redrain
  1. MailSend

    0下载:
  2. 利用System.Web.Mail这个名称空间.在这个名字空间下,有一个专门使用SMTP协议来发送邮件的类:SmtpMail,它已能满足最普通的发送邮件的需求。这个类只有一个自己的公共函数--Send()和一个公共属性—SmtpServer,您必须通过SmtpServer属性来指定发送邮件的服务器的名称(或IP地址),然后再调用Send()函数来发送邮件。您可以在Send函数的参数MailMessage对象中设置邮件的相关属性,如优先级、附件等等。除了以MailMessage对象为参数(如上述代
  3. 所属分类:Email Client

    • 发布日期:2017-03-29
    • 文件大小:51448
    • 提供者:shen6041
  1. RSAEncryption

    0下载:
  2. This C# source code shows you how simple you can add RSA Encyption to your project through the System.Security.Cryptography namespace.
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:13870
    • 提供者:andrefx
  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. mfcconsole

    0下载:
  2. 将此文件加入工程,再将MFC工程的 属性Linker/system/subsystem 的Windows (/SUBSYSTEM:WINDOWS) 改为 Console (/SUBSYSTEM:CONSOLE) 再 #include <iostream> using namespace std 就可以对MFC程序 打印控制台调试信息-Add this file works, then the properties of MFC project Linker/syste
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:527
    • 提供者:noname
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 27 »
搜珍网 www.dssz.com