CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Graphics

搜索资源列表

  1. flower_petal

    0下载:
  2. 一个非常简单而有趣的脚本M文件,用于实现一定的绘图功能-a very simple and interesting scr ipt M, used to achieve a certain graphics
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5361
    • 提供者:武国忠
  1. hough 程序例子

    2下载:
  2. hough变换的代码,这个变换可以原来检测直线或圆等图形。-Hough Transform code, can transform the original circular or linear detection, such as graphics.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3552746
    • 提供者:张婷
  1. 编码

    0下载:
  2. 图形图像处理中常用的编码,拉普拉斯高斯编码、游程编码、算术编码、Huffman编码、Sobel编码等。-graphics processing commonly used coding, coding Laplace Gaussian, RIc, arithmetic coding, Huffman coding, coding Sobel.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5796
    • 提供者:dz
  1. 货郎担分枝限界算法图形

    0下载:
  2. 货郎担 分枝限界算法图形求解货郎担问题的分枝限界算法图形演示-traveling salesman Branch and Bound graphics algorithm to solve the traveling salesman problem Branch and Bound algorithm graphic demonstration
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4214
    • 提供者:李宏亮
  1. arrow

    0下载:
  2. 我写的用于绘制绘制矩阵图形的小程序,要求matlab版本在6.0以上。-I write for rendering graphics rendering matrix of small procedures, requirements in Matlab version 6.0 and above.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:12967
    • 提供者:wyh
  1. 经典cpp例子

    0下载:
  2. 这几个是本人整理的.cpp程序,您可以借鉴参考------>> dos前景背景色设置.cpp 二.八.十.十六进制转换程序的函数.cpp 二叉树的遍历.cpp 图形的广度优先搜寻法.cpp 图形的深度优先搜寻法.cpp 用C语言编的一个日历.c-these are my finishing. Cpp and you can draw reference --- gt; Gt; Dos prospects for the background color set. Cpp two. 8
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7166
    • 提供者:丁志强
  1. 带通fir设计及图形显示比较

    0下载:
  2. 数字带通滤波器的设计过程。共3个源程序。其中,dos.cpp为带通FIR的源程序,其中的滤波器阶数n,滤波器的低频fln,滤波器的高频fhn,窗函数w,可以按照自己的要求改变。这里采用的是汉宁窗。主函数main.cpp实现输入与fir的h(n)的卷积,输出结果Y(n),并将其存储在y.txt中。最后,graphics.cpp从y.txt读取数据,再由语句画出波形,可以清楚地看出计算结果是否正确,并进行比较。-digital band-pass filter design process. A t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2244
    • 提供者:feide
  1. 遗传算法-最优函数值

    0下载:
  2. 此遗传算法功能强大,界面操作,能很方便的设置遗传算法的各个参数。运行过程中,图形显示寻优过程。以及列表显示运行的详细结果。-this powerful genetic algorithms, interface operation, can very easily be set genetic algorithm parameters. Process, graphics optimization process. Operation and table shows the detailed r
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:452730
    • 提供者:何泽荣
  1. 算法排序效率对比

    0下载:
  2. 程序以图形的形式对各种排序的效率进行对比,是学习排序算法的很好的工具-procedures to graphics in the form of various sort of efficiency compared learning algorithm is a good tool
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:419460
    • 提供者:李春晖
  1. 2D CUDA-based bilinear interpolation

    1下载:
  2. This MEX performs 2d bilinear interpolation using an NVIDIA graphics chipset. To compile and run this software, one needs the NVIDIA CUDA Toolkit (http://www.nvidia.com/object/cuda_get.html) and, of course, an NVIDIA graphics card of reasonably moder
  3. 所属分类:matlab例程

    • 发布日期:2010-09-10
    • 文件大小:37881
    • 提供者:whitewalter
  1. graphics

    0下载:
  2. graphical drawing of matlab files in guide format
  3. 所属分类:matlab例程

    • 发布日期:2011-07-25
    • 文件大小:137504
    • 提供者:testsb
  1. swqm.rar

    1下载:
  2. 三维曲线曲面比较演示系统程序设计 设计一个图形用户界面(GUI)演示常见的三维函数图形,至少包含“三维绘图” 、“选项” 、“退出”等菜单,三维绘图的包括:参数方程x=e-t/20cos(t), y= e-t/20sin(t),z=t其中t 为0到2π、参数方程x=t,y=t2,z=t3其中t为0到1之间(在同一图形界面中分别绘制它们的三维曲面和三维曲线图)。“选项”菜单主要包括:网格开关,图例开关,坐标边框开关,色度空间选择菜单,曲线颜色菜单。,Comparison of three-dim
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1217
    • 提供者:万文亮
  1. matlab_graphics.rar

    0下载:
  2. 对二维和三维数据可视化,图像处理,动画制作等高层次的绘图命令,也包括可以修改图形及编制完整图形界面的,低层次的绘图命令,Of two-dimensional and three-dimensional data visualization, image processing, high-level animation of graphics commands, but also can modify the graphics and the preparation of a full graph
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:580086
    • 提供者:zhoufeng8531
  1. OOK.rar

    0下载:
  2. 自己编写的OOK调制与解调,内含matlab-figure-file、matlab-M-file和得出的jpg格式图形!,I have written OOK modulation and demodulation, containing matlab-figure-file, matlab-M-file and come to the jpg format graphics!
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:38914
    • 提供者:李里
  1. BFSK.rar

    0下载:
  2. 自己编写的BFSK调制与解调,内含matlab-figure-file、matlab-M-file和得出的jpg格式图形!,I have written BFSK modulation and demodulation, containing matlab-figure-file, matlab-M-file and come to the jpg format graphics!
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:40081
    • 提供者:李里
  1. work2.zip

    0下载:
  2. 用牛顿插值多项式形式实现分段二次多项式插值,并输出图形,Newton interpolation polynomial with the form of interpolation to achieve sub-quadratic polynomial, and output graphics
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:1490
    • 提供者:maria
  1. rotation.rar

    0下载:
  2. vc++图形变换,包括平移、旋转、比例,以及几种变换结合的复合变换,vc++ graphics transformation, including translation, rotation, the ratio, as well as complex combination of several Transform Transform
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1806183
    • 提供者:yanyan
  1. matlab.rar

    2下载:
  2. 地震数据处理方面matlab代码,能够地震数据进行简单处理和绘图,Seismic data processing matlab code, simple to seismic data processing and graphics
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1847807
    • 提供者:李伟
  1. YANG

    0下载:
  2. 交互式绘图,用橡皮筋法来绘制直线,圆,矩形框。-Interactive graphics, with the rubber band method to draw a straight line, circle, rectangle.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:3319
    • 提供者:杨帆
  1. KMP

    0下载:
  2. KMP算法,有好几种写法,配上图形,简单易懂。C/C++编写。-KMP algorithm, there are several writing, accompanied by graphics, easy to understand. C/C++ written.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:84481
    • 提供者:andy
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com