搜索结果

找到约 1,502 项符合 One-Class 的查询结果

Linux/Unix编程 Chessboard Cover,On a chessboard

Chessboard Cover,On a chessboard,only one square is different, called specific.Use the Divide-and-Conquer methods to solve the Chessboard Cover Problem.
https://www.eeworm.com/dl/619/205688.html
下载: 65
查看: 1022

软件工程 This thorough, hands-on reference for database developers and administrators delivers expert guidanc

This thorough, hands-on reference for database developers and administrators delivers expert guidance on sophisticated uses of Transact-SQL (T-SQL)&iexcl &ordf one of the most familiar and powerful programming languages for SQL Server. Written by a T-SQL guru, this guide focuses on language features ...
https://www.eeworm.com/dl/540/206708.html
下载: 199
查看: 1068

SQL Server SQL Server 2005 Integration Services (SSIS) is a new Extract, Transform, and Load (ETL) tool that sh

SQL Server 2005 Integration Services (SSIS) is a new Extract, Transform, and Load (ETL) tool that ships with SQL Server 2005. As with many of Microsoft s development tools, you can extend SSIS to perform other operations not already bundled with the product. SSIS provides the SSIS Class Library for ...
https://www.eeworm.com/dl/689/207865.html
下载: 54
查看: 1083

软件设计/软件工程 Text processing often involves matching text against a pattern. Although Java s character and assort

Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular expressions. After intro ...
https://www.eeworm.com/dl/684/208006.html
下载: 45
查看: 1042

软件设计/软件工程 Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. J

Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the patterns. This primer is aimed towards developers already fami ...
https://www.eeworm.com/dl/684/208009.html
下载: 85
查看: 1038

文章/文档 This Document provides the High Level Design specification for the Bootloader development and librar

This Document provides the High Level Design specification for the Bootloader development and library porting for ADSP-BF533 based EZ-Kit Lite Board and STAMP Board. This document is meant to be the one of the inputs for the System Test Plan and the overall implementation of the same. This document ...
https://www.eeworm.com/dl/652/209135.html
下载: 127
查看: 1058

Java编程 Decafe是Win95/98/NT下最快的Java反编译器

Decafe是Win95/98/NT下最快的Java反编译器,它把二进制的CLASS文件重新构造出原代码。Decafe能反编译复杂的Javaapplets程序和二进制程序。
https://www.eeworm.com/dl/633/209304.html
下载: 37
查看: 1048

matlab例程 A general technique for the recovery of signi cant image features is presented. The technique is ba

A general technique for the recovery of signi cant image features is presented. The technique is based on the mean shift algorithm, a simple nonparametric pro- cedure for estimating density gradients. Drawbacks of the current methods (including robust clustering) are avoided. Feature space of any nat ...
https://www.eeworm.com/dl/665/209335.html
下载: 97
查看: 1055

J2ME 手机游戏坦克大战import java.awt.* import javax.swing.* import java.awt.event.* import java.util.EventL

手机游戏坦克大战import java.awt.* import javax.swing.* import java.awt.event.* import java.util.EventListener public class HsTank2 extends JFrame { HsTank2(String title) { this.setTitle(title) this.setSize(608 , 630) this.setLocation(300 , 100) this.setBackground(Color.WHITE) ...
https://www.eeworm.com/dl/660/210526.html
下载: 195
查看: 1377

数据结构 acm HDOJ 1051WoodenSticks Description: There is a pile of n wooden sticks. The length and weight o

acm HDOJ 1051WoodenSticks Description: There is a pile of n wooden sticks. The length and weight of each stick are known in advance. The sticks are to be processed by a woodworking machine in one by one fashion. It needs some time, called setup time, for the machine to prepare processing a stick. Th ...
https://www.eeworm.com/dl/654/210925.html
下载: 190
查看: 1470