搜索资源列表
lsvm
- 支持向量机方法,用matlab实现,用于分类检测、模式识别,人脸检测等-Support Vector Machine method, the realization of Matlab for the detection and classification, pattern recognition, face detection
Java Patterns -Strategy
- 这是Java的模式编程,中重要的策略模式,策略模式降低了程序了耦合度,使得程序易于移植!-This is the Java programming model, an important model strategy, strategy reduces the coupling process, makes the program easy to transplant!
fimi141
- 频繁模式挖掘算法,可以用于数据挖掘中关联规则的频繁项集挖掘- The frequent pattern excavation algorithm, may use in the data mining to be connected the rule the frequent item of collection to excavate
PDCWanNew051203
- vc开发的PCI总线加密卡 PCI开发卡主要由PCI9054、93C56、16M晶振和相应的跳线、控制地址数据线等部分组成。PCI9054是PLX公司的PCI主模式桥芯片,具体芯片的说明请见Data Book;93C56是EERPOM,用于向PCI9054的初始化设置信息;16M晶振向9054提供总线时钟和CPLD7128S提供时钟;跳线用于PCI9054的设置,控制地址数据线将PCI9054的Local Bus信号线引出来,用于实验板用。-vc development of the PCI
小车
- 是用FLASH MX 开发的一小的在FLASH模式下的小游戏```开头制作,适合新手``有需要的可以下载感觉还不错-with Flash MX is the development of a small Flash mode in the game `` `small beginning production, `` suitable for newcomers in need can be downloaded also feeling good
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
jznc
- 新闻采集系统1.0.2 For 4.03(2005.05.15更新) 【使用环境】 本系统是基于动易4.03免费版的基础上的新闻采集系统,只能用于4.03版本。 本系统采用了ASP + Access编写,您必须保证您的主机已经安装微软IIS5.0或者更高版本, 同时支持Access数据库、XMLHTTP组件才能运行本系统,如要保存文件还需要支持FSO组件。 【更新说明】 1、配色模板改为默认 2、更新数据时检查更加详细 3、\"公用\"过滤不起作
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!
w78e51bcn
- W78E51B 规格书 W78E51B 是宽频率范围、低功耗的8 位微控制器。它的指令集同标准8051 指令集完全兼容。W78E51B 包含4K 字节的Flash EPROM;128 字节的RAM;4 个8 位双向、可位寻址的I/O 口;一个附加的4 位 I/O 口P4;2 个16 位定时/计数器;一个硬件Watchdog 定时器及一个串行口。这些外围设备都由有7 个中断源和2 级中断能力的中断系统支持。为了方便用户进行编程和验证,W78E51B 内含的Flash EPROM
ALOPEX算法(即模式提取算法)源程序ALOPEX
- 即模式提取算法源程序-that model extraction algorithm source
改良快速模式匹配
- Knuth的快速模式匹配算法改良,可以匹配含通配符?和*的标准串-the rapid improvement of pattern matching algorithm can match with wildcards? * And the standard Series
KMP模式匹配(可以有通配符)
- 使用著名的KMP模式匹配算法进行字符串匹配,还可以有通配符-use of the famous KMP string matching algorithms can also be wildcards
图形模式下读写屏幕
- 图形模式下读写屏幕的C程序-graphics mode screen reader C Program
DOS保护模式下汇编程序设计
- DOS保护模式下汇编程序设计.zip-DOS protected mode compilation of program design. Zip
State
- 设计模式 State模式 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种设计模式之一,但是它却是我们在编码过程中经常使用的方法之一。