搜索资源列表
TypeFinder
- 本示例演示了一个命令行接口,该接口提供与环境中的类型有关的信息。本示例为开发人员提供了一种简单的方法,可用来确定哪些类型是可用的,它们位于哪些模块中,以及哪些接口、方法、字段、属性和事件对每个类型可用。本示例还演示了反射,它是一种在运行时获取有关程序集和在程序集中所定义类型的信息,以及创建、调用和访问类型实例的过程。 此示例使用下面的技术和类。 反射 Assembly - 将程序集加载到 AppDomain 中,以便可以在这些程序集中搜索类型。 Mod
Zip
- C# 实现的ICSharpCode.SharpZipLib.dll 压缩实例。自己写,可用
ReadAndWriteBinaryFile
- C#二进制文件读写实例(WinForm实现),保证打开就可用!-C# example of binary file reading and writing (WinForm implementation), ensure that you can use to open!
DotRasv1.1SDK2009
- C# 实现 Ras资源调用的 SDK 源码,里面包含 各种环境下的可用dll,和使用实例,同时包含了源代码-C# SDK calls to achieve Ras resources, source code, which contains a variety of environments available dll, and use of examples, also contains the source code
NetSerialComm
- 串口类实例,用于读取RS232串口数据,包含串口各项参数的设置,使用时可用虚拟机创建模拟串口来传递数据,适合初级人员参考-Serial class instance, RS232 serial port for reading data, including the serial port settings of the parameters, the virtual machine can use the serial port to transfer data to create simul
jianxianchuangti
- 100C#初学者编程实例 第一章渐显的窗体 是工程文件包 下载即可用-100C# programming examples for beginners form fade in the first chapter is a project file can be used to download packages
chuangtidonghua
- C#初学者编程实例,窗体动画的实现,工程文件,下载可用-C# for beginners programming examples, animation realization of the form
chuangjiansuolui
- C#初学者编程实例,创建缩率图的实现,工程文件,下载可用-C# for beginners programming examples, create a reduced rate of implementation of plans, engineering documents, available for download
tuxiangfudiao
- C#初学者编程实例,图像浮雕,工程文件,下载可用-C# for beginners programming examples, image relief, engineering documents, available for download
pingmubuhuo
- C#初学者编程实例,屏幕捕获程序,工程文件,下载可用-C# for beginners programming examples, screen capture program, project files, download available
java2net
- java 类库 在.NET中使用例子,本例为一银行JAVA包转换c#调用实例。可用-java to c#
46575868654
- 仿Windows系统任务管理器中的CPU使用率图表实例源码下载,直观演示内存及CPU的使用情况,并显示进程数,我觉得界面做的挺不错,有点专业味道,源码值得学C#的借鉴。左侧的直方图主要用来适时显示CPU的使用率,右侧分上下两部,上部是物理内存总量和可用情况,下部是虚拟内存的总量和可用情况,创建Graphics类对象的方法也教给您。 ,作者版权所有,仅供学习与参考。-Imitation of Windows system in task manager CPU usage chart exam
kmeans
- kmans的c语言代码,内有实例,还有教程,亲测可用,能够进行矢量聚类。-C kmans language code, there are examples, as there are tutorials, pro test available, to carry out the vector clustering.
Multi-thread-serial-communicati
- VC/C++源码,系统相关,串口通讯类,多线程 一个多线程的VC++串口通讯实例,选择本机可用的串口,可同进打开多个可用的串口,还可以设置数据位、停止位、校验、波特率,往指定端口发送接收数据等。VC6.0编译通过。 -VC/C++ source code, related system, serial communication, multi thread of a multi-threaded VC++ serial communication example, the serial po
C#写入读取配置文件实例
- C#写入读取配置文件实例,希望给有用的朋友们,真实可用(C# write and read configuration file examples, hope to useful friends, real availability)
PdfDemo
- C#生产pdf的可用实例代码,资料来自焦焘,多谢!(C# make to PDF file available examples of code, data from Jiao Tao, thank you!)
FTP一个完整FTP客户端类库实例
- 本代码实现了一个完整的FTP客户端,实测可用,不可多得!