搜索资源列表

  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<<"e
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:刘见锋
  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()
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:209920
    • 提供者:wwf
  1. testNameSpaceApp

    0下载:
  2. 测试NAMESPACE的程序 适于初学者-NAMESPACE test procedures suitable for beginners
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:17408
    • 提供者:李严
  1. TryParse

    0下载:
  2. 本示例说明了使用 System 命名空间中的多个类公开的 TryParse 方法与使用该类型的 Parse 方法相比,在性能方面有哪些好处。-This example illustrates the use of System namespace multiple categories TryParse open method and the use of the types of Parse methods, in What are
  3. 所属分类:.net编程

    • 发布日期:2024-05-19
    • 文件大小:22528
    • 提供者:王子
  1. cs

    0下载:
  2. 本章的主要是对C#的基础知识进行简要介绍。其中包括.NET fr a mework、Common Language Runtime以及C#的特点等。另外,本章还介绍了Visual Studio 2005的安装及使用,MSDN的安装及使用,命名空间的基本概念。本章的最后还给出了两个简单的实例,分别介绍了控制台应用程序和Windows窗体应用程序的编写。-This chapter mainly C# Basic knowledge to c
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:1011712
    • 提供者:wanqi
  1. soundonpocketpc(word2007)

    0下载:
  2. 在PPC上播放声音不像在PC上可以直接使用vs2005给提供的System.media命名空间中的方法.而只能调 用外部的coredll.dll库.只能播放.wav文件,并且还不是所有的都能播, -PPC on to play a sound in the PC can not directly use VS2005 to provide namespace System.media approach. But can o
  3. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:11264
    • 提供者:
  1. RegexT

    0下载:
  2. 使用正则表达式实现数据验证 using System using System.Drawing using System.Collections using System.ComponentModel using System.Windows.Forms using System.Data using System.Text.RegularExpressions namespac
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:000
  1. mydll

    0下载:
  2. C#封装好的正则表达式使用dll文件,命名空间为zhuspace,可以直接调用-C# Package good regular expression to use dll files, the namespace for zhuspace, can directly call
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:
  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 {p
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:华盛
  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 {p
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:华盛
  1. cSharpSkins

    1下载:
  2. C#界面皮肤源码(带大量皮肤素材) 1. 先把IrisSkin2.dll文件添加到当前项目引用(解决方案资源管理器->当前项目->引用->右键->添加引用 ,找到IrisSkin2.dll文件.....之后就不用我说了吧^_^).IrisSkin2.dll文件最好放在当前项目\bin\Debug文件中. 2. 然后把IrisSkin2.dll文件添加到vc2005的工具箱:右键->选择项
  3. 所属分类:菜单

    • 发布日期:2024-05-19
    • 文件大小:3798016
    • 提供者:
  1. 1111111111111

    0下载:
  2. c++图书管理系统 include <iostream> #include <iomanip> #include <string> #include <fstream>//输入/输出文件流类 using namespace std const int Maxr=100 //最多的读者 const int Maxb=100 //最多的图书 const int
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:鲍帅
  1. Get_HDD_Info

    0下载:
  2. 通過.net fr a mework提供system.management命名空間來訪問機器的硬盤信息。-Through. Net fr a mework to provide System.Management namespace to access the machine s hard disk information.
  3. 所属分类:.net编程

    • 发布日期:2024-05-19
    • 文件大小:21504
    • 提供者:raphael_zhang
  1. NamespaceExtImpl_src

    0下载:
  2. Windows Visita下的一个Namespace Extension。-Windows Visita under a Namespace Extension.
  3. 所属分类:Shell编程

    • 发布日期:2024-05-19
    • 文件大小:239616
    • 提供者:Depp Su
  1. Mysystem

    0下载:
  2. 一个VB.NET 写的NAMESPACE,可以在WINDOWS MOBILE 5,6平台上获得当前系统时间,内存使用状态,程序所在位置和设备名称. 直接应用函数名就可以了.没有传入参数.除了时间,其他的都以字符串为类型-VB.NET write a NAMESPACE, could WINDOWS MOBILE 5,6 platform access to the current system time, memory usage
  3. 所属分类:Windows Mobile

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:黑手K9998
  1. Mysystem_Cs

    0下载:
  2. 用C#写的NAMESPACE,可以返回当前系统时间,当前内存状态,程序所在目录和设备名称.直接调用函数即可返回. 除了时间为data,其余为字符串返回值-With C# Written NAMESPACE, can return to the current system time, the current memory status, procedures and equipment where the directory nam
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:黑手K9998
  1. concole_test

    0下载:
  2. 一个小的C#测试程序,主要是演示了如何写一个C#程序,包括namespace用法,class用法,main方法写法等 -A small C# Test procedure, mainly to demonstrate how to write a C# Procedures, including namespace usage, class usage, main methods of writing, etc.
  3. 所属分类:.net编程

    • 发布日期:2024-05-19
    • 文件大小:13312
    • 提供者:lsd
  1. ASP.NETjm

    0下载:
  2. 在ASP.NET中提供了加密的功能。名字空间System.Web.Security中包含了类FormsAuthentication,其中有一个方法HashPasswordForStoringInConfigFile。这个方法可以将用户提供的字符变成乱码,然后存储起来。-In ASP.NET to provide the encryption function. System.Web.Security Namespace category
  3. 所属分类:WEB源码

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:黄龙洲
  1. CSHarpCode

    0下载:
  2. C#代码规范,讲述从变量到类、命名空间的代码规范。-C# Code norms, described from the types of variables, namespace code norms.
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:21504
    • 提供者:fufu
  1. dedecmsv51sp1

    0下载:
  2. DedeCms由2004年到现在,已经经历了五个版本,从DedeCms V2 开始,DedeCms开发了自己的模板引擎,使用XML名字空间风格的模板,对美工制作的直观性提供了极大的便利-DedeCms from 2004 to now, has gone through five versions DedeCms V2 from the beginning, DedeCms developed its own template engi
  3. 所属分类:ISAPI/IE编程

    • 发布日期:2024-05-19
    • 文件大小:3534848
    • 提供者:daking123
« 1 2 3 4 56 7 8 9 10 ... 29 »

源码中国 www.ymcn.org