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

搜索资源列表

  1. taiji

    0下载:
  2. 绘制太极八卦图,简单的C++程序,平台为VC++6.0-Tai Chi Bagua map drawing, simple C++ procedures platform VC++6.0
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:694512
    • 提供者:Joy
  1. xuanzhuan

    0下载:
  2. 简单C++程序,实现图片旋转功能,在VC环境下运行,效果较好-Simple C++ procedures, picture rotation function, the VC environment to run, better
  3. 所属分类:Special Effects

  1. c

    0下载:
  2. 图像的非线性变换matlab小程序,有兴趣可以-Nonlinear transform matlab image applets, are interested can look
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:35860
    • 提供者:李妮娜
  1. Spatial-clustering

    0下载:
  2. 空间聚类分析的C++程序,对数据进行聚类处理并输出树状图。-Spatial clustering analysis C++ procedures, processes and outputs data clustering tree.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1902
    • 提供者:tong
  1. MUSIC-through-C-and-MATLAB

    0下载:
  2. 旨在用C语言程序和MATLAB程序通过MUSIC算法对“信号提取”进行实现,结果证明程序运行效果良好,分辨率较高-Designed with C language program and MATLAB program through the MUSIC algorithm " signal extraction" for implementation, the results show the program running well, higher resolution
  3. 所属分类:Wavelet

    • 发布日期:2017-03-27
    • 文件大小:297290
    • 提供者:雷涛
  1. test

    1下载:
  2. 核密度估计 C程序 自己编写 适合初学者-Kernel Density Estimation write your own C program
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-14
    • 文件大小:2624
    • 提供者:邓亚平
  1. C

    0下载:
  2. 图像处理各种算法C语言程序,可直接运行,无错误-Image processing algorithm C language program
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6208724
    • 提供者:邹继欣
  1. wavelet-code-For-C

    1下载:
  2. 这是一个用C语言写的小波变换的算法程序。。可以应用到单片机和DSP实时处理数据,如去噪,去除趋势项,提取所需的信号等。-This is a C language wavelet transform algorithm. . MCU and DSP can be applied to real-time processing of data, such as de-noising, removal of the trend items, extract the desired signals.
  3. 所属分类:Wavelet

    • 发布日期:2017-03-31
    • 文件大小:3585
    • 提供者:liuyun
  1. CVbianyuanjiance

    0下载:
  2. 基于openCV的C++程序,包括索贝尔边缘检测跟拉普拉斯边缘检测,能实现检测并显示差异-The C++ openCV based procedures, including Sobel edge detection with Laplace edge detection, can achieve detection and display differences
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4465791
    • 提供者:成龙
  1. WXCH-jiaokx

    0下载:
  2. 采用C++编写的程序,为模拟无线测温开发的Visual C++程序-Visual C++ for wuxiancewen
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-29
    • 文件大小:11380046
    • 提供者:hj
  1. hu-moments

    0下载:
  2. 7个不变矩的C++程序,使用opencv,方便简单,便于运行。-Seven invariant moments C++ program, using opencv, convenient and simple, easy operation.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:6314
    • 提供者:liuhao
  1. showradardata

    0下载:
  2. 雷达数据显示,c++程序,用来显示已经读取成标准数据的雷达数据-show radar data
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-04
    • 文件大小:3260
    • 提供者:杨文强
  1. C-code

    0下载:
  2. 三维近远场外推程序是计算散射求RCS的关键部分,-Three-dimensional near-far outside the calculated scattering process is seeking to push a key part of the RCS,
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:4670
    • 提供者:forsdth
  1. 5BASIC

    0下载:
  2. 实现五种基本变换的C程序(平移,错切,对称,旋转,比例放大缩小)-achieve the five fundamental transformation of the C program (translation, the wrong cut, symmetrical, rotation, scaling, zooming)
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1310
    • 提供者:mategr
  1. beeline

    0下载:
  2. 用我们所写的C++程序来实现对我们所想要得到的直线画出-With our written C++ program to achieve what we want to get a straight line drawn
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1692
    • 提供者:andThe
  1. coulor

    0下载:
  2. 用我们所写的C++程序去实现我们想要得到的图形的染色-With our C++ program written to achieve what we want the graph coloring
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:973
    • 提供者:马坊镇
  1. findsub

    0下载:
  2. 这个是串模式匹配的类定义和实现的c++程序。程序首先给出了串模式匹配的的定义,接着给出了它的实现,最后测试,输出结果。FindSub.cpp就是程序FindSub.txt是运行结果-the string pattern matching is the type definition and realization of the c procedures. First procedures given the string pattern matching, the definition give
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1563
    • 提供者:王小京
  1. in2bw

    0下载:
  2. 这是一个将图像进行二值化的C程序,能有效地将图像二值化后并将像素值传入一个文件进行相似度比较-This is one of two images of the value of C procedures, effective image after two values and the pixel values into a document similarity comparison
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2185
    • 提供者:Egypti
  1. julia111

    0下载:
  2. julia集的c++程序还有几个koch曲线-c procedures several koch curve
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1909
    • 提供者:zge
  1. morphologyBinary

    0下载:
  2. 图像处理中数学形态学二值操作的C程序,希望对各位有帮助。-image processing mathematical morphology of the two operations value C program, and I hope to help you.
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:5101
    • 提供者:ichsur
« 1 2 ... 30 31 32 33 34 3536 37 38 39 40 ... 50 »
搜珍网 www.dssz.com