搜索资源列表
figure
- 一个简单的16*16距阵数字识别程序,用的距阵匹配算法-It is a easy program to recognize 16*16 figure matrix and it use with matrix fixed arithmetic.
修改Matlab Figure图标的方法
- 修改Matlab Figure图标的方法
figure
- 一个简单的16*16距阵数字识别程序,用的距阵匹配算法-It is a easy program to recognize 16*16 figure matrix and it use with matrix fixed arithmetic.
LinearFrequencyModulation
- 线性调频脉冲压缩(用于雷达方面)原理的简单介绍和matlab仿真程序及仿真结果图-chirp pulse compression (for the radar) on the principle of simple and Matlab simulation program and imitation The results of Figure
Figure
- 本代码演示了利用GDI+实现数字图像处理:边缘检测、底片化、暗化等处理-This code demonstrates the use of GDI+ Realize digital image processing: edge detection, negative and dark, such as treatment
Bit-Error-RateSimulationUsingMatlab
- Matlab is an ideal tool for simulating digital communications systems, thanks to its easy scr ipting language and excellent data visualization capabilities. One of the most frequent simulation tasks in the field of d
Figure
- 仿照MATLAB绘图函数自写的FIGURE类,能根据数据大小自动调整纵横坐标,也可以手动设置坐标大小。-Modeled on MATLAB graphics functions since written FIGURE categories, can automatically adjust the data size of vertical and horizontal coordinates, can also manually s
quiver3D_pub
- 绘制三维矢量图, 收集自网络并做了改进, 非常适合科研人员使用-plot a 3D arrow figure
BDPSK
- 自己编写的BDPSK调制与解调,内含matlab-figure-file、matlab-M-file和得出的jpg格式图形!-I have written BDPSK modulation and demodulation, containing matlab-figure-file, matlab-M-file and come to the jpg format graphics!
mccvcfigure
- mcc+vc+figure 用MATLAB画图嵌入到VC窗口-mcc+vc+figure
pratt
- Edge preservation measure Index: Pratt s Figure of Merit
eight-figure-puzzle
- 八数码难题用Java语言实现,搜索算法为广度优先-eight-figure-puzzle in Java
figure
- matlab画图的使用方法,简单的画一些图形。-matlab drawing to use a simple painting some of the graphics.
proj3_luw4
- Simple program using OpenGL, my third project in graphics class. Inheriting the 3D objects I created from assignment 2, this time I have to do translation, scaling, and rotation, also rotation on the arbitrary axis, but
Figurerecognize
- 用opencv库函数识别图像中包含的图形数量和形状,能够识别矩形,三角形,圆形-figure recognize
Delphi.code.camera.module.design.containing.Figure
- Delphi编程拍照载图模块设计代码Delphi programming code camera module design containing Figure -Delphi programming code camera module design containing Figure
Dynamic.three.dimensional.figure.Programming.VB..r
- VB 动态三维图编程设计经典代码Dynamic three-dimensional figure Programming VB Classic code -Dynamic three-dimensional figure Programming VB Classic code
VB.api.code.programming.model.Figure.Animation
- VB api编程模块图动画设计代码VB api code programming model Figure Animation -VB api code programming model Figure Animation
Standard.Figure.thumbnail.style.slide.switch
- 标准5图的网页幻灯切换带缩略图风格Standard 5 Figure thumbnail page style with a slide switch -Standard 5 Figure thumbnail page style with a slide switch
Figure-topological-sort
- 拓扑排序 对一个 有向无环图 G进行拓扑排序,是将G中所有顶点排成一个线性序列,使得图中任 意一对顶点u和v,若u,v ∈E,则u在线性序列中出现在v之前。 通常,这样的线性序列称为满足拓扑次序的序列,简称 拓扑序列 。 注意: ①若将图中顶点按拓扑次序排成一行,则图中所有的有向边均是从左指向右的。 ②若图中存在有向环,则不可能使顶点满足拓扑次序。