亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

AUTHOR

  • Matlab source codes for the regularized linear discriminant analysis (R-LDA)

    Matlab source codes for the regularized linear discriminant analysis (R-LDA),AUTHOR: Lu Juwei,Bell Canada Multimedia Lab, Dept. of ECE, U. of Toronto,Released in 01 November 2004

    標簽: discriminant regularized analysis Matlab

    上傳時間: 2014-01-16

    上傳用戶:三人用菜

  • This book is for you if You re no "dummy," and you need to get quickly up to speed in intermediate

    This book is for you if You re no "dummy," and you need to get quickly up to speed in intermediate to advanced C++ You ve had some experience in C++ programming, but reading intermediate and advanced C++ books is slow-going You ve had an introductory C++ course, but you ve found that you still can t follow your colleagues when they re describing their C++ designs and code You re an experienced C or Java programmer, but you don t yet have the experience to develop nuanced C++ code and designs You re a C++ expert, and you re looking for an alternative to answering the same questions from your less-experienced colleagues over and over again C++ Common Knowledge covers essential but commonly misunderstood topics in C++ programming and design while filtering out needless complexity in the discussion of each topic. What remains is a clear distillation of the essentials required for production C++ programming, presented in the AUTHOR s trademark incisive, engaging style.

    標簽: intermediate you quickly dummy

    上傳時間: 2014-01-09

    上傳用戶:wpwpwlxwlx

  • // -*- Mode: Verilog -*- // Filename : wb_master.v // Description : Wishbone Master Behavorial //

    // -*- Mode: Verilog -*- // Filename : wb_master.v // Description : Wishbone Master Behavorial // AUTHOR : Winefred Washington // Created On : 2002 12 24 // Last Modified By: . // Last Modified On: . // Update Count : 0 // Status : Unknown, Use with caution! // Description Specification // General Description: 8, 16, 32-bit WISHBONE Master // Supported cycles: MASTER, READ/WRITE // MASTER, BLOCK READ/WRITE // MASTER, RMW // Data port, size: 8, 16, 32-bit // Data port, granularity 8-bit // Data port, Max. operand size 32-bit // Data transfer ordering: little endian // Data transfer sequencing: undefined

    標簽: Description Behavorial wb_master Filename

    上傳時間: 2014-07-11

    上傳用戶:zhanditian

  • JSP無組件實現WEB上傳 CREATE TABLE sz_shouye( id int(11) not null auto_increment, title varchar(255), su

    JSP無組件實現WEB上傳 CREATE TABLE sz_shouye( id int(11) not null auto_increment, title varchar(255), sub_title varchar(255), keyword varchar(255), AUTHOR varchar(255), source varchar(255), operator varchar(255), addition varchar(255), belong varchar(255), senddate date, content text, primary key(id) ) create database xcb

    標簽: auto_increment sz_shouye varchar CREATE

    上傳時間: 2014-01-13

    上傳用戶:PresidentHuang

  • Title: C++ Primer 3rd Edition 中文完美OCR版 URL:http://www.china-pub.com/computers/common/info.asp?id=59

    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

  • The AVRcam source files were built using the WinAVR distribution (version 3.3.1 of GCC). I haven t

    The AVRcam source files were built using the WinAVR distribution (version 3.3.1 of GCC). I haven t tested other versions of GCC, but they should compile without too much difficulty. * The source files for the AVRcam had the AUTHOR name and copyright information added back into them after the judging of the project, since it states in the competition rules that the AUTHOR s name can not be present during their inspection. * The included source files are the ones that were submitted for the entry into the Circuit Cellar contest. I have continued to develop the AVRcam, and have added several new features (such as ignoring objects that aren t larger than a minimum size, removing tracked objects that overlap with each, and some general optimizations). If you are interested in the latest source, email me at john@jrobot.net * For more info about the AVRcam, check out http://www.jrobot.net John Orlando August 20, 2004

    標簽: distribution version AVRcam source

    上傳時間: 2016-12-30

    上傳用戶:GavinNeko

  • 計算全息close all clc clear A=zeros(64) A(15:20,20:40)=1 A(15:50,20:25)=1 A(45:50,20:40)=1 A(30:34,

    計算全息close all clc clear A=zeros(64) A(15:20,20:40)=1 A(15:50,20:25)=1 A(45:50,20:40)=1 A(30:34,20:35)=1 % ppp=exp(rand(64)*pi*2*i) A=A.*ppp % AUTHOR s email: zjliu2001@163.com figure imshow(abs(A),[]) Fa=fft2(fftshift(A)) Fs=fftshift(Fa) Am=abs(Fs) % amplitude Ph=angle(Fs) % phase s=11 % 這表示邊長嗎? cgh=zeros(64*s) th=max(max(abs(Fs)))

    標簽: 20 close clear zeros

    上傳時間: 2014-10-13

    上傳用戶:wweqas

  • /* * 五子棋.java * * Created on 2006年10月24日, 上午8:12 * * To change this template, choose Tools

    /* * 五子棋.java * * Created on 2006年10月24日, 上午8:12 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ /** * * @AUTHOR 05040045 */

    標簽: template Created change choose

    上傳時間: 2014-09-08

    上傳用戶:jing911003

  • Design of Integrated Circuits for Optical Communications deals with the design of high-speed integra

    Design of Integrated Circuits for Optical Communications deals with the design of high-speed integrated circuits for optical communication systems. Written for both students and practicing engineers, the book systematically takes the reader from basic concepts to advanced topics, establishing both rigor and intuition. The text emphasizes analysis and design in modern VLSI technologies, particularly CMOS, and presents numerous broadband circuit techniques. Leading researcher Behzad Razavi is also the AUTHOR of Design of Analog CMOS Integrated Circuits.

    標簽: Communications Integrated high-speed Circuits

    上傳時間: 2013-12-21

    上傳用戶:zhouchang199

  • Neural Networks at your Fingertips.rar =============== Network: Adaline Network ==============

    Neural Networks at your Fingertips.rar =============== Network: Adaline Network =============== Application: Pattern Recognition Classification of Digits 0-9 AUTHOR: Karsten Kutza Date: 15.4.96 Reference: B. Widrow, M.E. Hoff Adaptive Switching Circuits 1960 IRE WESCON Convention Record, IRE, New York, NY, pp. 96-104, 1960

    標簽: Network Fingertips Networks Adaline

    上傳時間: 2014-12-22

    上傳用戶:lizhizheng88

主站蜘蛛池模板: 寿宁县| 资阳市| 南郑县| 九寨沟县| 绥德县| 朝阳县| 高尔夫| 峨眉山市| 桂阳县| 肇东市| 扶风县| 句容市| 建水县| 中阳县| 湘潭县| 北票市| 怀宁县| 徐汇区| 敖汉旗| 子长县| 太保市| 香河县| 綦江县| 公安县| 沭阳县| 眉山市| 车致| 巴南区| 永嘉县| 启东市| 甘德县| 晴隆县| 惠安县| 治多县| 曲麻莱县| 普洱| 富锦市| 阜城县| 沂源县| 阜阳市| 石门县|