自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(0)
  • 资源 (42)
  • 收藏
  • 关注

空空如也

Numerical Recipes in C

The Art of Scientific Computing Second Edition William H. Press Harvard-Smithsonian Center for Astrophysics Saul A. Teukolsky Department of Physics, Cornell University William T. Vetterling Polaroid Corporation Brian P. Flannery EXXON Research and Engineering Company

2009-10-09

OpenCV 2.0 安装程序第二部分

OpenCV 2.0 安装程序第二部分 下完两部分一起解压即可 第一部分地址 http://download.csdn.net/source/1709801

2009-09-30

OpenCV2.0 安装程序第一部分

Opencv2.0 第一部分 下完一二部分解压即可 第二部分:http://download.csdn.net/source/1709805

2009-09-30

基于颜色特征的粒子滤波程序

老外写的基于颜色特征的粒子滤波跟踪程序 matlab 2007b下可顺利运行

2009-09-24

设计模式可复用面向对象软件的基础

设计模式可复用面向对象软件的基础 内行的设计者知道:不是解决任何问题都要从头做起。他们更愿意复用以前使用过的解 决方案。当找到一个好的解决方案,他们会一遍又一遍地使用。这些经验是他们成为内行的 部分原因。因此,你会在许多面向对象系统中看到类和相互通信的对象( c o m m u n i c a t i n g o b j e c t)的重复模式。这些模式解决特定的设计问题,使面向对象设计更灵活、优雅,最终复 用性更好。它们帮助设计者将新的设计建立在以往工作的基础上,复用以往成功的设计方案。 一个熟悉这些模式的设计者不需要再去发现它们,而能够立即将它们应用于设计问题中。

2009-09-20

OpenCV 1.2 beta 2.0 安装程序

OpenCV 1.2 beta 2.0 安装程序 功能增强了很多

2009-09-16

程序员面试宝典 C++

C++的 程序员面试指南 面试题 简历 等都有指导

2009-09-10

C++数据结构 中文版

C++数据结构中文版 china-pub.com的版本

2009-09-09

C++ Neural Networks and Fuzzy Logic

The subjects are covered as follows: • Chapter 1 gives you an overview of neural network terminology and nomenclature. You discover that neural nets are capable of solving complex problems with parallel computational architectures. The Hopfield network and feedforward network are introduced in this chapter. • Chapter 2 introduces C++ and object orientation. You learn the benefits of object-oriented programming and its basic concepts. • Chapter 3 introduces fuzzy logic, a technology that is fairly synergistic with neural network problem solving. You learn about math with fuzzy sets as well as how you can build a simple fuzzifier in C++. • Chapter 4 introduces you to two of the simplest, yet very representative, models of: the Hopfield network, the Perceptron network, and their C++ implementations. • Chapter 5 is a survey of neural network models. This chapter describes the features of several models, describes threshold functions, and develops concepts in neural networks. • Chapter 6 focuses on learning and training paradigms. It introduces the concepts of supervised and unsupervised learning, self-organization and topics including backpropagation of errors, radial basis function networks, and conjugate gradient methods. • Chapter 7 goes through the construction of a backpropagation simulator. You will find this simulator useful in later chapters also. C++ classes and features are detailed in this chapter. • Chapter 8 covers the Bidirectional Associative memories for associating pairs of patterns. • Chapter 9 introduces Fuzzy Associative memories for associating pairs of fuzzy sets. • Chapter 10 covers the Adaptive Resonance Theory of Grossberg. You will have a chance to experiment with a program that illustrates the working of this theory. • Chapters 11 and 12 discuss the Self-Organizing map of Teuvo Kohonen and its application to pattern recognition. • Chapter 13 continues the discussion of the backpropagation simulator, with enhancements made to the simulator to include momentum and noise during training. • Chapter 14 applies backpropagation to the problem of financial forecasting, discusses setting up a backpropagation network with 15 input variables and 200 test cases to run a simulation. The problem is approached via a systematic 12-step approach for preprocessing data and setting up the problem. You will find a number of examples of financial forecasting highlighted from the literature. A resource guide for neural networks in finance is included for people who would like more information about this area. • Chapter 15 deals with nonlinear optimization with a thorough discussion of the Traveling Salesperson problem. You learn the formulation by Hopfield and the approach of Kohonen. • Chapter 16 treats two application areas of fuzzy logic: fuzzy control systems and fuzzy databases. This chapter also expands on fuzzy relations and fuzzy set theory with several examples. • Chapter 17 discusses some of the latest applications using neural networks and fuzzy logic.

