CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - test example

搜索资源列表

  1. MyChart-test

    1下载:
  2. BCB写的用chart动态显示正弦波形的一个小例子-BCB written chart with dynamic display sinusoidal shape of a small example of
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:408488
    • 提供者:新美
  1. Depth-Test--Example

    0下载:
  2. 深度测试实例 OpenGL 的风车 C++6.0-WINDMILLS using OpenGL in Microsoft Visual C++ 6.0
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-21
    • 文件大小:347343
    • 提供者:han
  1. Gif89a_exe

    0下载:
  2. 上面控件的测试程序 -The test example of above control
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-05
    • 文件大小:195000
    • 提供者:站长
  1. Test

    0下载:
  2. 最近因为工作需要,开发了一个图片放大,缩小,旋转等功能的动态库文件,包括一个简单的实例功能。其中包含图片的百叶窗,橡皮擦,移动等效果。由于工作问题,不能开发源码,所以只提供动态库文件给大家分享-Recently, because of job needs, and developed a picture to enlarge, narrow, rotating features such as dynamic library files, including a simple example o
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-28
    • 文件大小:48266
    • 提供者:nack
  1. RHTv1.4

    0下载:
  2. 一个很有用的随机hough变化检测圆的例子,在linux下编译,带有测试的例子,很实用-A useful change detection hough random example of a round in under linux compiled with the test example, it is practical
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:106719
    • 提供者:侯强
  1. test

    0下载:
  2. opengl三角形代码,opengl入门的一个很好的实例代码。-triangle opengl code, opengl entry a good example of the code.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:635
    • 提供者:王三
  1. test

    0下载:
  2. 初学AE的朋友可以看一看,一个小小的例子,希望有助于大家入门。-AE beginner can take a look at this small example, I hope that it will be helpful for you to start.
  3. 所属分类:GIS program

    • 发布日期:2017-04-02
    • 文件大小:6636
    • 提供者:徐冉
  1. Test

    0下载:
  2. 本例介绍了如何设计一个固定大小的对话框来显示DDB位图的方法。-This example describes how to design a fixed-size dialog box to display the DDB bitmap approach.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-24
    • 文件大小:3685427
    • 提供者:宠物妞
  1. test

    0下载:
  2. a quite simple example of how to show one image procesed by ITK using VTK. I know is not very complicated but I need to upload something
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:377252
    • 提供者:Javi
  1. example

    0下载:
  2. 实现矩阵的主要操作:显示矩阵、生成正态分布或均匀分布的随机矩阵、测试矩阵乘法、二维序列排序以及DCT变换等-The main operations of Matrix: display matrix to generate the normal distribution or uniform distribution of the random matrix, test matrix multiplication, sorting and two-dimensional DCT transfor
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1374162
    • 提供者:马文伟
  1. test

    0下载:
  2. Example for draw number on OpenGl with glut
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-11
    • 文件大小:999
    • 提供者:Dewanta
  1. test

    0下载:
  2. 映美精相机驱动的例子,我自己改的,模拟回调函数的功能,边采集边处理-Imaging camera driver example, I changed, the simulation callback function, while collecting side processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3104551
    • 提供者:kjiang
  1. Tri-Tr-Intersection-Test

    0下载:
  2. 该篇论文提供了三维立体表面模型三角网格相交性的快速检测技术。-This paper presents a method, along with some optimizations, for computing whether or not two triangles intersect. The code, which is shown to be fast, can be used in, for example, collision detection algorithms.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-07
    • 文件大小:52333
    • 提供者:Niu Wenjie
  1. Test

    0下载:
  2. 这是一个关于金刚石图案算法的代码,是计算机图形学的小例子。-This is a diamond pattern algorithm code, is a small example of computer graphics.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1950868
    • 提供者:yinxiao
  1. test

    0下载:
  2. 图像去模糊去噪示例两个,有兴趣的同学可以看一看-The the the image deblurring denoising example two interested students can take a look at the
  3. 所属分类:Special Effects

    • 发布日期:2017-11-30
    • 文件大小:76344
    • 提供者:独孤求败
  1. test

    0下载:
  2. 利用CImae库编写的一个VC2008下的小例子-CImage VC2008 example
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-16
    • 文件大小:4111318
    • 提供者:qiuranfeng
  1. Hough-line-test

    0下载:
  2. Hough线段检测,是一个很好的opencv学习范例,对于初学者有很大的帮助。-Hough line detection, opencv learning is a good example of a great help for beginners.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:962
    • 提供者:王越
  1. test_example_DBN

    0下载:
  2. the test example code of dbn net, it is the example code in matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:597
    • 提供者:yuanwei416
  1. test

    0下载:
  2. 基于OpenGL的图形学简单实例,实现了简单对象的移动,光源的移动,纹理贴图,以及背景的设置等-OpenGL-based graphics simple example, to achieve a moving, moving, texture mapping, as well as the background of the light source, such as a simple object
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:4848
    • 提供者:王梓烨
  1. test2

    0下载:
  2. 基于OPENCV的hough直线变换测试例子(vs2010)-Test example of Hough linear transformation based on OPENCV (VS2010)
  3. 所属分类:Special Effects

    • 发布日期:2017-06-01
    • 文件大小:13686784
    • 提供者:lanyixing
« 12 3 4 »
搜珍网 www.dssz.com