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

搜索资源列表

  1. VGA-13h-SDK

    0下载:
  2. 这是一个支持VGA320*200*256C的小开发包,里含头文件vmode.h--用于调用此模式(0x13)的支持 vdraw.h--用于基本绘图操作的支持 chput.h--用于汉字及E文在图形方式下的显示支持 window.h--用于创建基本窗口控件的支持.Deam.c--演示程序的代码 hzk16--16*16的点阵汉字字库.-This is a support VGA320 * 200 * Male small development kits, said to contain the
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:9901
    • 提供者:董凯
  1. wavelet_softharr

    1下载:
  2. 小波软阈值的去噪处理方法,里面有程序运行的Demo.-soft thresholding wavelet denoising way, there are procedures in the Demo.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:32203
    • 提供者:李甫
  1. Wavelet2DSTransform

    1下载:
  2. 使用Matlab7.3开发的使用整数小波变换对图像进行3级分解和重构的程序,具有详细的实验报告,和演示结果截图,目录下包含程序中用到的图像等所有文件。-use Matlab7.3 development of the use of integral wavelet transform, the image is three decomposition and reconstruction of the way Sequence, a detailed report of the experime
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:832502
    • 提供者:zuoyinbo
  1. MO.rar

    2下载:
  2. MapObject+VB.Net 2005做的一个小程序,按点、线、面的形式在TreeView中组织管理图层,实现了地图漫游;要素选取、要素属性查看、根据属性查找要素等功能,希望对大家学习有用!,It s a demo soft develpoed with mapobjects2.4 and vb.net 2005.This soft manage layers in a TreeView control and devide them into point/line/polygen grou
  3. 所属分类:GIS program

    • 发布日期:2017-03-26
    • 文件大小:826925
    • 提供者:xiaobozh
  1. mapxtreme2005-map-demo

    0下载:
  2. 一个关于webgis的小程序,采用vs2005和mapxtreme2005 开发,主要包括鹰眼、测距、测面积、以及常用的地图操作等功能,自带电子地图,对初学webgis的同志很有用,希望大家喜欢。-Using vs2005+ mapxtreme2005 include development of a Hawkeye, range, test a small area, and other features of the program, comes with electronic maps,
  3. 所属分类:GIS program

    • 发布日期:2017-03-29
    • 文件大小:972538
    • 提供者:小黄
  1. MapGIS_2_Dxf

    0下载:
  2. MapGIS本身有输出dxf文件功能,但是在对子图,颜色,线型以及区文件的转换上不能满足要求,现将业余开发MapGIS转R12和AutoCAD 2000 Dxf文件程序贴出,可对文件进行一次性转换,希望对大家有帮助. 1 可以转换MapGIS文件为AutoCAD R12和AutoCAD 2000 Dxf两种文件格式,其中R12格式无法转换区文件 2 子图可以完整转换(此为难点一) 3 点线区的颜色转换效果较好,能够达到制图要求 4 线型只能转换实线和虚线(如铁路等暂未转换)
  3. 所属分类:GIS program

    • 发布日期:2017-03-31
    • 文件大小:422186
    • 提供者:
  1. Clock

    1下载:
  2. 一个小时钟DEMO,用VC 写的小程序,其实就是GDI 绘图和一个简单的算法。绘制了时钟的线条。-a clock Demo
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:25654
    • 提供者:mengxianbo
  1. nstdhaardemo

    0下载:
  2. nstdhaardemo haar小波三级非标准规格化分解与重构演示程序 ,供大家学习。-nstdhaardemo haar wavelet decomposition and reconstruction of three non-standard normalization demo program for them to learn.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-02
    • 文件大小:793
    • 提供者:hujunhua
  1. robustfitting_demo.m

    0下载:
  2. 鲁棒性最小平方插值演示。直接运行程序可以看到演示结果。-robust fitting demo. Run the program directly and see the result.
  3. 所属分类:GIS program

    • 发布日期:2017-04-03
    • 文件大小:1335
    • 提供者:Andy Qin
  1. SunLightFace

    1下载:
  2. 支持摄像头,人脸识别二次开发包,相当易用、好用。是VC开发,但只有极小部分用到了MFC,大部分CODE均为标准C++编写。SunLightFace.exe是演示程序,可以通过这个程序来测试SDK的性能。SunLightFace.dll 是SDK,其性能技术指标与演示程序是完全相同的。 SunLightFace.dll是按WINDOWS API的标准调用来生成的动态库,并提供了VB,VC,C#三类范例代码,精简扼要,如果因VS版本问题无法打开,可以用其它文件编辑器打开.CPP,.H,.CS,.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-11
    • 文件大小:2634404
    • 提供者:ruan
  1. 2D_Demo

    0下载:
  2. 该程序基于VC实现了一种基于小波变换的图像处理Demo,提供的源程序可以作为图像编码初学者的参考,也可以用来作为论文参照对象-The program is based on VC implemented based on wavelet transform image processing Demo, provided the source code for beginners can be used as the reference image can also be used as a re
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:59422
    • 提供者:周宾
  1. imagebrowser

    0下载:
  2. 照片浏览器演示程序,可以浏览照片,小程序用来学习QT的-Photo browser demo, you can view photos, a small program used to study the QT
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:21703
    • 提供者:mxj
  1. cardiac_moiton_demo

    0下载:
  2. 一个演示心脏收缩扩张的VC小程序,可以读入参数文件,而控制演示时心脏收缩扩张的快慢频率。-Systolic expansion of a small demo program that can read the parameter file, and the control of cardiac contraction and expansion demonstrates the speed of frequency.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4281134
    • 提供者:王立为
  1. wavesh_in_2D

    0下载:
  2. 时域信号的平移引起小波变换系数的平移之演示程序-Time-domain signal caused by the translation of the translation of the wavelet coefficients demo
  3. 所属分类:Wavelet

    • 发布日期:2017-04-06
    • 文件大小:713
    • 提供者:沉心悟
  1. nehe_lesson2

    0下载:
  2. 用opengl编写的演示小程序,参考nehe第二节,一个圆锥一个立方体旋转。-a demo project of opengl,referring to lesson 2 of nehe,a cone of a cube rotating.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:351624
    • 提供者:gaohuiyong
  1. demo

    0下载:
  2. 图像拼接小程序,使用直接对比的方法进行拼接并用加权平均的方法进行融合 -a simple program for image splicing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6814089
    • 提供者:`duanefaith
  1. PlateReco

    0下载:
  2. 从网上搜罗的车牌识别的小程序,有编译好的demo和图片,适合初学者-From the Internet collecting license plate recognition applet has compiled demo and picture, suitable for beginners
  3. 所属分类:Graph program

    • 发布日期:2017-04-30
    • 文件大小:345096
    • 提供者:Kick
  1. OpenGLDemo

    0下载:
  2. 本人精心挑选的6个最典型的OpenGL精彩的入门培训小程序,适用于Windows,MAC,Ubuntu的C/C++编译环境。-6 typical small OpenGL demo programs which was deliberately picked by me for primary users to get a wonderful training experience. They all can be compiled and run under Windows, MAC and
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-15
    • 文件大小:6415
    • 提供者:ConnieEast
  1. demo

    0下载:
  2. 一个展现太阳系的小程序,行星围绕太阳旋转,卫星围绕行星旋转(A small program that shows the solar system, planets revolve around the sun, and satellites revolve around planets)
  3. 所属分类:OpenGL

    • 发布日期:2017-12-21
    • 文件大小:73728
    • 提供者:OneMore123
  1. workshop.tar

    0下载:
  2. 压缩感知的MRI图像重建测试CS-MRI 程序包括:fft2、ifft2、小波稀疏变换子程序、测试数据、demo程序......(compressed sensing for MRI)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:20149248
    • 提供者:sweed
« 12 »
搜珍网 www.dssz.com