CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - txt to c

搜索资源列表

  1. C++(Circle)

    0下载:
  2. 算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:64.87kb
    • 提供者:stzxxxstz
  1. FFT

    3下载:
  2. 1. 运行myfft.exe 把音频数据经过fft后存放在data.txt文件中 2. 再运行HUITU.exe把data.txt中的数据一帧一帧的画到屏幕上,形成动态效果 3. 运行soundee.exe 是还原声音 注:其中myfft.c是fft的C语言代码,用VC实现的;HUITU.C是绘图代码,用TC实现的;soundee.c是还原声音代码,用VC实现的。 -1. Myfft.exe run the audio data stored in the post-fft
  3. 所属分类:Special Effects

    • 发布日期:2014-09-09
    • 文件大小:312.17kb
    • 提供者:游智超
  1. AsciiArtGenGui

    0下载:
  2. 同样基于c++.net的一个图像处理程序,与img2ascii不同的是这个可以转换任意大小的图片为ascii码并输出到html或txt文档中-Based on the same c++. Net an image processing procedures, and img2ascii is different of any size can be converted to ascii code of the picture, and output to html or txt document
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:148.94kb
    • 提供者:calmire
  1. file

    2下载:
  2. 程序说明: 1)image文件里保存着标定图片 2)calibdata.txt 保持标定图片的路径(根据实际设置) 3)在标定源文件中 calibration.cpp 根据不同的标定标规格需要设置的参数: CvSize board_size = cvSize(5,7) /* 定标板上每行、列的角点数 */(不包括边缘的角点) 这里值得注意的是拍摄的时候要完整的拍下标定板。-you can learn this
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-11
    • 文件大小:525.86kb
    • 提供者:wuwei
  1. 042325

    0下载:
  2. 背单词程序: 程序使用词汇表文件,其中每个词条由单词和解释两部分组成,编程完成:用户输入一个单词,程序将给出单词的词性和中文意思。 建立一个词汇表测试用词汇表名为新东方红宝书.txt,用c语言文件操作打开该文件,并将文件读入命名为dictionary[DICTSIZE]的数组内。读入数据存储于dictionary[DICTSIZE]所分配的地址空间内,以8字节表示一个信息。-Program uses the vocabulary file, where each entry and
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:404.85kb
    • 提供者:张雯
  1. dither-bmp2txt

    0下载:
  2. 抖动算法 c语言实现 实现bmp格式的图片转换为txt格式-Dithering algorithm c language to achieve bmp format images converted to txt format
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:22.44kb
    • 提供者:ding
  1. input_vec

    0下载:
  2. 用C生成1024点FFT输入的复数数据,并存在一个TXT文件中-1024-point FFT in C to generate complex input data, and there is a TXT file
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:813byte
    • 提供者:
  1. 2010302590003_RawZFT

    0下载:
  2. 使用C或C++语言编写8位灰度图像直方图统计的程序。 照如下格式将统计结果保存到“result.txt”中。 灰度级 频率 0 …… 255 -Using C or C++ language to write 8-bit grayscale image histogram statistics program. The statistical follows the format of results are saved to the "result.txt
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:778byte
    • 提供者:吴昊天
  1. JPEG

    0下载:
  2. 文件包含c++程序jpeg.cpp,点击JPEG.dsw可直接运行,结果输出到out2.txt中。该程序用于JPEG图像的解码解析。-The file contains the C++ program jpeg.cpp Click JPEG.dsw can be run directly, the resulting output to out2.txt. The program is for JPEG image decoding resolution.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:218.29kb
    • 提供者:anssa
  1. kde_bg_v1.0

    0下载:
  2. 基于核密度估计的背景减法算法,拥有命令行界面的C++源代码。-kernel density estimation based background subtraction algorithm [1] with a command line interface. this algorithm is a somewhat improved version of [2]. the kmovingobjdetector class within the project is originally w
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:25.69kb
    • 提供者:dong
  1. BaiDuMapDemo_1.0

    1下载:
  2. C#读取本地TXT数据源数据,在百度地图上标注 可以设置城市id,城市名字,坐标,地址,电话等信息 欢迎感兴趣用户下载学习-C# read local TXT data source data, in baidu map Can set the cities id, name, coordinates, address, telephone and other information Welcome interested users to download learning
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:231.19kb
    • 提供者:杨晓飞
  1. ReadtxtFile

    0下载:
  2. 用c++代码读取txt文件中x,y坐标信息并显示-use c++ programming to read and display x and y coordinate information with TXT file
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3.84mb
    • 提供者:在人间
  1. pca-master (1)

    0下载:
  2. 此源代码使用Eigen C ++库在C ++中实现了PCA算法。 运行代码所需的组件: - 安装Visual Studio 2012(Express Edition工作正常) - Windows操作系统(Windows 7或更高版本) 如何运行源代码: - 打开文件。\ pca \ PrincipalComponentAnalysis \ PrincipalComponentAnalysis \ Program.cpp - 在行和列变量中设置矩阵的尺寸。 - 在m变量中设置
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-19
    • 文件大小:9.84mb
    • 提供者:HJL Kevin
搜珍网 www.dssz.com