搜索资源列表
zuoye3
- 用MATLAB实现如何进行滤波器的设计,具体为设计同态滤波器-This source code introduces a method on how to design a filter using MATLAB.And a homostasis filter is designed in detail.
javaj2meAPI
- 现在,移动游戏和移动应用开发极为热门!游戏中需要有时髦漂亮的图形,其设计标准比以前任何时候都要高。本文将告诉你怎样用酷毙的移动3D图形API为J2ME设备开发3D图形游戏。-now, mobile gaming and mobile application development hot! Game needs a fashionable and beautiful graphics, and its design standards than ever before that period.
20061222230338525
- 蚂蚁算法,是一种用来在图中寻找优化路径的机率型技术。 ... 设想,如果我们要为蚂蚁设计一个人工智能的程序,那么这个程序要多么复杂-ant algorithm is a map to find the optimal path of probability - based technology. ... Imagined that if we want to design an ant artificial intelligence procedures, the procedures to h
TuXiangSheJi
- 介绍了如何用delphi来进行图像的自定义设计-on how to use Delphi to customize Image Design
闪屏图形特技效果的实现代码
- 在程序实际开发中,闪屏是我们经常用到的。如果程序初始化要一些时间,设计闪屏更加有必要,不但使你的程序也漂亮,还能在上面写上你的版本信息。好处是多多的。此源代码提供了一个很简单的类,示范了如何实现闪屏。这个类只有二个函数,结构很清晰。一看就明白,还有详细的注释。-procedures in the actual development, blinking screen is used frequently. If the program to initialize some time, blink
某公司弱电报警图纸
- 门禁系统CAD图,关于如何分布,位置的合理分配,根据公司的要求来设计-Access control system CAD drawings, on how the distribution, location of the rational allocation, according to the company' s requirements to design
Code
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-MFC AppWizard on Principle and analysis of
01
- 了解可视化编程基本概念、面向对象程序设计与传统程序设计的异同,理解可视化编程中类、对象、属性与方法等基本概念。掌握VB的开发环境以及其使用方法,初步学会使用VB进行程序设计的步骤。理解工程的含义及对工程的管理方法,掌握在VB的使用中获得帮助的方法。-Learn the basic concepts of visual programming, object-oriented programming with traditional programming the similarities an
NumberRecognitionSystem
- 本文论述并设计实现了一个脱机自由手写体数字识别系统。文中首先对待识别数字的预处理进行了介绍,包括二值化、平滑滤波、规范化、细化等图像处理方法;其次,探讨了如何提取数字字符的结构特征和笔划特征,并详细地描述了知识库的构造方法;最后采用了以知识库为基础的模板匹配识别方法,并以MATLAB作为编程工具实现了具有友好的图形用户界面的自由手写体数字识别系统。实验结果表明,本方法具有较高的识别率,并具有较好的抗噪性能。-In this paper, and design implementation of
opengl_program_basic
- opengl编程基础一书的源代码。作者作者:(美国)(Edward Angel)安吉尔 译者:段菲 完整、详细介绍基本的OpenGL函数和命令,便于读者快速查找 从非数学角度介绍如何进行OpenGL程序设计,有利于读者迅速入门 各章提供可运行的范例,有助于读者理解和应用OpenGL函数 -opengl programming based on the book' s source code. Author Author: (United States) (Edward An
Integrated_Performance_Primitives(Intel_IPP)
- 这是一本介绍如何使用英特尔集成性能原件(Intel IPP)来优化软件开发的的官方书籍,IPP中包含了上千个对多媒体和数据处理应用高度优化并为多核设计的软件函数,包括编解码技术、图像处理、语音识别、计算机视觉、矩阵运算、密码技术等,并特别提供了编解码器的开发框架。-This is an introduction how to use the Intel Integrated Performance Primitive (Intel IPP) to optimize the software de
mapbasic
- mapbasic的一些经典源码 适合初学者 参考学习如何设计 按钮 -mapbasic some of the classic reference source for beginners to learn how to design button
Test
- 本例介绍了如何设计一个固定大小的对话框来显示DDB位图的方法。-This example describes how to design a fixed-size dialog box to display the DDB bitmap approach.
zft
- 直方图怎么设计以及一些关于颜色的格式、说明和颜色分类-Histogram how to design the format and some of the color, descr iption, and color classification
finger2
- 介绍指纹识别系统如何设计,包括指纹识别的技术以及如何用GABOR滤波的指纹图像处理。-Describes how to design fingerprint identification system, including fingerprint identification technology and how GABOR Filter for Fingerprint Image Processing.
(LISP)How.to.Design.Programs
- How to Design Programs lisp学习资料 怎样设计程序-(lisp)How to Design Programs
Python-Scientific-Calculation
- 本书介绍如何用Python开发科学计算的应用程序,除了介绍数值计算之外,还着重介绍如何制作交互式的2D、3D图像,如何设计精巧的程序界面,如何与C语言编写的高速计算程序结合,如何编写声音、图像处理算法等内容。书中涉及的Python扩展库包括NumPy、SciPy、SymPy、matplotlib、Traits、TraitsUI、Chaco、TVTK、Mayavi、VPython、OpenCV等,涉及的应用领域包括数值运算、符号运算、二维图表、三维数据可视化、三维动画演示、图像处理以及界面设计
virutualcaligraphics
- 面向电子书画创作的虚拟毛笔模型 如何设计一个与用户友好交互、实时响应, 并且具有丰富艺术表现力的 基于虚拟画笔的绘图环境是计算机图形学和计算机人机交互领域长期以来研究 的热点与难点问题 . 提供对艺术作品电子化创作的软件环境的支持不仅富有理 论研究价值, 而且有着广阔的市场应用前景,同时对信息时代中国传统艺术的创 新与电子化变革有着重要的意义. 文中提出了面向书画创作的基于实体造型技 术的虚拟毛笔的模型以及利用它进行交互式电子书画创作的计算模拟框架. 根 据上
413lab1
- In this laboratory, we mainly focus on how to design the FIR filters using MATLAB and under certain specifications. Also, we need to: Design FIR filters using windows (rectangular and Hamming) to meet certain specifications Ev
zuoye3
- 用MATLAB实现如何进行滤波器的设计,具体为设计同态滤波器-This source code introduces a method on how to design a filter using MATLAB.And a homostasis filter is designed in detail.
