Canonical Discriminant Analysis Created by A. Trujillo-Ortiz, R. Hernandez-Walls and S. Perez-Osuna Facultad de Ciencias Marinas Universidad Autonoma de Baja California Apdo. Postal 453 Ensenada, Baja California Mexico. atrujo@uabc.mx Copyright (C) April 15, 2004. To cite this file, this would be an appropriate FORMAT: Trujillo-Ortiz, A., R. Hernandez-Walls and S. Perez-Osuna. (2004). RAFisher2cda:Canonical Discriminant Analysis. A MATLAB file. [WWW document]. URL http://www.mathworks.com/matlabcentral/fileexchange/ loadFile.do?objectId=4836&objectType=FILE
标签: A. R. S. Hernandez-Walls
上传时间: 2016-11-04
上传用户:wxhwjf
Title: C++ Primer 3rd Edition 中文完美OCR版 URL:http://www.china-pub.com/computers/common/info.asp?id=5926 ISBN:7-5083-0989-8 Author:潘爱民 张丽 Publisher:中国电力出版社 Page:1043 Edition:3rd Edition Catalog:Programming/C_C++ FORMAT:PDF Size:3.80MB Supplier:过去 Introduction:C++ Primer的第三版结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版已经被重新改写过,以便更加精确地讲述标准C++的特性和用法。在本书中,对于C++初学者特别有价值的是一些来自真实世界中的程序例子,它们说明了泛型程序(generic program)的设计、面向对象程序的设计、模板的用法,以及使用标准C++进行程序设计的方方面面。而且,本书也在适当的地方讲到了一些习惯用法以及效率指导。
标签: china-pub computers Edition Primer
上传时间: 2016-11-05
上传用户:fnhhs
M3GExport enables developers to export complex 3D animated scenes from Maya® directly to Mobile 3D Graphics file FORMAT (M3G), the emerging 3D file FORMAT for mobile 3D games. Created by the developers of JBenchmark3D - the leading performance measurement tool for mobile 3D graphics, M3GExport lets use sophisticated features of M3G FORMAT like skeletal animation, morphing meshes, triangle stripping and other useful optimisations. M3GExport for Maya is available in two editions, Limited and Standard. The Standard version contains sophisticated optimisation options used mostly by commercial game developers.
标签: developers M3GExport animated directly
上传时间: 2014-08-11
上传用户:xjz632
MTOOLS version 2.0 Mtools is a public domain collection of programs to allow Unix systems to read, write, and manipulate files on an MSDOS filesystem (typically a diskette). The following MSDOS commands are emulated: Mtool MSDOS name equivalent Description ----- ---- ----------- mattrib ATTRIB change MSDOS file attribute flags mcd CD change MSDOS directory mcopy COPY copy MSDOS files to/from Unix mdel DEL/ERASE delete an MSDOS file mdir DIR display an MSDOS directory mFORMAT FORMAT add MSDOS filesystem to a low-level FORMAT mlabel LABEL make an MSDOS volume label. mmd MD/MKDIR make an MSDOS subdirectory mrd RD/RMDIR remove an MSDOS subdirectory mread COPY low level read (copy) an MSDOS file to Unix mren REN/RENAME rename an existing MSDOS file mtype TYPE display contents of an MSDOS file mwrite COPY low level write (copy) a Unix file to MSDOS
标签: collection programs version systems
上传时间: 2016-11-18
上传用户:wlcaption
pstmt = conn.prepareStatement("select ordernumber,datetime,price,dayofmoney from zujie where ordernumber= "+ cdName + " ") rs=pstmt.executeQuery() if(rs!=null && rs.next()){ String datetime = rs.getString(2) java.text.SimpleDateFORMAT FORMATter = new java.text.SimpleDateFORMAT ("yyyy-MM-dd") Date date = new Date() String date1=FORMATter.FORMAT(date) ParsePosition pos = new ParsePosition(0) ParsePosition pos1 = new ParsePosition(0) Date dt1=FORMATter.parse(datetime,pos) Date dt2=FORMATter.parse(date1,pos1) Long l = (dt2.getTime()-dt1.getTime())/(3600*24*1000)+1 double price = rs.getDouble(3) double dayofmoney=rs.getDouble(4) double dayofmoneybuy=dayofmoney*l double otherMoney = price-dayofmoneybuy request.setAttribute("price", price) request.setAttribute("l", l) request.setAttribute("dayofmoney", dayofmoneybuy) request.setAttribute("otherMoney", otherMoney)
标签: prepareStatement ordernumber dayofmoney datetime
上传时间: 2013-12-14
上传用户:zsjinju
There are several problems related to the properties of the triangular mesh representation that describes a surface of an object. Sometimes, the surface is represented just as a set of triangles without any other inFORMATion and the STL file FORMAT, which is used for data exchanges, is a typicalexampl e of this situation.
标签: representation properties triangular the
上传时间: 2014-11-12
上传用户:colinal
This player allows you to show the videos (FLV) in your websites with more controls and a broader audience as with QuickTime, Windows Media or Real Media. The FLV is now recognized as a fabulous FORMAT, using swf players to connect to the flv files by progressive download of streaming. This player is smaller and easier to adjust than the components in Flash.
标签: controls websites broader player
上传时间: 2014-01-16
上传用户:yzy6007
MPEG-2 has 7 distinct parts as well. The first part is the Systems section which defines the container FORMAT and the Transport Streams that are designed to carry the digital video and audio over ATSC and DVB. The Program Stream defines the container FORMAT for lossy compression on optical disks, DVDs and SVCDs.
标签: the distinct Systems defines
上传时间: 2014-07-02
上传用户:奇奇奔奔
The System Management BIOS Reference Specification addresses how motherboard and system vendors present management inFORMATion about their products in a standard FORMAT by extending the BIOS interface on Intel architecture systems. The inFORMATion is intended to allow generic instrumentation to deliver this data to management applications that use CIM (the WBEM data model) or direct access and eliminates the need for error prone operations like probing system hardware for presence detection.
标签: Specification motherboard Management Reference
上传时间: 2013-12-10
上传用户:凤临西北
Overview Input Clock = 24Mhz Preview VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Capture VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Output FORMAT YCbCr 4:2:2 (ITU 656) YCbCr to RGB conversion R = Y + (351*(Cr – 128)) >> 8 G = Y – (179*(Cr – 128) + 86*(Cb – 128))>>8 B = Y + (443*(Cb – 128)) >> 8
上传时间: 2013-12-24
上传用户:远远ssad