2009-09-09

设计模式 可复用面向对象的软件基础

Design Patterns : Elements of Reusable Object-Oriented Software Design Patterns draws such a line of demarcation;this is a work that represents a change in the practice ofcomputing. Erich, Richard, Ralph, and John present a compellingcase for the importance of patterns in crafting complex systems.Additionally, they give us a language of common patterns that canbe used in a variety of domains. The impact of this work cannot be overstated. As I travel aboutthe world working with projects of varying domains andcomplexities, it is uncommon for me to encounter developers whohave not at least heard of the patterns movement. In the moresuccessful projects, it is quite common to see many of thesedesign patterns actually used. With this book, the Gang of Four have made a seminalcontribution to software engineering. There is much to learnedfrom them, and much to be actively applied.

2009-09-07

C++数据结构经典教程(英文原版)

Jones.and.Bartlett.Publishers.C.plus.plus.Plus.Data.Structures.3rd.Edition

2009-09-07

Learning OpenCV

学习OpenCV的经典教材。 Th is book provides a working guide to the Open Source Computer Vision Library (OpenCV) and also provides a general background to the fi eld of computer vision sufficient to use OpenCV eff ectively.

2009-08-27

Intel 图像处理库手册

Intel image processing library。

2009-07-02

基于OpenCV的粒子滤波框架程序

基于OpenCV的粒子滤波框架程序,小日本写的,大家可以根据自己的需求进行改写

2009-06-27

号称正确率100%的人脸识别算法

最先进的面部识别软件也会发生50%的偏差。现在,英国格拉斯哥大学的两名心理学家发现了提高识别准确率的方法:用一个人的几张不同类型照片合成的图像能使软件的面部识别准确率高达100%。最新一期《科学》周刊报道说,由罗布·詹金斯和迈克·伯顿开发的这种图像数字合成系统能够突出一个人脸部的最明显特征,同时避免因光线角度等问题造成的失真现象。 他们希望这种方法能引起警方或移民部门的兴趣,因为“国家安全和预防犯罪都取决于面部识别技术”。这项技术的另一个用途是可以在公司里安装摄像机,用于识别员工的面孔,方便进出。也许有一天护照也不再使用现在这样的证件照片,而是用你的多张照片通过数字技术合成的、面部表情更为冷峻的一张图像。

2009-06-25

模式分类 中文版 电子书

本书的第1版《模式分类与场景分析》出版于1973年,是模式识别和场景分析领域奠基性的经典名著。在第2版中,除了保留了第1版的关于统计模式识别和结构模式识别的主要内容以外,读者将会发现新增了许多近25年来的新理论和新方法,其中包括神经网络、机器学习、数据挖掘、进化计算、不变量理论、隐马尔可夫模型、统计学习理论和支持向量机等。作者还为来来25年的模式识别的发展指明了方向。书中包含许多实例,各种不同方法的对比,丰富的图表,以及大量的课后习题和计算机练习。 本书作为流行和经典的教材,主要面向电子工程、计算机科学、数学和统计学、媒体处理、模式识别、计算机视觉、人工智能和认知科学等领域的研究生和高年级本科生,也可—作为相关领域科技人员的重要参考书。

2009-06-25

TRACKING AND KALMAN FILTERING

卡尔曼滤波跟踪很好很经典的教材 Consulting Scientist Raytheon Comp. Sudbury, MA

2009-06-25

[英文版软件高级开发和架构设计丛书]

PRENTICE_HALL-Software_Architect_Bootcamp ADDISON_WESLEY-Planning_Extreme_Programming WILEY-bout_Face_2.0_The_Essentials_of_Interaction_Design.

2011-06-25

[C++的并发行为].C++Concurrency.in.Action

Chapter One: Introduction Chapter Two: Managing Threads Chapter Three: Sharing Data Chapter Four: Synchronizing Concurrent Operations Chapter Five: The C++ Memory Model and Operations on Atomic Types Chapter Six: Designing Data Structures for Concurrency I: Lock-based Data Structures Chapter Seven: Designing Data Structures for Concurrency II: Lock-free Concurrent Data Structures Chapter Eight: Designing Concurrent Code Chapter Nine: High Level Thread Management Chapter Ten: Testing and Debugging Multi-threaded Applications Appendix A: New Features of the C++ language used by the thread library

2010-07-17

