搜索资源列表
FStore_xml
- FlashStore是Kyoji独立开发的RIA实验性项目。综合运用了ASP.NET、Flash Remoting和Action scr ipt 2.0等技术,并且结合了MVC设计模式-FlashStore inhibits independent development of the RIA pilot projects. The integrated use of ASP.NET, Flash Remoting and Action scr ipt 2.0, in line with the
C语言编写学生成绩管理
- 在图形模式下,利用C语言编写学生成绩管理,读者可以从中学习到很多C 语言图形界面设计的技巧!-in graphics mode, the use of C language student performance management, readers can learn a lot of C language graphics interface design skills!
MyAbstractFactory
- 这个小程序是我们上课时做的,主要是针对设计模式中Abstractfactory这个创建型模式,例子是迷宫问题-this small program is that we do in class is targeted mainly at the design model to create this type Abstractfactory model example is the issue of the maze
MyBuilder
- 同样是设计模式中的迷宫问题,这次是用Builder这个创建型模式来做的,比较简单-is the same design pattern of the maze of problems, this is the Builder to create a type, and make relatively simple
MyFactoryMethod
- 同样是设计模式中的迷宫问题,这个是利用factoryMethod来实现的,也较简单-is the same design pattern of the maze, the use of factoryMethod to achieve, than simple
csbv20
- 1.1 功能简介 三种测距模式选择跳线J1(短距、中距、可调距): 短距:20cm~100cm左右(根据被测物表面材料决定),精度1cm; 中距:70cm~400cm左右(根据被测物表面材料决定); 可调:范围由可调节参数确定,当调节在合适的值时,最远测距700cm左右; 1.2 应用领域 超声波测距模组是为方便学生进行单片机接口方面的学习专门设计的模块,它可以方便的和61板连接,可应用在小距离测距、机器人检测、障碍物检测等方面,可用于车辆倒车雷达以及家居安防系统等应用方
headfirstdesignpatternsinCsharp
- 深入浅出设计模式采用csharp语言表述的源代码-simple design patterns used csharp expressed in the language source code
headfirstdesignpatternsinjava
- 深入浅出设计模式,采用java语言表述的源代码-simple design pattern, using the language of java source code
8255trafficlight
- 应用8255芯片的交通灯程序,可以同过实验板上的按键来达到普通模式,紧急模式,和人工模式。内附设计报告-8255 chip application traffic lights procedures can experiment with the board over the keys to achieve the common mode emergency mode, and manual mode. Enclosing design report
BAM_NN
- 用外积和法设计的权矩阵,不能保证p对模式全部正确的联想。若对记忆模式对加以限制(即要求p个记忆模式Xk是两两正交的),则用外积和法设计的BAM网具有较好的联想能力。 在难以保证要识别的样本(或记忆模式)是正交的情况下,如何求权矩阵,并保证具有较好的联想能力?这个问题在用BAM网络实现对字符的识别程序仿真中得到体现。我们做过尝试,用伪逆法求权矩阵,虽然能对未加干扰的字符全部进行识别,但对加有噪声的字符识别效果很差。至于采用改变结构和其他算法的方法来求权矩阵,将是下一步要做的工作。-foreign
GUI_MSVM
- 一个完整的具有图形操作界面的支持向量机模式识别的实验系统.全部用Matlab实现,可以实现多种分类识别. 这是本人的毕业设计的附属程序-complete with a graphical interface SVM pattern recognition to the experimental system. All using Matlab ab realized, could achieve multiple classification. This is my graduation des
tianlong
- 天龙企业网站管理系统,基于.net2.0+access开发,系统架构采用MVC设计模式,是一个十分优秀的.net企业管理系统。其中包括产品发布,新闻发布,企业简价,企业文化,下载中心,客户留言等功能。-Dragon Enterprises website management system, based on. Net2.0 access development, system architecture using MVC design pattern is a very outstanding
Spring
- Spring中提供一些Aware相关的接口,BeanFactoryAware、 ApplicationContextAware、ResourceLoaderAware、ServletContextAware等等,其中最常用到的是ApplicationContextAware。实现ApplicationContextAware的Bean,在Bean被初始后,将会被注入 ApplicationContext的实例。ApplicationContextAware提供了publishEvent()方法,
DOS保护模式下汇编程序设计
- DOS保护模式下汇编程序设计.zip-DOS protected mode compilation of program design. Zip
State
- 设计模式 State模式 C++实现 Neusoft KongFuRabbit QQ 328495045 E-mail bowen88500@126.com
Memento
- 设计模式 Memento模式 C++实现 Neusoft KongFuRabbit QQ 328495045 E-mail bowen88500@126.com
Decorator模式实例
- 设计模式 Decorator模式 C++实现 Neusoft KongFuRabbit QQ 328495045 E-mail bowen88500@126.com
设计模式(外观模式)
- 设计模式(外观模式)
C++设计模式(单件模式)
- C++设计模式(单件模式)
静态工厂方法模式(Static Factory Method)
- 一.简单工厂模式又称静态工厂方法模式(Static Factory Method),它不是Gof 所讲的23种设计模式之一,但是它却是我们在编码过程中经常使用的方法之一。