搜索资源列表
AdapterPatternTest
- 这是一个对于设计模式中适配器模式的一个简单应用.用C#编写.-This is a model for the design of the adapter a simple application. Using C#.
adapter
- 迭代器模式 迭代器模式 迭代器模式
catIPMAC
- C#编程获取局域网IP及网卡MAC地址 学习技术-C# programming access to the LAN network adapter IP and MAC address learning techniques
getNicID
- 获取本机网卡号,可以唯一在互联网上唯一确定本机-Its access to the local network adapter, you can only determine the Internet' s only local
Csharp
- C#设计模式,讲解C#工厂设计模式,适配器设计模式-C# Design Patterns, C# on the factory design pattern, adapter design pattern
DataAdpter
- 此代码详细讲述了C#编程中dataAdapter(适配器)的使用,很有代表性的程序。-This code is described in detail in C# programming dataAdapter (adapter) to use, very representative of the program.
NetworkSwitch
- 检测系统网卡与改变网卡的IP的一个软件,现在还有些问题-Detection system to change the network adapter card and a software IP, and now some issues
EmployeeManage
- 使用c# 运用Ado.net编写的员工信息管理系统,判别员工使用权限以区分管理者或是基层员工登录,提供增删改查或是只能进行查阅的功能.刚开始学习ado.net开始练习数据集以及适配器运用的朋友可以进行参考.-Prepared using the c# application Ado.net employee information management system, determine the permissions to distinguish between employees or ma
sdfAdapter
- The latest version of the adapter class of OpenNETCF s Smart Device Framework, contains lots of useful code for handling wifi connections on windows mobile, including WZCSetWirelessSettings,and more.
DoFactory.GangOfFour.Adapter.RealWorld
- design pattern of gang of four
DoFactory.GangOfFour.Adapter.NETOptimized
- design pattern of gang of four
AgDSS
- 是我自己写的基于Windows窗体应用程序的的农业类决策支持系统 ,主要是用来决策决策温室种植作物的条件控制及成本控制,我利用数据集、数据适配器来实现窗体间值的传递及转换。-Write my own Windows Forms application based on the agricultural class of decision support system is primarily used for decision making conditions of greenhouse cr
mac
- C#编程获取局域网IP及网卡MAC地址,对于做机器指纹有帮助-C# Programming for the LAN adapter IP and MAC address, useful for doing computer fingerprint
MyComputer
- c#语言编写的网络编程程序,显示本机相关信息:网络适配器等-c# network programming language program, display information about the machine: the network adapter, etc.
adapter
- 设计模式中的adapter结构图的源代码-adapter c++
adapter2
- 设计模式中的adapter模式的另一种结构图的源代码-c++ adapter
addressBook
- Though simple. Good for beginner who wants to create database in Csharp in few minutes. using the dataset and data adapter
Programs
- 关于设计模式,用C#实现的,包括有AbstractFactory,Adapter,Bridge-C# design patterns, including AbstractFactory, Adapter, Bridge, etc.
Sniffor
- C#抓包程序实例,学习如何抓取数据包、抓取的数据包集合等,并使用了皮肤控件对窗口进行美化处理,初始化窗体皮肤实例,抓包时可以多个网卡同时抓取,循环抓取每个网卡的数据包,为每个网卡IP配置一个抓取实例,产生一个委托实例并添加到newPacket的事件列表中,并赋予委托执行方法为begainUpdateList,并添加事件newPacket的处理函数,并定义了事件newPacket的处理函数,在主线程上执行委托关联的函数,完成抓取数据的接收并显示,显示数据包详细信息等-C# capture prog
DesignPattern-Adapter+Bridge
- 使用C#语言演示适配器模式和桥接模式。 绝对原创!(Demo code for Adapter pattern and Bridge pattern with C#.)