[LINUX宝典].(美国)Christopher.Negus.清晰版

[LINUX宝典].(美国)Christopher.Negus.清晰版 [LINUX宝典].(美国)Christopher.Negus.清晰版

2010-07-17

童诗白华成英版《模电》标准答案

童诗白华成英版《模电》标准答案 童诗白华成英版《模电》标准答案 童诗白华成英版《模电》标准答案

2010-03-10

WIRELESS NETWORK DEPLOYMENTS

During the past decade, the wireless telecommunication industry’s predominant source of income was cellular telephone service. At the start of the new millennium, data services are being perceived as complementing this prosperity. The cellular telephone market has grown exponentially during the past decade, and numerous companies in fierce competition to gain a portion of this growing market have invested heavily to deploy cellular networks. The main investment for deployment of a cellular network is the cost of the infrastructure, which includes the equipment, property, installation, and links connecting the Base Stations (BS)...

2010-02-04

数据结构与算法 面向对象的C++设计模式

本书系统全面地介绍了各种传统的数据结构,把它们按照类层次的现代理念予以展开,进而达到抽象结构与实际设计的完美统一.本书后三章通过引入抽象问题求解的概念,集中进述了算法技术和各算法之间的关系.另外,作者运用一定的数学工具及必要的分析技术和分析理论,对每种数据结构及相关算法都进行了时间和空间效率分析.本书作者在每章后面布置了习题和设计项目,并在全书的后面给出了问题参考答案,希望读者能在其中汲取宝贵的知识与经验.

2010-01-25

OpenCV 2.0.0.a 安装文件

OpenCV 2.0.0.a 安装文件 OpenCV 2.0.0.a 09.1.1更新 最新出炉

2010-01-20

MATLAB图像处理工具箱命令大全

MATLAB图像处理工具箱命令大全 MATLAB图像处理工具箱命令大全 MATLAB图像处理工具箱命令大全

2010-01-13

HANDBOOK OF RF AND WIRELESS TECHNOLOGIES 射频和无线技术手册

This handbook is focused on one of the most rapidly growing areas of modern-day communications—radio frequency (RF) and wireless communications. It is intended for a broad range of readers. Indeed, RF and wireless communications is an extensive multidisciplinary field, one that includes many diverse subjects, from regulatory and standardization issues to communications theory, signal processing, microwave signal propagation, andRFtransceiver and integrated circuit (IC) design. Although there is a significant amount of literature in these seemingly disparate subjects, it is difficult for both developers and technical managers in this field to keep up with all the rapid advances and nuances of a specialized engineering field.

2010-01-13

MULTI-CARRIER TECHNOLOGIES FOR WIRELESS COMMUNICATION 无线通信中的多载波技术

by Carl R. Nassar, B. Natarajan, Z. Wu D. Wiegandt, S. A. Zekavat Colorado State University S. Shattil Idris Communications KLUWER ACADEMIC PUBLISHERS NEW YORK, BOSTON, DORDRECHT, LONDON, MOSCOW

2010-01-13

Wireless Technician’s Handbook Second Edition 无线技术员手册

Library of Congress Cataloging-in-Publication Data Miceli, Andrew. Wireless technician’s handbook/Andrew Miceli.—2nd ed. p. cm. — (Artech House mobile communications series) Includes bibliographical references and index. ISBN 1-58053-357-4 (alk. paper) 1. Wireless communication systems. I. Title II. Series. TK5103.2.

2010-01-13

设计模式解析 design patterns explained

Design patterns and object-oriented programming. They hold such promise to make your life as a software designer and developer easier. Their terminology is bandied about every day in the technical and even the popular press. But it can be hard to learn them, to become proficient with them, to understand what is really going on.

2010-01-06

Stateflow入门资料

Stateflow入门资料 Stateflow入门资料 Stateflow入门资料

2009-12-04

OpenCV 2.0 源代码 chm格式

OpenCV 2.0 源代码 chm格式 OpenCV 2.0 源代码 chm格式 OpenCV 2.0 源代码 chm格式

2009-10-28

Linux下C语言编程

Linux下C语言编程 简明教程。。。。。。。

2009-10-27

The C++ Programming Language Special 3rd Edition

C++编程最权威的参考书籍。。。。。。。。。。。

2009-10-21

数字图像处理 冈萨雷斯 习题解答

数字图像处理 冈萨雷斯 习题解答 数字图像处理 冈萨雷斯 习题解答

2009-10-09

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除