资源列表

« 1 2 ... .22 .23 .24 .25 .26 4227.28 .29 .30 .31 .32 ... 5345 »

[C#编程Abstract-classes-convert-interface

说明:抽象类转换成接口 (1)要将抽象类改为接口,首先要改的就是将抽象类中的abstract class改成接口 的interface,同时,在类名前加I。 (2)接口中不需要虚方法,而且方法只要声明,所以,将抽象类中的虚方法中的关键字virtual删去,同时,接口中的方法只作声明。 (3)接口中,接口成员中的方法不需要覆盖,所以,将抽象类子类中所有的覆盖的方法中的关键字override删除,并在父类名前加I。 -Abstract classes convert interface
<liyongsheng> 在 2025-06-28 上传 | 大小:12kb | 下载:0

[C#编程CSharp-PSIFT

说明:c# code class for sift picture
<donya> 在 2025-06-28 上传 | 大小:12kb | 下载:0

[C#编程MultipleInstanceService_src

说明:simple multipl. windows service.
<Daniel> 在 2025-06-28 上传 | 大小:12kb | 下载:0

[C#编程ICCard

说明:C#操作IC卡的例子源码,学习IC卡的读写不得缺少的资料。-C# source code examples of operating the IC card, IC card reader may not learn the missing information.
<Jianbin> 在 2025-06-28 上传 | 大小:12kb | 下载:0

[C#编程AssociationGrid_src

说明:Grid Control Showing Association, coded in C# language
<HuangBingXiu> 在 2025-06-28 上传 | 大小:12kb | 下载:0

[C#编程ChatSampleCS

说明:Chat ajax enabled web application Fast And Flixeble
<fadel> 在 2025-06-28 上传 | 大小:12kb | 下载:0

[C#编程csharp-registry-browser

说明:注册表浏览器,可以查看计算机注册表信息,为学习C SHARP注册表模块提供参考-Registry browser, you can view your computer' s registry information for learning C SHARP registry module to provide a reference
<jake> 在 2025-06-28 上传 | 大小:12kb | 下载:0

[C#编程RulesLogic

说明:RulesLogic. (.NET fr a mework 4.0/VS 2010) It allows simple rules creation and validation, like "(a = 3 or b = 4) and c = 7". Currently "and / or / = / != / () operators supported. The library can be extended with adding additional classes
<agat> 在 2025-06-28 上传 | 大小:12kb | 下载:0

[C#编程DownloadFileFromWeb

说明:这段代码演示如何使用C#中的URI类和WebClient类从网络上下载一个文件。这是常用的三种方法之一。-This demo shows how to use class URI and class WebClient in C# to download a file from web site.
<Luke> 在 2025-06-28 上传 | 大小:12kb | 下载:0

[C#编程BatchCleaner

说明:一个能批量清理掉指定的一系列文件以及文件夹的工具-a tools
<ymk> 在 2025-06-28 上传 | 大小:12kb | 下载:0

[C#编程Cpbcw_20111112104747

说明:C#实现FTP各种操作的封装类源码 很好,很方便-FTP operation to achieve a variety of C# wrapper class source very good, very convenient
<shijunfengm> 在 2025-06-28 上传 | 大小:12kb | 下载:0

[C#编程84

说明:关于C#数据库编程学习杂例,希望都大家有所帮助。互相学习互相进步!-About the c# study by the database programming, to help. we have studied each other. each
<温祖辉> 在 2025-06-28 上传 | 大小:12kb | 下载:0
« 1 2 ... .22 .23 .24 .25 .26 4227.28 .29 .30 .31 .32 ... 5345 »

源码中国 www.ymcn.org