CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - TYPE-C

搜索资源列表

  1. ImageCapture

    0下载:
  2. c#实现的屏幕和窗口截屏类,可截获屏幕外或被压盖的窗口-the window screen and type of attack can be intercepted or gland screen outside the window
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2088
    • 提供者:hehe
  1. ASPDotNetPage

    0下载:
  2. 用C#手工编写,实现分页功能,类ASP写法 -C# manual prepared to achieve tabs, type written ASP
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:18606
    • 提供者:fish
  1. chanpin

    0下载:
  2. 产品图片展示系统 c#版功能说明:自动将上传任意图片生成缩略图,缩略图的高度和宽度在web.config里进行设置,可带一任意类型的附件,图片说明,产品说明,为防止数据库过大,图片放入文件系统内,文本信息保存至数据库内。执行image.sql 创建数据库。修改web.config里的数据库连接串。-products Photo Display System c # version features : automatic upload arbitrary will generate thumbn
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:64131
    • 提供者:李平
  1. newBookShop

    0下载:
  2. 最新网上书店系统,采用C#技术,数据库类型你自己看。 -latest online bookstore system, using C#, type your own database to see.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:817355
    • 提供者:songfu
  1. 16446_email

    0下载:
  2. C#收发邮件的类源码-C# type of e-mail source
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7263
    • 提供者:喻军
  1. cSharpPatten

    1下载:
  2. 本书主要介绍如何用最常见的设计模式编写C#程序.全书分为四个部分,首先介绍了C#语言和面向对象程序设计的一般原则,可作为C#程序设计的快速入门教程 然后分别讲述了创建型模式,结构型模式和行为型模式.每一类设计模式又包括若干种具体模式,共有23种.在介绍每种模式时,给出了一个或多个应用该模式的示例,以便于理解,且这些示例都是能完全运行的程序,包含在随书附带的光盘中.此外,每一章还提供了UML图,用以说明类之间的关系. 本书适用于计算机及相关专业的本科生和研究生,对于软件开发人员也是一本很好的参考书
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1358365
    • 提供者:demon
  1. circle111

    0下载:
  2. 几何用C++的类来定义表示简单平面几何对象的抽象数据类型Geometry-geometric C to the class definition simple plane geometry object of the abstract data type Geometry
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:949
    • 提供者:蔡荔星
  1. circle1111

    0下载:
  2. 用C++的类来定义表示简单平面几何对象的抽象数据类型Geometry-C to the class definition simple plane geometry object of the abstract data type Geometry
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:949
    • 提供者:蔡荔星
  1. ExSplit

    0下载:
  2. 考虑到C#中的string类提供的Split方法无法实现针对串参数的分割,所以自己解决了。主要实现了对String类的扩展,使之支持string参数的Split。-C# taking into account the type of string Split method can not be realized against the division series parameters , and they therefore resolved. Major Implementation of
  3. 所属分类:C#编程

    • 发布日期:2014-01-15
    • 文件大小:534
    • 提供者:林宜聪
  1. CAppVirtualandNew

    0下载:
  2. C#类的使用 C#类的使用 -the use of the C# class using C# class using the C# class using the C# class using the C# type of use
  3. 所属分类:C#编程

    • 发布日期:2014-01-15
    • 文件大小:85354
    • 提供者:yusy
  1. assignment2

    0下载:
  2. c#继承类的练习-inherited type of exercises
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7652
    • 提供者:杜妍
  1. filesearch

    0下载:
  2. C#文件查找的类-C# type of document search
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:25415
    • 提供者:刘湘东
  1. asp.netcyhs

    0下载:
  2. C#类型函数说明-C# type functions Note
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13572
    • 提供者:不说
  1. RSA加密和解密

    0下载:
  2. 用C#中RSACryptoServiceProvider类型,实现RSA算法的加密,和解密,用控制台实现-C# RSACryptoServiceProvider type, achieving RSA encryption, and decryption using Console
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1495
    • 提供者:张立
  1. 030300336cata

    0下载:
  2. 高精度整数问题« 问题描述:(1) 设计一个表示高精度整数的模板类,它支持对任意大整数的输入、输出和四则运算(+、-、´ 、¸ ),其中除法运算应输出所得的商和余数。(2) 用上述高精度整数的模板类,计算大整数组合数和Catalan数的精确值。« 编程任务:给定大整数m和n,计算÷ ÷ø ö ç ç èæ nm和C(m)的精确值。« 数据输入:由文件input.txt给出输
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2397
    • 提供者:林天
  1. public class A

    0下载:
  2. 创建一个类A,在A中编写一个可以被重写的带int类型参数的方法MyMethod,并在该方法中输出传递的整型值加10后的结果。 再创建一个类B,使其继承自类A,然后重写A中的MyMethod方法,将A中接收的整型值加50,并输出结果。 在Main方法中分别创建类A和类B的对象,并分别调用MyMethod方法(Create a class A, write a MyMethod that can be rewritten with int type parameter in A, and outpu
  3. 所属分类:C#编程

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:kk大人
  1. c#画图工具实现

    0下载:
  2. 实现基本图形绘制和填充。能够更改图元绘制条件(改变线条颜色、线型、填充方式)和图元的保存功能。实现画笔和画刷风格认定功能等(Realize basic graphics and fill. Can change the drawing condition of the graph element (change the line color, line type, filling mode) and the preservation function of the graph element.
  3. 所属分类:C#编程

    • 发布日期:2018-01-09
    • 文件大小:572416
    • 提供者:艾萨克3
  1. counter

    0下载:
  2. 定义一个类,类名为CounterType。这个类的对象用于计数,记录一个非负的整数。为该类写一个默认构造函数,它能将计数器置0;再写一个构造函数,它接收一个参数,用于将计数器设为由参数指定的值。编写两个成员函数,分别使计数能够递增1和递减1。确保任何成员函数都不允许计数器为负值。成员函数void reset( );能在任何时候将计数器的值重置为0。编写两个成员函数,一个返回当前计数器的值,另一个将计数器的值输出到一个流,这个用于输出的函数有一个ostream类型的形式参数(被调用时,实际参数可以
  3. 所属分类:C#编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:NekoSAMA
  1. 9

    0下载:
  2. 异常:在程序运行过程中发生错误和意外 常见的异常:类型转换不正确,被除数为0,值溢出,数组超过索引范围,打开文件时出错 Exception类(Exception: errors and accidents occurred during program operation. Common exception: the type conversion is incorrect, the divisor is 0, the value overflows, the array exceeds
  3. 所属分类:C#编程

    • 发布日期:2018-05-03
    • 文件大小:93184
    • 提供者:qianbianzhu
  1. test

    2下载:
  2. 使用状态栏控件(StatusBar):在状态栏中可以显示打开的文件名、鼠标信息和按键信 息(键入的是字母还是非字母)。(Use StatusBar: In the status bar, you can display the open file name, mouse information, and key letters. Information (type letters or non-letters).)
  3. 所属分类:C#编程

    • 发布日期:2020-10-21
    • 文件大小:56320
    • 提供者:一giao
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com